123456789101112131415161718192021222324252627282930313233 |
- /* customized/pages/made/combination/combination.wxss */
- page{
- background:#fff;
- }
- .comb-content{
- width:750rpx;
- height:588rpx;
- }
- .comb-img,.comb-font{
- width:270rpx;
- height:270rpx;
- }
- .comb-img,.comb-img3{
- background:rgb(255, 176, 29);
- }
- .comb-font,.comb-font3{
- background:#2e8aec;
- }
- .comb-img3,.comb-font3{
- width:70rpx;
- height:268rpx;
- }
- .comb-img4,.comb-font4{
- width:265rpx;
- height:265rpx;
- }
- .comb-view-img{
- width:100%;
- }
- .comb-view-img image{
- width:50%;
- }
|