/* pages/orderinfo/orderinfo.wxss */ page { background: #eaf1f8; height: calc(100%-10px); } .swiper-tab { /* height: 30px; */ margin: 10px 20px; text-align: center; line-height: 30px; background: white; display: flex; flex-direction: row; border-radius: 5px; border: 1px solid#2E8CF5; overflow: hidden; } .swiper-tab-list { height: 100%; width: 50%; font-size: 30rpx; color: #777; } .on { background-color: #2e8cf5; color: white; } .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 { height: 60rpx; background: #fff; /* border-bottom: 0.1px solid #dbdbdb; */ display: flex; flex-direction: row; align-items: center; padding: 20rpx 20rpx; font-size: 30rpx; } .horizontallineView { height: 1rpx; background-color: #dbdbdb; margin-left: 20rpx; margin-right: 0rpx; } .baseitem_key { color: #666; width: 30%; /* margin-left: 20rpx; */ } .baseitem_value { color: rgb(48, 48, 48); /* margin-left: 20rpx; margin-right: 20rpx; */ width: 70%; height: 100%; text-align: right; } .baseitem_key2 { color: #666; width: 30%; /* margin-left: 20rpx; */ } .baseitem_value2 { color: rgb(48, 48, 48); /* margin-left: 20rpx; margin-right: 20rpx; */ width: 70%; text-align: right; } .baseitem_key1 { color: #666; width: 30%; margin-left: 20rpx; } .baseitem_value1 { color: rgb(48, 48, 48); /* margin-left: 20rpx; margin-right: 20rpx; */ width: 70%; text-align: right; } .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; background-color: #fff; } .main-body { background-color: #fff; } .submit { margin-left: 5%; margin-top: 10%; width: 90%; margin-right: 5%; color: #fff; background: linear-gradient(to right, #39c4fd, #539eef); } .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: #2788f8; } .top { height: 20%; justify-content: center; align-items: center; } .grid1 { width: 100%; border-bottom: 1px solid #c3c3c3; /* padding-top: 5px; padding-bottom: 10px; */ padding-top: 16rpx; padding-bottom: 16rpx; text-align: center; } .text3 { font-size: 18px; color: rgb(48, 48, 48); }