| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .icon_sys_12{
- width:50rpx;
- height:60rpx;
- margin-top: 280rpx;
- }
- .text02{
- font-size: 36rpx;
- margin-top: 30rpx;
- }
- .text03{
- font-size: 24rpx;
- font-weight: 400;
- margin-top: 10rpx;
- }
- .panelFooterBig{
- width:100%;
- background-color: #fff;
- height:210rpx;
- position: fixed;
- bottom: 0;
- z-index: 100;
- justify-content: flex-start;
- border-top:2rpx solid #E2E2E2;
- }
- .panelFooterBig1{
- font-size:20rpx;
- align-self: start;
- margin: 32rpx 0 0 40rpx;
- }
- .panelFooterBigBtn{
- background-color: #FCE9E3;
- width:690rpx;
- height:90rpx;
- border: 3rpx solid #EB5C28;
- border-radius: 10rpx;
- margin-top: 20rpx;
- color:#EB5C28;
- font-size: 28rpx;
- }
- .panelFooterBigBtn2{
- width:335rpx;
- height:90rpx;
- }
- .icon_compared_01{
- width:24rpx;
- height:24rpx;
- margin-right: 20rpx;
- }
|