| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .container {
- background-color: #f0f0f0;
- color: #1e1e1e;
- font-weight: 500;
- }
- .universalpic_select_on_green_100x100 {
- width: 100rpx;
- height: 100rpx;
- top: 190rpx;
- position: fixed;
- }
- .text1{
- font-size: 64rpx;
- top:320rpx;
- position: fixed;
- }
- .text2{
- position: fixed;
- bottom:284rpx;
- font-size:28rpx;
- color:#B3443B;
- text-decoration: underline;
- }
- .panel1{
- position: fixed;
- bottom:275rpx;
- font-size:36rpx;
- font-weight: 400;
- }
- .universalpic_attention_gray_50x50{
- width: 50rpx;
- height: 50rpx;
- margin-right: 20rpx;
- }
- .footer{
- width: 100%;
- height: 140rpx;
- position: fixed;
- bottom: 0;
- line-height: 140rpx;
- font-size:48rpx;
- color:#fff;
- text-align: center;
- background-color: #03AF69;
- }
|