gzw.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. /* pages/gzw/gzw.wxss */
  2. .bg{
  3. }
  4. .banner{
  5. width: 90%;
  6. height: 270rpx;
  7. border-radius: 20rpx;
  8. margin: 20rpx auto 20rpx;
  9. position: relative;
  10. }
  11. .banner_text{
  12. position: absolute;
  13. float: left;
  14. width: 100%;
  15. height: 50rpx;
  16. background: rgba(0, 0, 0, 0.507);
  17. color: #fff;
  18. bottom: 0;
  19. border-radius: 0 0 20rpx 20rpx;
  20. }
  21. .banner_textbt{
  22. display: block;
  23. width: 70%;
  24. height: 50rpx;
  25. float: left;
  26. text-align: center;
  27. }
  28. .banner_textal{
  29. display: block;
  30. width: 30%;
  31. height: 50rpx;
  32. float: left;
  33. text-align: center;
  34. }
  35. .item{
  36. width: 90%;
  37. min-height:200rpx ;
  38. margin: 20rpx auto 20rpx;
  39. background: rgb(194, 100, 100);
  40. border-radius: 20rpx;
  41. }
  42. .nav{
  43. width: 90%;
  44. height: 110rpx;
  45. margin: 0 auto 0;
  46. }
  47. .icon {
  48. width: 80rpx;
  49. height: 80rpx;
  50. float: left;
  51. margin-top: 20rpx;
  52. }
  53. .title{
  54. height: 110rpx;
  55. line-height: 110rpx;
  56. margin-left: 30rpx;
  57. font-size: 40rpx;
  58. float: left;
  59. }
  60. .item_btn{
  61. width: 150rpx;
  62. float: right;
  63. height: 60rpx;
  64. background: #4889FE;
  65. color: #fff;
  66. text-align: center;
  67. border-radius: 40rpx;
  68. line-height: 60rpx;
  69. margin-top: 30rpx;
  70. font-size: 23rpx;
  71. }
  72. .backIcon{
  73. width: 30rpx;
  74. height: 30rpx;
  75. }
  76. .itembanner{
  77. width: 90%;
  78. height: 300rpx;
  79. margin-top: 20rpx;
  80. margin-left: auto;
  81. margin-right: auto;
  82. }
  83. .zcitem{
  84. width: 33%;
  85. height: 300rpx;
  86. float: left;
  87. }
  88. .zcitem-i{
  89. display: block;
  90. width: 95%;
  91. height: 150rpx;
  92. margin: 0 auto;
  93. }
  94. .zcitem-t{
  95. display: block;
  96. font-size: 28rpx;
  97. width: 100%;
  98. }
  99. .zcitem-title{
  100. font-size: 28rpx;
  101. }
  102. .zcitem-time{
  103. font-size: 20rpx;
  104. color: #999999;
  105. }