| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .panelTop{
- width:100%;
- height:106rpx;
- justify-content: space-between;
- background-color: #fff;
- }
- .text1{
- margin-left: 30rpx;
- font-size:32rpx;
- }
- .text2{
- margin-right: 30rpx;
- font-size:24rpx;
- color:#787878;
- }
- .panelMain{
- width:100%;
- justify-content: flex-start;
- }
- .panelMain1{
- width:720rpx;
- flex-wrap: wrap;
- justify-content: flex-start;
- align-items: flex-start;
- margin-top: 50rpx;
- margin-left: 30rpx;
- }
- .item{
- width:110rpx;
- height:110rpx;
- background-color: #fff;
- margin: 0 6rpx 6rpx 0;
- text-align: center;
- line-height: 110rpx;
- font-size:48rpx;
- font-weight: 400;
- }
- .item2{
- height:110rpx;
- background-color: #fff;
- margin: 0 30rpx 30rpx 0;
- text-align: center;
- line-height: 110rpx;
- font-size:36rpx;
- font-weight: 400;
- padding: 0 30rpx;
- }
|