| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .an {
- height: 25px;
- width: 25px;
- float: left;
- position: relative;
- top: 42px;
- }
- .box_head {
- position: -webkit-sticky;
- position: sticky;
- top: 88rpx;
- left: 0;
- background: #fafafa;
- z-index: 2021;
- width: 100%;
- }
- .box_head .box_head_li {
- flex: 1;
- font-size: 30rpx;
- height: 90rpx;
- font-weight: bold;
- }
- .box_head .active {
- border-radius: 100rpx;
- color: #69a8f8;
- }
- .box_ul {
- padding: 0 30rpx 98rpx 30rpx;
- }
- .box_ul .box_ul_li {
- padding: 15rpx;
- margin-bottom: 20rpx;
- background: #ffffff;
- border-radius: 20rpx;
- }
- .box_ul .box_ul_li .box_ul_li_img {
- width: 30%;
- float: left;
- margin-right: 20rpx;
- }
- .box_ul .box_ul_li .box_ul_li_img image {
- width: 200rpx;
- height: 200rpx;
- border-radius: 10rpx;
- }
- .box_ul .box_ul_li .box_ul_li_main {
- flex: 1;
- }
- .box_ul .box_ul_li .box_ul_li_name {
- font-size: 28rpx;
- display: flex;
- overflow: hidden;
- }
- .box_ul .box_ul_li .box_ul_li_name text {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- flex: 1;
- font-weight: bold;
- }
- .box_ul .box_ul_li .box_ul_li_price {
- margin: 15rpx 0;
- }
- .box_ul .box_ul_li .box_ul_li_price text {
- color: #66a6ff;
- font-size: 28rpx;
- font-weight: 600;
- }
- .box_ul .box_ul_li .box_ul_li_price image {
- width: 44rpx;
- height: 44rpx;
- }
- .box_ul .box_ul_li .box_ul_li_price .hsj,
- .box_ul .box_ul_li .khj,
- .box_ul .box_ul_li .xsj {
- display: block;
- margin: 10rpx 0;
- }
- .box_ul .box_ul_li .box_ul_li_price .hsj uni-text,
- .box_ul .box_ul_li .khj uni-text,
- .box_ul .box_ul_li .xsj uni-text {
- float: right;
- }
- .box_ul .box_ul_li .box_ul_li_price .hsj uni-text {
- color: #000000;
- }
- .box_ul .box_ul_li .box_ul_li_time {
- color: #999999;
- font-size: 22rpx;
- align-items: center;
- margin-top: 20rpx;
- }
- .box_ul .box_ul_li .box_ul_li_time uni-text {
- line-height: 70rpx;
- }
- .box_ul .box_ul_li .box_ul_li_time uni-image {
- width: 48rpx;
- height: 48rpx;
- float: right;
- }
- .box_ul .box_ul_li .box_ul_li_time .item-btn {
- background-image: -ms-linear-gradient(0deg, #89f7fe 0%, #66a6ff 100%);
- color: #ffffff;
- border-radius: 19px;
- font-size: 28rpx;
- margin-left: auto;
- width: 200rpx;
- height: 60rpx;
- float: right;
- }
- .box_footer {
- height: 98rpx;
- z-index: 20;
- position: fixed;
- bottom: 0rpx;
- width: 100%;
- padding: 0 30rpx;
- background: #ffffff;
- }
- .box_footer .box_footer_all image {
- width: 44rpx;
- height: 44rpx;
- margin-right: 10rpx;
- }
- .box_footer .box_footer_all text {
- color: #000000;
- font-size: 28rpx;
- }
- .box_footer .box_footer_li {
- color: #ffffff;
- width: 200rpx;
- height: 70rpx;
- border-radius: 39rpx;
- font-size: 30rpx;
- margin-left: 30rpx;
- }
- .box_footer .box_footer_li:first-child {
- background-image: -ms-linear-gradient(60deg, #ffc8de 0%, #ff67a4 100%);
- }
- .box_footer .box_footer_li:last-child {
- background-image: -ms-linear-gradient(0deg, #89f7fe 0%, #66a6ff 100%);
- }
- .donation {
- background-color: #fff;
- padding: 30rpx 40rpx;
- border-radius: 10px;
- }
- .donation .title {
- font-size: 16px;
- font-weight: bold;
- text-align: center;
- margin-bottom: 30rpx;
- }
- .donation .input-container {
- background-color: #f3f3f3;
- padding: 16rpx 20rpx;
- border-radius: 6rpx;
- margin-bottom: 20rpx;
- }
- .donation .input-container input {
- font-size: 30rpx;
- }
- .donation .tip {
- font-size: 12px;
- color: red;
- text-align: center;
- margin-bottom: 30rpx;
- }
- .donation .donation-btns {
- display: flex;
- gap: 30rpx;
- }
- .donation .donation-btns view {
- color: #ffffff;
- flex: 1;
- width: 100%;
- height: 70rpx;
- border-radius: 39rpx;
- font-size: 30rpx;
- }
- .donation .donation-btns view:first-child {
- background: -webkit-linear-gradient(60deg, #ffc8de 0%, #ff67a4 100%);
- }
- .donation .donation-btns view:last-child {
- background: -webkit-linear-gradient(0deg, #89f7fe 0%, #66a6ff 100%);
- }
|