123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- .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;
- }
|