| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- .container {
- background-color: #f0f0f0;
- color: #1e1e1e;
- font-weight: 500;
- }
- .program_activated_clickclose{
- width:281rpx;
- height:133rpx;
- position: fixed;
- top:10rpx;
- right:40rpx;
- }
- .universalpic_select_on_green_100x100 {
- width: 100rpx;
- height: 100rpx;
- top: 190rpx;
- position: fixed;
- }
- .text1{
- font-size: 64rpx;
- top:320rpx;
- position: fixed;
- }
- .panel1{
- position: fixed;
- bottom:275rpx;
- font-size:36rpx;
- font-weight: 400;
- }
- .universalpic_attention_gray_50x50{
- width: 50rpx;
- height: 50rpx;
- margin-right: 20rpx;
- }
|