| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .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;
- }
- .test{
- width: 500rpx;
- border-radius: 20rpx;
- padding: 0 0 30rpx 0;
- margin-top: 100rpx;
- background-color: #dddddd;
- }
- .btn{
- margin: 30rpx 0 0 0;
- }
|