对比新文件 |
| | |
| | | .toptxt { |
| | | position: fixed; |
| | | top: 0px; |
| | | text-align: center; |
| | | font-size: 0.3rem; |
| | | width: 100%; |
| | | background: #FFD100; |
| | | padding: 10px 0; |
| | | color: #fff; |
| | | } |
| | | |
| | | .mtbodycont { |
| | | background: #FFD100; |
| | | width: 100%; |
| | | padding-top: 95rpx; |
| | | } |
| | | |
| | | .pageBac { |
| | | width: 100%; |
| | | height: 294rpx; |
| | | margin-top: 20rpx; |
| | | } |
| | | |
| | | .tabcont { |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | } |
| | | |
| | | .tabcontsp { |
| | | width: 35%; |
| | | background: rgba(254, 254, 254, 0.3); |
| | | border-radius: 23px; |
| | | text-align: center; |
| | | |
| | | |
| | | } |
| | | |
| | | .tabconttxt { |
| | | |
| | | width: 50%; |
| | | border-radius: 23px; |
| | | font-size: 14px; |
| | | padding: 10rpx; |
| | | } |
| | | |
| | | .getBtn-containe-uncheck { |
| | | color: #fff; |
| | | } |
| | | |
| | | .mttabconttxt-check { |
| | | color: #FFD100; |
| | | background: #fff; |
| | | } |
| | | |
| | | .code-cont { |
| | | background: #fff; |
| | | width: 92%; |
| | | margin: 0 auto; |
| | | border-radius: 0.4rem; |
| | | padding-bottom: 1.5rem; |
| | | } |
| | | |
| | | .mtcode-flow { |
| | | text-align: center; |
| | | padding: 1rem; |
| | | border-bottom: 1px dashed #FFD100; |
| | | } |
| | | |
| | | .code-flow-img { |
| | | width: 80%; |
| | | height: 3.1rem; |
| | | } |
| | | |
| | | .code-img { |
| | | text-align: center; |
| | | padding: 1rem 3rem; |
| | | } |
| | | |
| | | .code-img-code { |
| | | width: 9rem; |
| | | height: 9rem; |
| | | } |
| | | |
| | | .code-btn { |
| | | width: 50%; |
| | | margin: 0 auto; |
| | | text-align: center; |
| | | background: linear-gradient(0deg, #F1B641 0%, #FFCE6D 100%); |
| | | font-size: 34rpx; |
| | | font-weight: 500; |
| | | color: #C03F11; |
| | | width: 580rpx; |
| | | height: 78rpx; |
| | | border-radius: 39rpx; |
| | | line-height: 78rpx; |
| | | } |
| | | .rulesContent{ |
| | | padding: 0 28rpx; |
| | | margin-top: 45rpx; |
| | | color: #fff; |
| | | .txt-title { |
| | | width: 100%; |
| | | font-size: 32rpx; |
| | | font-weight: 500; |
| | | color: #FFFFFF; |
| | | line-height: 48rpx; |
| | | margin-bottom: 20rpx; |
| | | } |
| | | |
| | | .richtext-content { |
| | | width: 100%; |
| | | margin-bottom: 40rpx; |
| | | font-size: 26rpx; |
| | | font-weight: 400; |
| | | line-height: 48rpx; |
| | | color: #FFFFFF; |
| | | } |
| | | } |