promotion.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #f3f3f3;
  6. }
  7. .radish-top {
  8. width: 100%;
  9. height: 360rpx;
  10. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/djquan.jpg');
  11. background-size: 100%;
  12. }
  13. .radish-top__title {
  14. padding: 95rpx 0 0;
  15. font-size: 34rpx;
  16. color: #FFF;
  17. text-align: center;
  18. text-shadow: 1px 1px 1px #bb954d;
  19. }
  20. .radish-top__count {
  21. font-size: 70rpx;
  22. color: #fff;
  23. text-align: center;
  24. text-shadow: 1px 1px 1px #e6231d;
  25. }
  26. .radish-top__btn {
  27. position: absolute;
  28. top: 190rpx;
  29. left: 150rpx;
  30. width: 196rpx;
  31. height: 60rpx;
  32. border: 2rpx solid #fff;
  33. margin: 48rpx auto 0;
  34. text-align: center;
  35. line-height: 60rpx;
  36. border-radius: 8rpx;
  37. font-size: 28rpx;
  38. color: #fff;
  39. }
  40. .radish-top__btn1 {
  41. position: absolute;
  42. top: 210rpx;
  43. width: 206rpx;
  44. height: 60rpx;
  45. border: 2rpx solid #eb4d20;
  46. margin: 48rpx auto 0;
  47. text-align: center;
  48. line-height: 60rpx;
  49. border-radius: 45px;
  50. font-size: 32rpx;
  51. color: #fff;
  52. right: calc(50% - 103rpx);
  53. background: linear-gradient(to right,#eb712c,#e71f1c);
  54. }
  55. .radish-main {
  56. background-color: #fff;
  57. }
  58. .radish-main__title {
  59. height: 50rpx;
  60. line-height: 50rpx;
  61. color: #bbbbbb;
  62. background-color: #f3f3f3;
  63. text-align: center;
  64. font-size: 24rpx;
  65. }
  66. .radish-main__line {
  67. margin: 0 20rpx;
  68. overflow: hidden;
  69. border-bottom: 1rpx solid #eeeeee;
  70. }
  71. .radish-main__left {
  72. float: left;
  73. /* width: 450rpx; */
  74. }
  75. .radish-main__img {
  76. float: left;
  77. padding-top: 16rpx;
  78. width: 150rpx;
  79. margin-right: 15rpx;
  80. }
  81. .radish-main__img image{
  82. width: 100%;
  83. height: 150rpx;
  84. }
  85. .radish-main__text {
  86. float: left;
  87. padding-top: 16rpx;
  88. font-size: 28rpx;
  89. color: #4c4c4c;
  90. width: calc(100% - 165rpx);
  91. }
  92. .radish-main__time {
  93. float: left;
  94. font-size: 21rpx;
  95. color: #bbbbbb;
  96. padding-top: 20rpx;
  97. width: calc(100% - 165rpx);
  98. }
  99. .radish-main__count {
  100. float: right;
  101. width: 260rpx;
  102. font-size: 28rpx;
  103. line-height: 100rpx;
  104. text-align: right;
  105. color: #eab86a;
  106. }
  107. .radish-main__source{
  108. float: left;
  109. font-size: 24rpx;
  110. color: #666;
  111. width: calc(100% - 165rpx);
  112. }