You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
3.5 KiB
114 lines
3.5 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.container .header.data-v-28b563fb {
|
|
height: 560rpx;
|
|
background-size: 100% 560rpx;
|
|
background-repeat: no-repeat;
|
|
padding: 0 50rpx;
|
|
}
|
|
.container .header .total-title.data-v-28b563fb {
|
|
color: #FFC0C0;
|
|
}
|
|
.container .header .total-price-box.data-v-28b563fb {
|
|
padding: 70rpx 0;
|
|
}
|
|
.container .header .remark.data-v-28b563fb {
|
|
color: #FFB5B5;
|
|
}
|
|
.container .header .remark .remark-title.data-v-28b563fb::before {
|
|
content: " ";
|
|
position: absolute;
|
|
left: 7%;
|
|
top: 50%;
|
|
width: 140rpx;
|
|
height: 2rpx;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
background: linear-gradient(90deg, #ff5959 0%, #ffa4a4 99%);
|
|
}
|
|
.container .header .remark .remark-title.data-v-28b563fb::after {
|
|
content: " ";
|
|
position: absolute;
|
|
right: 7%;
|
|
top: 50%;
|
|
width: 140rpx;
|
|
height: 2rpx;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
background: linear-gradient(-90deg, #ff5959 0%, #ffa4a4 99%);
|
|
}
|
|
.container .content.data-v-28b563fb {
|
|
margin-top: -80rpx;
|
|
}
|
|
.container .content .remark-more .remark-title.data-v-28b563fb::before {
|
|
content: " ";
|
|
position: absolute;
|
|
left: 20%;
|
|
top: 50%;
|
|
width: 140rpx;
|
|
height: 2rpx;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
background: linear-gradient(-90deg, #999999 0%, rgba(255, 255, 255, 0) 100%);
|
|
}
|
|
.container .content .remark-more .remark-title.data-v-28b563fb::after {
|
|
content: " ";
|
|
position: absolute;
|
|
right: 20%;
|
|
top: 50%;
|
|
width: 140rpx;
|
|
height: 2rpx;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
background: linear-gradient(90deg, #999999 0%, rgba(255, 255, 255, 0) 100%);
|
|
}
|
|
.container .content .commsion-list-box.data-v-28b563fb {
|
|
border-radius: 30rpx 30rpx 0 0;
|
|
padding: 50rpx 0;
|
|
}
|
|
.container .content .commsion-list-box .commsion-list-title.data-v-28b563fb {
|
|
padding: 0 30rpx;
|
|
}
|
|
.container .content .commsion-list-box .no-shop-image .not-image.data-v-28b563fb {
|
|
margin: 20% auto 0;
|
|
width: 400rpx;
|
|
height: 200rpx;
|
|
background-image: url("https://s10.mogucdn.com/p2/161213/upload_27e7gegi3f9acl5e05f3951if5855_514x260.png");
|
|
background-size: 400rpx 200rpx;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.container .content .commsion-list-box .scroll-view.data-v-28b563fb {
|
|
height: 560rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.container .content .commsion-list-box .scroll-view .commsion-list .list-item.data-v-28b563fb {
|
|
padding: 30rpx 0;
|
|
}
|
|
.container .content .commsion-list-box .scroll-view .commsion-list .list-item .commsion-price.AreWithdraw.data-v-28b563fb {
|
|
color: #FF4444 !important;
|
|
}
|
|
|
|
|