comb.wxss 707 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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{
  10. width:334rpx;
  11. height:450rpx;
  12. }
  13. .comb-font,.comb-font4,.comb-font3{
  14. width:218rpx;
  15. height:218rpx;
  16. }
  17. .comb-img,.comb-img3{
  18. background:rgb(255, 176, 29);
  19. }
  20. .comb-font,.comb-font3{
  21. background:#2e8aec;
  22. }
  23. .comb-img3{
  24. width:70rpx;
  25. height:246rpx;
  26. }
  27. .comb-img4{
  28. width:304rpx;
  29. height:304rpx;
  30. }
  31. .comb-view-img .pause{
  32. width:39%;
  33. float:left;
  34. background:#eee;
  35. padding:8% 5%;
  36. margin-bottom:2%;
  37. }
  38. .comb-view-img .pause:nth-child(odd){
  39. margin-right:2%;
  40. }
  41. .comb-view-img .text{
  42. margin:20rpx 0 0 0;
  43. text-align: center;
  44. }
  45. .img-box{
  46. height:auto;
  47. }