123456789101112131415161718 |
- /* 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{
- background:rgb(255, 176, 29);
- }
- .comb-font{
- background:#2e8aec;
- }
|