| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .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;
- }
- .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;
- }
|