/* 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; } .baseitem { background: #fff; width: 100%; 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); margin-left: 20rpx; width: 160%; text-align: center; } .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: 20px; 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; } .lineView{ margin-top: 10rpx; height: 80rpx; width: 2rpx; background-color: #dbdbdb; } .bottomTextView{ line-height: 100rpx; border-bottom: 0.1px solid #dbdbdb; justify-content: space-between; font-size: 20px; color: black; } .detaileListContainer { display: flex; flex-direction: column; background-color: #fff; } .listNumberView { background-color:#EAF1F8; padding: 10rpx 10rpx; font-size: 16px; color: #666; } .listItem { padding: 20rpx 20rpx; border-bottom: 0.1px solid #dbdbdb; justify-content: space-between; font-size: 16px; color: black; } .groupTwo{ display: flex; flex-direction: row; justify-content: space-around; background-color: #fff; } .lightGray{ color: #666; }