/* pages/specialOrderApplication/creatNewSpecialOrder/creatNewSpecialOrder.wxss */ page { background:#EAF1F8; height: calc(100%-10px); } .swiper-tab { 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-second{ height: 100%; width: 50%; font-size: 30rpx; color: #777; border-left: 1px solid#2E8CF5; border-right: 1px solid#2E8CF5; } .swiper-tab-list { height: 100%; width: 50%; font-size: 30rpx; color: #777; } .on { background-color:#2E8CF5 ; color: white; } .swiper-box { width: 100%; display: block; overflow: hidden; } .swiper-items1{ height: 100%; } .swiper-items2{ height: 100%; } .backGroundContainer{ background: #fff; } .baseitem { height: 60rpx; /* border-bottom: 0.1px solid #dbdbdb; */ display: flex; flex-direction: row; align-items: center; padding: 20rpx 20rpx; font-size: 30rpx; } .baseitem_key { color: #666; width: 40%; } .baseitem_value { color: rgb(48, 48, 48); width: 60%; text-align: right; } .horizontallineView { height: 1rpx; background-color: #dbdbdb; margin-left: 20rpx; margin-right: 0rpx; } .scroll-views{ height: 100%; } .detaileListContainer { display: flex; flex-direction: column; background-color: #fff; } .listNumberView { height: 40rpx; background-color:#EAF1F8; padding-left:20rpx; padding-top: 30rpx; padding-bottom: 10rpx; font-size: 27rpx; color: #666; } .listItem { height: 60rpx; line-height: 60rpx; padding: 20rpx 20rpx; justify-content: space-between; font-size: 16px; color: black; } .groupTwo{ display: flex; flex-direction: row; justify-content: space-around; background-color: #fff; } .lightGray{ font-size: 30rpx; color: #666; } .imageView { height: 80px; width: 100%; margin-top: 20rpx; position: relative; align-items: center; justify-content: center; box-sizing: content-box; } .currentImage { width: 100%; height: 100%; } .btnTextView { position: absolute; width: 100%; top:0; line-height: 65px; text-align: center; } .btnText { color: white; font-size: 20px; } .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; }