1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- /* 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 .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;
- }
- .footer{
- position:fixed;
- bottom:0;
- width:100%;
- z-index:10;
- line-height:100rpx;
- background:#fff;
- border-top:1rpx solid #dcdcdc;
- text-align: center;
- color:#666;
- font-size:30rpx;
- cursor: pointer;
- }
|