boxComb.wxss 592 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* customized/pages/made/combination/combination.wxss */
  2. page{
  3. background:#fff;
  4. }
  5. .comb-content{
  6. width:750rpx;
  7. height:800rpx;
  8. }
  9. .comb-img5,.comb-font5{
  10. width:536rpx;
  11. height:712rpx;
  12. }
  13. .comb-img6,.comb-font6{
  14. width:534rpx;
  15. height:654rpx;
  16. }
  17. .comb-img{
  18. background:rgb(255, 176, 29);
  19. }
  20. .comb-font{
  21. background:#2e8aec;
  22. }
  23. .comb-view-img .pause{
  24. width:39%;
  25. float:left;
  26. background:#eee;
  27. padding:8% 5%;
  28. margin-bottom:2%;
  29. }
  30. .comb-view-img .pause:nth-child(odd){
  31. margin-right:2%;
  32. }
  33. .comb-view-img .text{
  34. margin:20rpx 0 0 0;
  35. text-align: center;
  36. }
  37. .img-box{
  38. height:auto;
  39. }