| 123456789101112131415161718192021222324 |
- .imageDM{
- width:750rpx;
- height:1545rpx;
- }
- .btn{
- font-size:36rpx;
- width:520rpx;
- height:90rpx;
- border-radius: 10rpx;
- text-align: center;
- line-height: 90rpx;
- color:#fff;
- background-color: #169DED;
- margin: 0 0 30rpx 0;
- }
- .text{
- font-size:22rpx;
- color:#1e1e1e;
- font-weight: 400;
- margin-bottom: 100rpx;
- text-align: center;
- }
|