123 lines
3.1 KiB
Plaintext
123 lines
3.1 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 */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.item-title.data-v-a02c7d07 {
|
||
font-size: 30rpx;
|
||
font-weight: bold;
|
||
color: rgb(51, 51, 51);
|
||
}
|
||
.refund-item.data-v-a02c7d07 {
|
||
padding: 30rpx;
|
||
background-color: #fff;
|
||
border-bottom: 1rpx solid #f5f5f5;
|
||
}
|
||
.refund-item.data-v-a02c7d07:last-child {
|
||
border: none;
|
||
}
|
||
.refund-item .describe-box.data-v-a02c7d07 {
|
||
box-sizing: border-box;
|
||
width: 690rpx;
|
||
padding: 30rpx;
|
||
background: rgb(249, 250, 251);
|
||
border-radius: 20rpx;
|
||
}
|
||
.refund-item .describe-box .describe-content.data-v-a02c7d07 {
|
||
height: 200rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 400;
|
||
color: #333;
|
||
}
|
||
.refund-item .input-box.data-v-a02c7d07 {
|
||
height: 84rpx;
|
||
background: rgb(249, 250, 251);
|
||
border-radius: 20rpx;
|
||
}
|
||
.goods-box.data-v-a02c7d07 {
|
||
padding: 20rpx;
|
||
margin-bottom: 20rpx;
|
||
background: #fff;
|
||
}
|
||
.foot-wrap.data-v-a02c7d07 {
|
||
width: 100%;
|
||
height: 100rpx;
|
||
}
|
||
.foot_box.data-v-a02c7d07 {
|
||
height: 100rpx;
|
||
background-color: #fff;
|
||
}
|
||
.foot_box .sub-btn.data-v-a02c7d07 {
|
||
width: 336rpx;
|
||
font-size: 28rpx;
|
||
line-height: 74rpx;
|
||
color: rgba(255, 255, 255, 0.9);
|
||
border-radius: 38rpx;
|
||
}
|
||
.foot_box .contcat-btn.data-v-a02c7d07 {
|
||
width: 336rpx;
|
||
font-size: 28rpx;
|
||
font-weight: 400;
|
||
line-height: 74rpx;
|
||
color: rgb(51, 51, 51);
|
||
background: rgb(238, 238, 238);
|
||
border-radius: 38rpx;
|
||
}
|
||
.modal-box.data-v-a02c7d07 {
|
||
width: 750rpx;
|
||
background: #fff;
|
||
border-radius: 30rpx 30rpx 0 0;
|
||
}
|
||
.modal-box .modal-head.data-v-a02c7d07 {
|
||
height: 100rpx;
|
||
font-size: 30rpx;
|
||
}
|
||
.modal-box .modal-content.data-v-a02c7d07 {
|
||
font-size: 28rpx;
|
||
}
|
||
.modal-box .modal-foot .close-btn.data-v-a02c7d07 {
|
||
width: 710rpx;
|
||
line-height: 80rpx;
|
||
color: rgba(255, 255, 255, 0.9);
|
||
border-radius: 40rpx;
|
||
}
|
||
.success-box.data-v-a02c7d07 {
|
||
width: 600rpx;
|
||
padding: 90rpx 0 64rpx 0;
|
||
}
|
||
.success-box .cicon-check-round.data-v-a02c7d07 {
|
||
font-size: 96rpx;
|
||
color: #04b750;
|
||
}
|
||
.success-box .success-title.data-v-a02c7d07 {
|
||
font-size: 32rpx;
|
||
font-weight: 500;
|
||
color: #333333;
|
||
}
|
||
.success-box .success-btn.data-v-a02c7d07 {
|
||
width: 492rpx;
|
||
height: 70rpx;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main-gradient), var(--ui-BG-Main));
|
||
border-radius: 35rpx;
|
||
} |