123456789101112131415161718192021222324252627282930313233343536373839 |
- /* customized/pages/made/combination/combination.wxss */
- page{
- background:#fff;
- }
- .comb-content{
- width:750rpx;
- height:800rpx;
- }
- .comb-img5,.comb-font5{
- width:536rpx;
- height:712rpx;
- }
- .comb-img6,.comb-font6{
- width:534rpx;
- height:654rpx;
- }
- .comb-img{
- background:rgb(255, 176, 29);
- }
- .comb-font{
- background:#2e8aec;
- }
- .comb-view-img .pause{
- width:39%;
- float:left;
- background:#eee;
- padding:8% 5%;
- margin-bottom:2%;
- }
- .comb-view-img .pause:nth-child(odd){
- margin-right:2%;
- }
- .comb-view-img .text{
- margin:20rpx 0 0 0;
- text-align: center;
- }
- .img-box{
- height:auto;
- }
|