12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- // ::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:#017FFF;
- line-height: 80rpx;
- // border: 2rpx solid #8BC21F;
- }
- .agree {
- color: #ffffff;
- // background: linear-gradient(90deg, orange 0%, orangered 100%);
-
- background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%);
- }
- }
- .color-8BC21F {
- color: #017FFF !important;
- }
- }
|