| 1234567891011121314151617181920212223242526272829303132333435363738 |
- .icon_sys_11{
- width:120rpx;
- height:120rpx;
- margin-top: 200rpx;
- }
- .text01{
- font-size: 36rpx;
- margin-top: 30rpx;
- }
- .panel1{
- width:600rpx;
- height:350rpx;
- background-color: #fff;
- margin-top: 100rpx;
- border-radius: 20rpx;
- justify-content: flex-start;
- }
- .text02{
- font-size: 28rpx;
- font-weight: 400;
- margin-top: 80rpx;
- }
- .btn{
- width:360rpx;
- height:110rpx;
- line-height: 110rpx;
- text-align: center;
- border: 3rpx solid #EB5C28;
- margin-top: 40rpx;
- border-radius: 20rpx;
- background-color: #FCE9E3;
- color:#EB5C28;
- font-size: 36rpx;
- }
|