123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- ::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{
- min-height:100vh;
- background: #F1F1F1;
- }
- .content{
- // background: #F1F1F1;
- // min-height: calc(100vh - 200rpx);
- padding: 0 32rpx;
- padding-top: 24rpx;
- padding-bottom: 24rpx;
- .item{
- height: 432rpx;
- background: #FFFFFF;
- border-radius: 0rpx 24rpx 0rpx 24rpx;
- // margin-top: 24rpx;
- padding: 0 24rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- margin-bottom: 24rpx;
- .line{
- display: flex;
- justify-content:space-between;
- .left{
- font-size: 28rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #666666;
- }
- .right{
- font-size: 32rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #333333;
- }
- }
- }
- }
|