| 123456789101112131415161718192021222324252627282930313233343536373839 |
- .container {
- background: #E3E3E3;
- color: #4D4D4D;
- position: fixed;
- top:0;
- }
- .panel1 {
- width: 690rpx;
- height: 100rpx;
- background: #FFF;
- border-radius: 20rpx;
- margin-bottom: 30rpx;
- justify-content: space-between;
- color: #2E2E2E;
- }
- .panel1Left {
- font-weight: 400;
- font-size: 28rpx;
- margin-left: 30rpx;
- }
- .panel1Right {
- margin-right: 30rpx;
- justify-content: flex-end;
- }
- .btn{
- width: 88rpx;
- height:53rpx;
- background: #009933;
- border-radius: 10rpx;
- color:#fff;
- font-size: 24rpx;
- margin-right: 30rpx;
- }
- .sysIcon_a37{
- width: 16rpx;
- height:26rpx;
- }
|