You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .message image{
- display: block;
- width: 150rpx;
- margin: 200rpx auto 0;
- }
- .tip{
- font-weight: bold;
- font-size: 40rpx;
- text-align: center;
- margin-top: 40rpx;
- }
- .msg{
- font-size: 32rpx;
- text-align: center;
- margin-top: 10rpx;
- }
- .btn-area button{
- background: #52A0FD;
- color: #fff;
- width: 400rpx;
- height: 90rpx;
- margin-top: 60rpx;
- font-size: 30rpx;
- line-height: 90rpx;
- }
- .opacity{
- opacity: 0.7;
- }
|