12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- /* plugin/etc/pages/activeDes/activeDes.wxss */
-
- @import '../../style/etc.wxss';
-
-
- .bg {
- padding-top: 48rpx;
- padding-left: 34rpx;
- padding-right: 30rpx;
- }
-
- .title {
- color: rgb(8, 14, 26);
- font-size: 32rpx;
- font-weight: 700;
- }
-
- .tip-img {
- margin-top: 28rpx;
- width: 100%;
- height: 276rpx;
- }
-
- .msg {
-
- color: rgb(0, 0, 0);
- font-size: 26rpx;
- opacity: 0.6;
- }
-
- .msg-warn {
- margin-top: 16rpx;
- font-size: 22rpx;
- color: rgb(229, 19, 19);
- }
-
-
-
-
-
-
- .dian {
- width: 16rpx;
- height: 16rpx;
- background: #E53031;
- border-radius: 16rpx;
- }
-
- .info-bg {
- margin-top: 52rpx;
- width: 620rpx;
- font-size: 32rpx;
- line-height: 44rpx;
- }
-
- .next-btn {
- color: #fff;
- width: 654rpx;
- height: 96rpx;
- background: #48CF3C;
- border-radius: 16rpx;
- border: 1rpx solid rgba(0, 0, 0, 0.2);
- }
-
- .failTitle {
- margin-top: 40rpx;
- height: 44rpx;
- font-weight: 500;
- font-size: 32rpx;
- color: #2F2F2F;
- line-height: 44rpx;
- text-align: center;
- }
-
- .failMsg {
- margin-top: 16rpx;
- width: 560rpx;
- height: 80rpx;
- font-size: 28rpx;
- color: #6D7581;
- line-height: 40rpx;
- text-align: center;
- }
-
- .re-btn {
- margin-top: 80rpx;
- width: 360rpx;
- height: 80rpx;
- font-weight: 500;
- font-size: 32rpx;
- color: #48CF3C;
- border-radius: 16rpx;
- border: 2rpx solid #48CF3C;
- }
|