| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- // ::v-deep .u-popup__content{
- // }
- .popup-box {
- width: 90vw;
- // height: 40vh;
- overflow: hidden;
- background: #ffffff;
- padding: 30rpx;
- border-radius: 24rpx;
- z-index: 99999999999999999999999999999!important;
- .weui-half-screen-dialog__hd {
- font-size: 34rpx;
- font-family: Source Han Sans CN-Bold, Source Han Sans CN;
- font-weight: bold;
- color: #000000;
- line-height: 56rpx;
- }
- .weui-half-screen-dialog__bd {
- margin-top: 48rpx;
- text-indent: 2em;
- .weui-half-screen-dialog__tips {
- font-size: 28rpx;
- font-family: Source Han Sans CN-Normal, Source Han Sans CN;
- font-weight: 400;
- color: #000000;
- line-height: 33rpx;
- }
- }
- .weui-half-screen-dialog__ft {
- display: flex;
- justify-content: space-evenly;
- align-items: center;
- margin-top: 48rpx;
- .weui-btn {
- padding: 0 60rpx;
- margin: 0;
- background: none;
- font-size: 32rpx;
- font-family: Source Han Sans CN-Normal, Source Han Sans CN;
- font-weight: 400;
- color: orangered;
- line-height: 80rpx;
- // border: 2rpx solid #8BC21F;
- }
- .agree {
- color: #ffffff;
- background: linear-gradient(90deg, orange 0%, orangered 100%);
- }
- }
- .color-8BC21F {
- color: orange !important;
- }
- }
|