12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .dialog-body-exclude{
- position: relative;
- width: 520rpx;
- margin: 0 75rpx;
- padding: 56rpx 40rpx 52rpx;
- background-color: #fff;
- border-radius: 16rpx;
- }
- .dialog-body-exclude .title{
- display: block;
- margin-bottom: 10rpx;
- font-size: 42rpx;
- line-height: 56rpx;
- text-align: center;
- font-weight: bold;
- color: #333333;
- }
- .dialog-body-exclude .sub-title{
- display: block;
- width: 100%;
- line-height: 44rpx;
- font-size: 30rpx;
- text-align: center;
- color: #808080;
- }
- .dialog-body-exclude > image{
-
- }
- .dialog-body-exclude > button{
- margin: 10rpx 0 34rpx;
- font-size: 34rpx;
- color: #fff;
- border-radius: 46rpx;
- background: linear-gradient(to right, #dd7fff, #625af7);
- }
- .dialog-body-exclude .tip{
- position: relative;
- width: 310rpx;
- height: 216rpx;
- margin: 30rpx auto 56rpx;
- }
- .dialog-body-exclude .tip > image{
- position: relative;
- display: block;
- width: 310rpx;
- height: 216rpx;
- }
- .dialog-body-exclude .tip > text{
- position: absolute;
- display: block;
- width: 310rpx;
- left: 0;
- top: 124rpx;
- color: #fff;
- font-size: 27rpx;
- line-height: 38rpx;
- text-align: center;
- }
- .dialog-body-exclude .num{
- text-align: center;
- padding-bottom: 16rpx;
- }
- .dialog-body-exclude .current {
- font-size: 30rpx;
- color: #FC874F;
- line-height: 54rpx;
- vertical-align: middle;
- }
- .dialog-body-exclude .icon{
- width: 60rpx;
- height: 60rpx;
- vertical-align: middle;
- }
- .dialog-body-exclude .brain{
- display: block;
- width: 444rpx;
- line-height: 46rpx;
- margin: 0 auto;
- padding: 14rpx 0;
- border-top: 1rpx solid #EEEEEE;
- color: #999999;
- font-size: 30rpx;
- text-align: center;
- }
|