1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- ::v-deep button::after{
- border: none!important;
- }
- ::v-deep .u-loading-page{
- position: relative!important;
- z-index: 99999999999999999999999!important;
- // background: red;
- }
- ::v-deep .u-loading-page__warpper__loading-icon__img{
- width: 150rpx!important;
- height: 150rpx!important;
- }
- .page{
- padding-bottom: 160rpx;
- }
- .content{
- padding: 48rpx 32rpx 0 32rpx;
- .title{
- font-size: 40rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- font-weight: bold;
- color: #333333;
- margin-bottom: 50rpx;
- }
- .p{
- font-size: 30rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- // font-weight: bold;
- color: #333333;
- line-height: 50rpx;
- // text-indent: 2rem;
- margin-bottom: 50rpx;
- }
- image{
- width: 686rpx;
- height: 686rpx;
- border-radius: 0 40rpx 0 40rpx;
- }
- }
- .btnBox{
- height: 160rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.16);
-
- position: fixed;
- bottom: 0;
- width: calc(100% - 64rpx);
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 32rpx;
- .rBtn{
- width: 100%;
- height: 96rpx;
- background: #333333;
- border-radius: 4rpx;
- border: 2rpx solid #333333;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 32rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- }
|