/* 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; } .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%; } .totalNumView{ width: 100%; height: 300rpx; background-color: #fff; } .totalTopView{ height: 200rpx; display: flex; flex-direction: column; align-items: center; } .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; } .moneyKeyView{ width: 100%; color: #666; font-size: 30rpx; margin-top: 30rpx; text-align: center; } .moneyValueView{ width: 100%; color: #F68C38; font-size: 30px; margin-top: 0rpx; text-align: center; } .totalBottomView{ width: 100%; height: 100rpx; border-bottom: 0.1px solid #dbdbdb; border-top: 0.1px solid #dbdbdb; display: flex; flex-direction: row; background-color: #fff; justify-content: space-around; } .verticallineView{ margin-top: 20rpx; height: 60rpx; width: 2rpx; background-color: #dbdbdb; } .bottomTextView{ line-height: 100rpx; justify-content: space-between; font-size: 30rpx; color: black; } .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; } /* ---------------------------- */ /* 遮罩筛选 */ .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: #2E8CF5; } .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); }