comb.wxss 671 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* customized/pages/made/combination/combination.wxss */
  2. page{
  3. background:#fff;
  4. }
  5. .comb-content{
  6. width:750rpx;
  7. height:588rpx;
  8. }
  9. .comb-img,.comb-font{
  10. width:218rpx;
  11. height:218rpx;
  12. }
  13. .comb-img,.comb-img3{
  14. background:rgb(255, 176, 29);
  15. }
  16. .comb-font,.comb-font3{
  17. background:#2e8aec;
  18. }
  19. .comb-img3,.comb-font3{
  20. width:70rpx;
  21. height:248rpx;
  22. }
  23. .comb-img4,.comb-font4{
  24. width:218rpx;
  25. height:218rpx;
  26. }
  27. .comb-view-img .pause{
  28. width:39%;
  29. float:left;
  30. background:#eee;
  31. padding:8% 5%;
  32. margin-bottom:2%;
  33. }
  34. .comb-view-img .pause:nth-child(odd){
  35. margin-right:2%;
  36. }
  37. .comb-view-img .text{
  38. margin:20rpx 0 0 0;
  39. text-align: center;
  40. }
  41. .img-box{
  42. height:auto;
  43. }