130 lines
3.4 KiB
Plaintext
130 lines
3.4 KiB
Plaintext
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.borRadius14.data-v-185bb641 {
|
||
border-radius: 14rpx !important;
|
||
}
|
||
.cart-color.data-v-185bb641 {
|
||
color: #e93323 !important;
|
||
border: 1px solid #e93323 !important;
|
||
}
|
||
.order-details.data-v-185bb641 {
|
||
margin: 0 20rpx 20rpx 20rpx;
|
||
border-radius: 10rpx;
|
||
}
|
||
.order-details .writeOff.data-v-185bb641 {
|
||
padding-bottom: 50rpx;
|
||
margin-top: 15rpx;
|
||
background-color: #fff;
|
||
}
|
||
.order-details .writeOff .title.data-v-185bb641 {
|
||
height: 87rpx;
|
||
padding: 0 24rpx;
|
||
font-size: 30rpx;
|
||
line-height: 87rpx;
|
||
color: #282828;
|
||
border-bottom: 1px solid #f0f0f0;
|
||
}
|
||
.order-details .writeOff .grayBg.data-v-185bb641 {
|
||
width: 590rpx;
|
||
height: 384rpx;
|
||
padding-top: 55rpx;
|
||
margin: 50rpx auto 0 auto;
|
||
background-color: #f2f5f7;
|
||
border-radius: 20rpx 20rpx 0 0;
|
||
}
|
||
.order-details .writeOff .grayBg .pictrue.data-v-185bb641 {
|
||
width: 290rpx;
|
||
height: 290rpx;
|
||
}
|
||
.order-details .writeOff .grayBg .pictrue image.data-v-185bb641 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.order-details .writeOff .gear.data-v-185bb641 {
|
||
width: 590rpx;
|
||
height: 30rpx;
|
||
margin: 0 auto;
|
||
}
|
||
.order-details .writeOff .gear image.data-v-185bb641 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.order-details .writeOff .num.data-v-185bb641 {
|
||
width: 590rpx;
|
||
height: 84rpx;
|
||
padding-top: 4rpx;
|
||
margin: 0 auto;
|
||
font-size: 48rpx;
|
||
color: #282828;
|
||
text-align: center;
|
||
background-color: #f0c34c;
|
||
border-radius: 0 0 20rpx 20rpx;
|
||
}
|
||
.order-details .writeOff .rules.data-v-185bb641 {
|
||
padding-top: 10rpx;
|
||
margin: 46rpx 30rpx 0 30rpx;
|
||
border-top: 1px solid #f0f0f0;
|
||
}
|
||
.order-details .writeOff .rules .item.data-v-185bb641 {
|
||
margin-top: 20rpx;
|
||
}
|
||
.order-details .writeOff .rules .item .rulesTitle.data-v-185bb641 {
|
||
font-size: 28rpx;
|
||
color: #282828;
|
||
}
|
||
.order-details .writeOff .rules .item .rulesTitle .iconfont.data-v-185bb641 {
|
||
margin-top: 5rpx;
|
||
margin-right: 8rpx;
|
||
font-size: 30rpx;
|
||
color: #333;
|
||
}
|
||
.order-details .writeOff .rules .item .info.data-v-185bb641 {
|
||
margin-top: 7rpx;
|
||
font-size: 28rpx;
|
||
color: #999;
|
||
}
|
||
.order-details .writeOff .rules .item .info .time.data-v-185bb641 {
|
||
margin-left: 20rpx;
|
||
}
|
||
.order-details .map.data-v-185bb641 {
|
||
height: 86rpx;
|
||
padding: 0 24rpx;
|
||
margin-top: 15rpx;
|
||
font-size: 30rpx;
|
||
line-height: 86rpx;
|
||
color: #282828;
|
||
background-color: #fff;
|
||
border-bottom: 1px solid #f0f0f0;
|
||
}
|
||
.order-details .map .place.data-v-185bb641 {
|
||
width: 176rpx;
|
||
height: 50rpx;
|
||
font-size: 26rpx;
|
||
line-height: 50rpx;
|
||
text-align: center;
|
||
border-radius: 25rpx;
|
||
} |