| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .promotion_index_header{
- width: 100%;
- height:395rpx;
- }
- .panelTitle{
- width:100%;
- height:159rpx;
- justify-content: flex-start;
- background-color: #fff;
- }
- .panelTitle .panelTitle1{
- font-size:24rpx;
- margin-left: 30rpx;
- color:#4D4D4D;
- font-weight: 400;
- }
- .panelItem{
- width:100%;
- justify-content: space-between;
- font-size:28rpx;
- height:100rpx;
- background-color: #fff;
- }
- .panelItem0{
- height:133rpx;
- }
- .panelItem00{
- margin-top: 10rpx;
- line-height: 100rpx;
- font-size:28rpx;
- font-weight: 400;
- justify-content: center;
- }
- .panelItem .panelItem1{
- margin-left: 30rpx;
- font-weight: 400;
- }
- .panelItem .panelItem2{
- margin-right: 30rpx;
- color:#787878;
- font-weight: 400;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
- .line1{
- width:100%;
- height:50rpx;
- }
|