/* pages/orderList/orderBaseInfo/orderBaseInfo.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-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%; } .totalNumView{ width: 100%; height: 300rpx; background-color: #fff; } .totalTopView{ height: 200rpx; display: flex; flex-direction: column; align-items: center; } .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; }