| 123456789101112131415161718192021222324252627282930 |
- .panelHeight{
- width:100%;
- height: 60rpx;
- }
- .panel1{
- width:710rpx;
- height:130rpx;
- border-radius: 20rpx;
- background-color: #fff;
- justify-content: space-between;
- margin-bottom: 30rpx;
- }
- .product_icon_mg_70x70{
- width:50rpx;
- height:50rpx;
- border-radius: 10rpx;
- margin:0 20rpx 0 30rpx;
- }
- .panel111{
- font-size: 28rpx;
- font-weight: 400;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-right: 30rpx;
- }
|