kindList.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /* kindList.wxss */
  2. page{
  3. background-color: #f4f4f4;
  4. }
  5. .each_content{
  6. background-color: #fff;
  7. margin: 4rpx 0 4rpx 0;
  8. position: relative;
  9. }
  10. .content_title{
  11. font-size: 34rpx;
  12. font-weight: bold;
  13. padding: 28rpx 0;
  14. color:#414547;
  15. }
  16. .content_img{
  17. display: block;
  18. width:100%;
  19. }
  20. .content_intro{
  21. font-size: 32rpx;
  22. color: #414547;
  23. padding:30rpx 0;
  24. }
  25. .content_icon{
  26. display: block;
  27. float: left;
  28. width: 24rpx;
  29. height: 24rpx;
  30. }
  31. .content_infor{
  32. position: absolute;
  33. right: 12rpx;
  34. bottom: 16rpx;
  35. text-align: right;
  36. padding-bottom: 30rpx;
  37. }
  38. .content_infor_cont{
  39. display: inline-block;
  40. }
  41. .content_infor text{
  42. display: block;
  43. float: left;
  44. font-size: 20rpx;
  45. line-height: 24rpx;
  46. color:#b4a078;
  47. padding:0 16rpx 0 9rpx;
  48. }
  49. .each_cont_wrap{
  50. width: 100%;
  51. height: 100%;
  52. position: absolute;
  53. top: 0;
  54. left: 0;
  55. background-color: rgba(0,0,0,0.66);
  56. }
  57. .each_cont{
  58. width: 100%;
  59. height: 100%;
  60. text-align: center;
  61. vertical-align: middle;
  62. }
  63. .each_cont:before {
  64. content:'';
  65. display:inline-block;
  66. height:100%;
  67. vertical-align:middle;
  68. }
  69. /* 分类名 */
  70. .content_kind_name{
  71. font-size: 20rpx;
  72. line-height: 1;
  73. color: #b4a078;
  74. border-left: 1px solid #b4a078;
  75. border-right: 1px solid #b4a078;
  76. padding: 0 10rpx;
  77. position: absolute;
  78. top: 35rpx;
  79. left: 31rpx;
  80. }
  81. .content_infor_wrap{
  82. display: inline-block;
  83. vertical-align: middle;
  84. }
  85. .content_title{
  86. font-size: 40rpx;
  87. color: #fff;
  88. padding-bottom: 14rpx;
  89. text-align: center;
  90. }
  91. .content_intro{
  92. display: inline;
  93. font-size: 16rpx;
  94. color: #fffefe;
  95. padding: 6rpx 28rpx;
  96. text-align: center;
  97. border: 1px solid #9e9a99;
  98. }