comb.wxss 888 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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:270rpx;
  11. height:270rpx;
  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:268rpx;
  22. }
  23. .comb-img4,.comb-font4{
  24. width:265rpx;
  25. height:265rpx;
  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. }
  44. .footer{
  45. position:fixed;
  46. bottom:0;
  47. width:100%;
  48. z-index:10;
  49. line-height:100rpx;
  50. background:#fff;
  51. border-top:1rpx solid #dcdcdc;
  52. text-align: center;
  53. color:#666;
  54. font-size:30rpx;
  55. cursor: pointer;
  56. }