.advance { margin: 0; padding: 0; background: #f7f7f7; } .mainbox { width: 100vw; height: 437rpx; margin: 45rpx auto; display: flex; flex-direction: column; justify-content: space-evenly; background-color: #ffffff; /* box-shadow: 15rpx 14rpx 17rpx #bababa; */ padding: auto 20rpx; position: relative; } .mainbox view { padding-left: 60rpx; } .details { width: 211rpx; border-radius: 20rpx; color: #3da1ff; position: relative; } .de_btn{ border-radius: 50rpx; width: 260rpx; } .list { position: relative; color: #ffffff; font-size:40rpx ; } .list_pay{ position: relative; color: #ffffff; font-size: 55rpx; } /* 明细查询页面 */ .details_main { margin: 0; padding: 0; /* background: #f7f7f7; */ } .cost_all{ width: 90%; height: 300rpx; margin: 20rpx auto; /* display: flex; */ flex-direction: column; justify-content: space-evenly; background-color: #ffffff; /* padding: auto 20rpx; */ position: relative; top: 152rpx; box-shadow: 4rpx 4rpx 10rpx gainsboro; } .date_range { width: 320rpx; height: 50rpx; background-color: #ececec; border: 2rpx solid #ececec; border-radius: 22rpx; margin: 10rpx auto; font-size: 24rpx; text-align: center; line-height: 50rpx; color: #535353; } .balance{ display: flex; } .balance_t{ flex: 1; text-align: center; font-size: 30px; } .disburse{ color: #5fc35f; } .top_up{ color: #ed5f5c; } .mingxi_xq{ width: 90%; position: absolute; top: 275px; left: 5%; } .mingxi{ width: 100%; height: 80px; background: #ffffff; /* margin: 105px auto; */ margin-bottom: 10px; padding: 5px; box-sizing: border-box; box-shadow:0 0 10rpx gainsboro; } .mingxi_time{ font-size: 18px; margin-bottom: 10px } .mingxi_yuer{ position: absolute; top: 5px; right: 5px; } .mingxi_yuer2{ position: absolute; right: 5px; }