| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .container {
- background-color: #f0f0f0;
- color: #1e1e1e;
- font-weight: 500;
- }
- .universalpic_select_on_green_100x100 {
- width: 100rpx;
- height: 100rpx;
- margin-top: 120rpx;
- }
- .text1{
- font-size: 48rpx;
- margin-top: 30rpx;
- }
- .text2{
- font-size: 36rpx;
- margin-top: 50rpx;
- font-weight: 400;
- }
- .text3{
- font-size: 24rpx;
- font-weight: 400;
- margin-bottom: 40rpx;
- }
- .panelItem{
- width:100%;
- height:111rpx;
- background-color: #fff;
- justify-content: space-between;
- margin-top: 1rpx;
- }
- .Left {
- margin-left: 30rpx;
- justify-content: flex-start;
- }
- .Right {
- margin-right: 30rpx;
- justify-content: flex-end;
- }
- .img{
- width:50rpx;
- height:50rpx;
- border-radius: 10rpx;
- }
- .title1{
- margin-left: 20rpx;
- font-size:28rpx;
- }
- .btnRefresh{
- width:108rpx;
- height:50rpx;
- border-radius: 10rpx;
- background-color: #0792E4;
- color:#fff;
- font-size:24rpx;
- text-align: center;
- line-height: 50rpx;
- }
|