640 lines
16 KiB
Plaintext
640 lines
16 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.fontDate.data-v-2b9e2b4a {
|
||
color: #fff;
|
||
}
|
||
.data-v-2b9e2b4a .pickerSelected {
|
||
color: #ffffff !important;
|
||
z-index: 2;
|
||
}
|
||
.data-v-2b9e2b4a .test {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
z-index: -1;
|
||
background: #a9d897;
|
||
color: #fff;
|
||
height: 62rpx;
|
||
}
|
||
uni-picker-view.data-v-2b9e2b4a {
|
||
display: block;
|
||
}
|
||
uni-picker-view .uni-picker-view-wrapper.data-v-2b9e2b4a {
|
||
display: flex;
|
||
position: relative;
|
||
overflow: hidden;
|
||
height: 100%;
|
||
background-color: white;
|
||
}
|
||
uni-picker-view[hidden].data-v-2b9e2b4a {
|
||
display: none;
|
||
}
|
||
picker-view.data-v-2b9e2b4a {
|
||
width: 100%;
|
||
height: 400rpx;
|
||
margin-top: 20 upx;
|
||
}
|
||
.item.data-v-2b9e2b4a {
|
||
line-height: 100 upx;
|
||
text-align: center;
|
||
}
|
||
.order-details.data-v-2b9e2b4a {
|
||
background-image: url("https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/4fdc9a0f-d72a-46b6-a04d-ed56d5465213.png");
|
||
box-sizing: border-box;
|
||
overflow: hidden;
|
||
padding-left: 30rpx;
|
||
padding-right: 30rpx;
|
||
background-size: cover;
|
||
width: 100vw;
|
||
height: 100vh;
|
||
position: relative;
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
.order-details .content-list.data-v-2b9e2b4a {
|
||
top: 130rpx;
|
||
z-index: 999;
|
||
position: absolute;
|
||
width: 686rpx;
|
||
margin-top: 34rpx;
|
||
text-align: right;
|
||
}
|
||
.order-details .content-list .wrap1.data-v-2b9e2b4a {
|
||
margin-bottom: 10rpx;
|
||
font-size: 24rpx;
|
||
color: #4e964d;
|
||
}
|
||
.order-details .content-list .wrap2.data-v-2b9e2b4a {
|
||
box-sizing: border-box;
|
||
border-radius: 20rpx;
|
||
background-color: #fff;
|
||
padding-left: 18rpx;
|
||
padding-right: 32rpx;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_2.data-v-2b9e2b4a {
|
||
height: 60rpx;
|
||
position: relative;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_2 .wrap2_2_2.data-v-2b9e2b4a {
|
||
line-height: 60rpx;
|
||
color: #76c458;
|
||
font-size: 24rpx;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_2 .wrap2_2_1.data-v-2b9e2b4a {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 50%;
|
||
-webkit-transform: translate(-50%, -50%);
|
||
transform: translate(-50%, -50%);
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_2 .wrap2_2_1 ._img.data-v-2b9e2b4a {
|
||
width: 30rpx;
|
||
height: 16rpx;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_1.data-v-2b9e2b4a {
|
||
z-index: 999;
|
||
overflow-y: scroll;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_1 .item.data-v-2b9e2b4a {
|
||
height: 154rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding-left: 10rpx;
|
||
padding-right: 10rpx;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_1 .item.active.data-v-2b9e2b4a {
|
||
background-color: #f5fbf2;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_1 .item .item_5.data-v-2b9e2b4a {
|
||
width: 134rpx;
|
||
color: #626262;
|
||
font-size: 24rpx;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_1 .item .item_4.data-v-2b9e2b4a {
|
||
margin-right: 28rpx;
|
||
width: 192rpx;
|
||
color: #626262;
|
||
font-size: 24rpx;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_1 .item .item_3.data-v-2b9e2b4a {
|
||
margin-right: 48rpx;
|
||
width: 78rpx;
|
||
color: #626262;
|
||
font-size: 24rpx;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_1 .item .item_2.data-v-2b9e2b4a {
|
||
margin-right: 24rpx;
|
||
width: 68rpx;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_1 .item .item_2 .item_2_2.data-v-2b9e2b4a {
|
||
color: #939393;
|
||
font-size: 20rpx;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_1 .item .item_2 .item_2_1.data-v-2b9e2b4a {
|
||
background-color: #000;
|
||
width: 68rpx;
|
||
height: 68rpx;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_1 .item .item_2 .item_2_1 ._img.data-v-2b9e2b4a {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.order-details .content-list .wrap2 .wrap2_1 .item .item_1.data-v-2b9e2b4a {
|
||
margin-right: 18rpx;
|
||
color: #58a66b;
|
||
font-size: 24rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
width: 36rpx;
|
||
height: 36rpx;
|
||
border: 5rpx solid #76c458;
|
||
border-radius: 50%;
|
||
background: transparent;
|
||
}
|
||
.order-details > .content5.data-v-2b9e2b4a {
|
||
align-items: center;
|
||
left: 0;
|
||
background: #fff;
|
||
width: 750rpx;
|
||
position: fixed;
|
||
bottom: 0;
|
||
height: 172rpx;
|
||
display: flex;
|
||
}
|
||
.order-details > .content5 .wrap4.data-v-2b9e2b4a {
|
||
z-index: 999;
|
||
width: 100%;
|
||
background-color: #fff;
|
||
position: absolute;
|
||
}
|
||
.order-details > .content5 .wrap4 .item.data-v-2b9e2b4a {
|
||
height: 152rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.order-details > .content5 .wrap4 .item .item_4.data-v-2b9e2b4a {
|
||
margin-right: 64rpx;
|
||
margin-left: auto;
|
||
color: #76c458;
|
||
font-size: 24rpx;
|
||
font-weight: bold;
|
||
}
|
||
.order-details > .content5 .wrap4 .item .item_3.data-v-2b9e2b4a {
|
||
width: 100rpx;
|
||
margin-left: 48rpx;
|
||
color: #626262;
|
||
font-size: 24rpx;
|
||
}
|
||
.order-details > .content5 .wrap4 .item .item_2.data-v-2b9e2b4a {
|
||
width: 100rpx;
|
||
margin-left: 34rpx;
|
||
color: #626262;
|
||
font-size: 24rpx;
|
||
}
|
||
.order-details > .content5 .wrap4 .item .item_1.data-v-2b9e2b4a {
|
||
margin-left: 56rpx;
|
||
color: #58a66b;
|
||
font-size: 24rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
width: 36rpx;
|
||
height: 36rpx;
|
||
border: 5rpx solid #76c458;
|
||
border-radius: 50%;
|
||
background: transparent;
|
||
}
|
||
.order-details > .content5 .wrap3.data-v-2b9e2b4a {
|
||
margin-left: 32rpx;
|
||
}
|
||
.order-details > .content5 .wrap3 ._img.data-v-2b9e2b4a {
|
||
width: 30rpx;
|
||
height: 16rpx;
|
||
}
|
||
.order-details > .content5 .wrap2.data-v-2b9e2b4a {
|
||
border-radius: 40rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
width: 392rpx;
|
||
height: 56rpx;
|
||
color: #fff;
|
||
font-size: 32rpx;
|
||
background: #76c458;
|
||
}
|
||
.order-details > .content5 .wrap1.data-v-2b9e2b4a {
|
||
margin-left: 18rpx;
|
||
margin-right: 70rpx;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: start;
|
||
}
|
||
.order-details > .content5 .wrap1 .wrap1_1.data-v-2b9e2b4a {
|
||
color: #939393;
|
||
font-size: 16rpx;
|
||
}
|
||
.order-details > .content5 .wrap1 .wrap1_2.data-v-2b9e2b4a {
|
||
font-size: 32rpx;
|
||
color: #76c458;
|
||
}
|
||
.order-details .poup1.data-v-2b9e2b4a {
|
||
padding-top: 28rpx;
|
||
padding-left: 30rpx;
|
||
padding-right: 30rpx;
|
||
margin-bottom: 72rpx;
|
||
}
|
||
.order-details .poup1 > .content6.data-v-2b9e2b4a {
|
||
margin-top: 26rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
}
|
||
.order-details .poup1 > .content6 .wrap1.data-v-2b9e2b4a {
|
||
color: #fff;
|
||
font-size: 28rpx;
|
||
width: 436rpx;
|
||
height: 60rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
background: #76c458;
|
||
border-radius: 30rpx;
|
||
}
|
||
.order-details .poup1 > .content3.data-v-2b9e2b4a {
|
||
margin-bottom: 70rpx;
|
||
}
|
||
.order-details .poup1 > .content3 .wrap1.data-v-2b9e2b4a {
|
||
margin-bottom: 18rpx;
|
||
border-radius: 32rpx;
|
||
height: 80rpx;
|
||
box-sizing: border-box;
|
||
border: 2px solid #76c458;
|
||
padding-left: 44rpx;
|
||
padding-right: 42rpx;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
.order-details .poup1 > .content3 .wrap1 .wrap1_2.data-v-2b9e2b4a {
|
||
color: #76c458;
|
||
font-size: 26rpx;
|
||
}
|
||
.order-details .poup1 > .content3 .wrap1 .wrap1_1.data-v-2b9e2b4a {
|
||
font-size: 28rpx;
|
||
color: #000;
|
||
}
|
||
.order-details .poup1 > .content3 .wrap1.disabled.data-v-2b9e2b4a {
|
||
border: none;
|
||
background: #d8d8d8;
|
||
}
|
||
.order-details .poup1 > .content3 .wrap1.disabled .wrap1_1.data-v-2b9e2b4a {
|
||
color: #626262;
|
||
font-size: 28rpx;
|
||
}
|
||
.order-details .poup1 > .content3 .wrap1.disabled .wrap1_2.data-v-2b9e2b4a {
|
||
color: #626262;
|
||
font-size: 16rpx;
|
||
}
|
||
.order-details .poup1 > .content3 .wrap1.active.data-v-2b9e2b4a {
|
||
background: #76c458;
|
||
}
|
||
.order-details .poup1 > .content3 .wrap1.active .wrap1_2.data-v-2b9e2b4a {
|
||
color: #fff;
|
||
font-size: 26rpx;
|
||
}
|
||
.order-details .poup1 > .content3 .wrap1.active .wrap1_1.data-v-2b9e2b4a {
|
||
font-size: 28rpx;
|
||
color: #fff;
|
||
}
|
||
.order-details .poup1 > .content1.data-v-2b9e2b4a {
|
||
margin-bottom: 36rpx;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.order-details .poup1 > .content1 .wrap1.data-v-2b9e2b4a {
|
||
color: #000;
|
||
font-size: 32rpx;
|
||
}
|
||
.order-details .poup1 > .content1 .wrap2 image.data-v-2b9e2b4a {
|
||
width: 48rpx;
|
||
height: 48rpx;
|
||
}
|
||
.order-details .poup1 > .content2.data-v-2b9e2b4a {
|
||
margin-bottom: 36rpx;
|
||
height: 1rpx;
|
||
background: #626262;
|
||
}
|
||
.order-details .poup.data-v-2b9e2b4a {
|
||
margin-bottom: 72rpx;
|
||
padding-top: 28rpx;
|
||
padding-left: 30rpx;
|
||
padding-right: 30rpx;
|
||
}
|
||
.order-details .poup > .content3.data-v-2b9e2b4a {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
}
|
||
.order-details .poup > .content3 .wrap4.data-v-2b9e2b4a {
|
||
margin-bottom: 40rpx;
|
||
border-radius: 32rpx;
|
||
margin-top: 30rpx;
|
||
width: 220rpx;
|
||
height: 84rpx;
|
||
background: #d8d8d8;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.order-details .poup > .content3 .wrap4 .wrap4_1.data-v-2b9e2b4a {
|
||
color: #626262;
|
||
font-size: 28rpx;
|
||
}
|
||
.order-details .poup > .content3 .wrap4 .wrap4_2.data-v-2b9e2b4a {
|
||
color: #be7e7e;
|
||
font-size: 16rpx;
|
||
}
|
||
.order-details .poup > .content3 .wrap1.data-v-2b9e2b4a {
|
||
box-sizing: border-box;
|
||
flex-shrink: 0;
|
||
margin-right: 16rpx;
|
||
font-size: 28rpx;
|
||
border-radius: 32rpx;
|
||
border: 2rpx solid #76c458;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
width: 220rpx;
|
||
height: 84rpx;
|
||
}
|
||
.order-details .poup > .content3 .wrap1.data-v-2b9e2b4a:nth-child(3) {
|
||
margin-right: 0;
|
||
}
|
||
.order-details .poup > .content3 .wrap1.active.data-v-2b9e2b4a {
|
||
color: #fff;
|
||
background: #76c458;
|
||
}
|
||
.order-details .poup > .content6.data-v-2b9e2b4a {
|
||
margin-top: 26rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
}
|
||
.order-details .poup > .content6 .wrap1.data-v-2b9e2b4a {
|
||
color: #fff;
|
||
font-size: 28rpx;
|
||
width: 436rpx;
|
||
height: 60rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
background: #76c458;
|
||
border-radius: 30rpx;
|
||
}
|
||
.order-details .poup > .content5.data-v-2b9e2b4a {
|
||
margin-top: 36rpx;
|
||
height: 66rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
border-bottom: 1rpx solid #bababa;
|
||
border-top: 1rpx solid #bababa;
|
||
}
|
||
.order-details .poup > .content5 .wrap1.data-v-2b9e2b4a {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
flex-grow: 1;
|
||
color: #4e964d;
|
||
font-size: 28rpx;
|
||
}
|
||
.order-details .poup > .content5 .wrap2.data-v-2b9e2b4a {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
flex-grow: 1;
|
||
color: #4e964d;
|
||
font-size: 28rpx;
|
||
}
|
||
.order-details .poup > .content5 .wrap3.data-v-2b9e2b4a {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
flex-grow: 1;
|
||
color: #4e964d;
|
||
font-size: 28rpx;
|
||
}
|
||
.order-details .poup > .content4.data-v-2b9e2b4a {
|
||
font-size: 32rpx;
|
||
color: #000;
|
||
}
|
||
.order-details .poup > .content2.data-v-2b9e2b4a {
|
||
margin-bottom: 36rpx;
|
||
height: 1rpx;
|
||
background: #626262;
|
||
}
|
||
.order-details .poup > .content1.data-v-2b9e2b4a {
|
||
margin-bottom: 36rpx;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.order-details .poup > .content1 .wrap1.data-v-2b9e2b4a {
|
||
color: #000;
|
||
font-size: 32rpx;
|
||
}
|
||
.order-details .poup > .content1 .wrap2 image.data-v-2b9e2b4a {
|
||
width: 48rpx;
|
||
height: 48rpx;
|
||
}
|
||
.order-details .content-center.data-v-2b9e2b4a {
|
||
overflow-y: scroll;
|
||
}
|
||
.order-details .content-center .content-scroll .painting-name.data-v-2b9e2b4a {
|
||
margin-top: 48rpx;
|
||
align-items: center;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.order-details .content-center .content-scroll .painting-name .wrap1.data-v-2b9e2b4a {
|
||
color: black;
|
||
font-size: 28rpx;
|
||
}
|
||
.order-details .content-center .content-scroll .painting-name .wrap2.data-v-2b9e2b4a {
|
||
font-size: 28rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
color: #76c458;
|
||
border-radius: 40rpx;
|
||
background-color: #fff;
|
||
width: 148rpx;
|
||
height: 56rpx;
|
||
border: 1px solid #76c458;
|
||
}
|
||
.order-details .content-center .content-scroll > .content4.data-v-2b9e2b4a {
|
||
margin-bottom: 24rpx;
|
||
margin-top: 60rpx;
|
||
}
|
||
.order-details .content-center .content-scroll > .content4 .wrap1.data-v-2b9e2b4a {
|
||
border: 1rpx dashed #dfe9f0;
|
||
background-color: #fff;
|
||
}
|
||
.order-details .content-center .content-scroll > .content4 .wrap1 .wrap1_1.data-v-2b9e2b4a {
|
||
position: relative;
|
||
height: 114rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.order-details .content-center .content-scroll > .content4 .wrap1 .wrap1_1 .wrap1_1_4.data-v-2b9e2b4a {
|
||
left: 50%;
|
||
-webkit-transform: translateX(-50%);
|
||
transform: translateX(-50%);
|
||
bottom: 0;
|
||
position: absolute;
|
||
height: 0;
|
||
width: 636rpx;
|
||
border-bottom: 0.5px solid #626262;
|
||
}
|
||
.order-details .content-center .content-scroll > .content4 .wrap1 .wrap1_1 .wrap1_1_5.data-v-2b9e2b4a {
|
||
right: 42rpx;
|
||
position: absolute;
|
||
}
|
||
.order-details .content-center .content-scroll > .content4 .wrap1 .wrap1_1 .wrap1_1_5 image.data-v-2b9e2b4a {
|
||
width: 46.34rpx;
|
||
height: 20rpx;
|
||
}
|
||
.order-details .content-center .content-scroll > .content4 .wrap1 .wrap1_1 .wrap1_1_2.data-v-2b9e2b4a {
|
||
margin-right: 36rpx;
|
||
width: 0;
|
||
height: 66rpx;
|
||
border-left: 0.5px solid #626262;
|
||
}
|
||
.order-details .content-center .content-scroll > .content4 .wrap1 .wrap1_1 .wrap1_1_1.data-v-2b9e2b4a {
|
||
width: 210rpx;
|
||
padding-left: 32rpx;
|
||
color: #626262;
|
||
font-size: 24rpx;
|
||
}
|
||
.order-details .content-center .content-scroll > .content3.data-v-2b9e2b4a {
|
||
margin-top: 60rpx;
|
||
}
|
||
.order-details .content-center .content-scroll > .content3 .prompt.data-v-2b9e2b4a {
|
||
color: #4e964d;
|
||
font-size: 16rpx;
|
||
margin-bottom: 4rpx;
|
||
}
|
||
.order-details .content-center .content-scroll > .content3 .wrap1.data-v-2b9e2b4a {
|
||
border: 1rpx dashed #dfe9f0;
|
||
background-color: #fff;
|
||
}
|
||
.order-details .content-center .content-scroll > .content3 .wrap1 .wrap1_1.data-v-2b9e2b4a {
|
||
position: relative;
|
||
height: 114rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.order-details .content-center .content-scroll > .content3 .wrap1 .wrap1_1 .wrap1_1_4.data-v-2b9e2b4a {
|
||
left: 50%;
|
||
-webkit-transform: translateX(-50%);
|
||
transform: translateX(-50%);
|
||
bottom: 0;
|
||
position: absolute;
|
||
height: 0;
|
||
width: 636rpx;
|
||
border-bottom: 0.5px solid #626262;
|
||
}
|
||
.order-details .content-center .content-scroll > .content3 .wrap1 .wrap1_1 .wrap1_1_2.data-v-2b9e2b4a {
|
||
margin-right: 36rpx;
|
||
width: 0;
|
||
height: 66rpx;
|
||
border-left: 0.5px solid #626262;
|
||
}
|
||
.order-details .content-center .content-scroll > .content3 .wrap1 .wrap1_1 .wrap1_1_1.data-v-2b9e2b4a {
|
||
width: 210rpx;
|
||
padding-left: 32rpx;
|
||
color: #626262;
|
||
font-size: 24rpx;
|
||
}
|
||
.order-details .content-center .content-scroll > .content2.data-v-2b9e2b4a {
|
||
display: flex;
|
||
justify-content: center;
|
||
}
|
||
.order-details .content-center .content-scroll > .content2 image.data-v-2b9e2b4a {
|
||
width: 404rpx;
|
||
height: 306rpx;
|
||
}
|
||
.order-details .content-center .content-scroll > .content7.data-v-2b9e2b4a {
|
||
margin: 0 auto;
|
||
background-color: #fff;
|
||
border-radius: 40rpx;
|
||
width: 228rpx;
|
||
height: 56rpx;
|
||
border: 3rpx solid #76c458;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.order-details .content-center .content-scroll > .content7 .wrap2.data-v-2b9e2b4a {
|
||
color: #76c458;
|
||
font-size: 28rpx;
|
||
}
|
||
.order-details .content-center .content-scroll > .content7 .wrap1.data-v-2b9e2b4a {
|
||
margin-right: 20rpx;
|
||
box-sizing: border-box;
|
||
width: 32rpx;
|
||
height: 32rpx;
|
||
border: 3rpx solid #76c458;
|
||
border-radius: 50%;
|
||
background: transparent;
|
||
position: relative;
|
||
}
|
||
.order-details .content-center .content-scroll > .content7 .wrap1 .horizontal.data-v-2b9e2b4a {
|
||
position: absolute;
|
||
left: 50%;
|
||
top: 50%;
|
||
-webkit-transform: translate(-50%, -50%);
|
||
transform: translate(-50%, -50%);
|
||
width: 18rpx;
|
||
height: 2rpx;
|
||
background-color: #76c458;
|
||
}
|
||
.order-details .content-center .content-scroll > .content7 .wrap1 .vertical.data-v-2b9e2b4a {
|
||
position: absolute;
|
||
left: 50%;
|
||
top: 50%;
|
||
-webkit-transform: translate(-50%, -50%);
|
||
transform: translate(-50%, -50%);
|
||
width: 2rpx;
|
||
height: 18rpx;
|
||
background-color: #76c458;
|
||
}
|
||
|