| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .container {
- background-color: #f0f0f0;
- color:#1e1e1e;
- font-weight: 500;
- }
- .text1{
- width:690rpx;
- font-size:24rpx;
- align-items: flex-start;
- margin: 50rpx 0;
- }
- .text11{
- color:#B3443B;
- text-decoration: underline;
- }
- .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;
- }
- .btnActivate{
- width:108rpx;
- height:50rpx;
- border-radius: 10rpx;
- background-color: #E5321C;
- color:#fff;
- font-size:24rpx;
- text-align: center;
- line-height: 50rpx;
- }
- .btnRefresh{
- background-color: #0792E4;
- }
- .text2{
- color:#329468;
- font-size:28rpx;
- }
- .file_0401{
- width:100%;
- height:1879rpx;
- margin-top: 50rpx;
- }
- .footer{
- width: 100%;
- height: 140rpx;
- position: fixed;
- bottom: 0;
- line-height: 140rpx;
- font-size:48rpx;
- color:#fff;
- text-align: center;
- background-color: #0792E4;
- }
|