123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- ::v-deep .u-loading-page{
- position: relative!important;
- z-index: 999999999!important;
- // background: red;
- }
- ::v-deep .u-loading-page__warpper__loading-icon__img{
- width: 150rpx!important;
- height: 150rpx!important;
- }
- .page{
- background: #F1F1F1;
- min-height: 100vh;
- }
- .content{
- background: #F1F1F1;
- min-height: 100vh;
- padding: 0 32rpx;
- padding-top: 24rpx;
- padding-bottom: 24rpx;
- .item{
- background: #FFFFFF;
- border-radius: 0rpx 24rpx 0rpx 24rpx;
- padding: 8rpx 24rpx;
-
- padding-top: 10px;
- padding-bottom: 15px;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- margin-bottom: 24rpx;
-
- .t1{
- justify-content:center!important;
- font-size: 34rpx;
- font-weight: bold;
- text{
- color: #F7790C;
- }
- }
- .line{
- display: flex;
- justify-content:space-between;
- margin-bottom:16rpx ;
- .left{
- font-size: 28rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 300;
- color: #666666;
- display: flex;
- align-items: center;
- }
- .right{
- font-size: 32rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight:300;
- color: #333333;
- }
- }
- .line:last-child{
- margin-bottom: 0;
- }
- }
- }
|