/* pages/orderinfo/orderinfo.wxss */
|
|
|
|
page {
|
|
background: rgb(240, 239, 245);
|
|
}
|
|
|
|
.swiper-tab {
|
|
width: 100%;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
background: white;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
border-bottom: 0.2rpx solid rgb(223, 218, 218);
|
|
}
|
|
|
|
.swiper-tab-list {
|
|
font-size: 30rpx;
|
|
/* display: inline-block; */
|
|
width: 25%;
|
|
color: #777;
|
|
}
|
|
|
|
.on {
|
|
color: #2788f8;
|
|
border-bottom: 2rpx solid #2788f8;
|
|
}
|
|
|
|
.swiper-box {
|
|
display: block;
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.swiper-items1 {
|
|
height: 100%;
|
|
padding-top: 3%;
|
|
}
|
|
|
|
.swiper-items2 {
|
|
height: 100%;
|
|
}
|
|
|
|
.scroll-views {
|
|
height: 100%;
|
|
}
|
|
|
|
.baseitem {
|
|
background: #fff;
|
|
width: 100%;
|
|
border-bottom: 0.1px solid #dbdbdb;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.twogroup {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.baseitem_key {
|
|
color: #666;
|
|
width: 20%;
|
|
margin-left: 5%;
|
|
}
|
|
|
|
.baseitem_value {
|
|
margin-left: 5%;
|
|
width: 70%;
|
|
color: rgb(48, 48, 48);
|
|
}
|
|
|
|
.baseitem_key2 {
|
|
color: #666;
|
|
width: 20%;
|
|
font-size: 30rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.baseitem_value2 {
|
|
color: rgb(48, 48, 48);
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.baseitem_key1 {
|
|
color: #666;
|
|
width: 40%;
|
|
font-size: 30rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.baseitem_value1 {
|
|
color: rgb(48, 48, 48);
|
|
font-size: 30rpx;
|
|
margin-left: 20rpx;
|
|
width: 60%;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|
|
|
|
.add {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-left: none;
|
|
background: #fff;
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
border-top: 0.5px solid #e0e0e0;
|
|
border-bottom: 0.5px solid #e0e0e0;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.ico {
|
|
height: 42rpx;
|
|
width: 42rpx;
|
|
}
|
|
|
|
.delete {
|
|
width: 100%;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
color: red;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #fff;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.itemView {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.submit {
|
|
margin-top: 50rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.drawer_screen {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
background: #000;
|
|
opacity: 0.5;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sousuo {
|
|
margin-right: 10%;
|
|
margin-left: 10%;
|
|
text-align: center;
|
|
background: #d6d8da;
|
|
height: 40px;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.drawer_content {
|
|
height: 500rpx;
|
|
overflow-y: scroll; /*超出父盒子高度可滚动*/
|
|
}
|
|
|
|
.drawer_box {
|
|
width: 650rpx;
|
|
overflow: hidden;
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 0;
|
|
z-index: 1001;
|
|
background: #fafafa;
|
|
margin: -150px 50rpx 0 50rpx;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.btn_ok {
|
|
padding: 10px;
|
|
font: 20px "microsoft yahei";
|
|
text-align: center;
|
|
border-top: 1px solid #e8e8ea;
|
|
color: #3cc51f;
|
|
}
|
|
|
|
.top {
|
|
height: 20%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.grid1 {
|
|
width: 100%;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
padding-top: 5px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.text3 {
|
|
font-size: 18px;
|
|
color: rgb(48, 48, 48);
|
|
}
|