integral.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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/pointbg.jpg');
  11. background-size: 100%;
  12. }
  13. .radish-top__title {
  14. padding: 46rpx 0 20rpx;
  15. font-size: 28rpx;
  16. color: #FFF;
  17. text-align: center;
  18. }
  19. .radish-top__count {
  20. font-size: 60rpx;
  21. color: #fff;
  22. text-align: center;
  23. }
  24. .radish-top__btn {
  25. position: absolute;
  26. top: 190rpx;
  27. left: 150rpx;
  28. width: 196rpx;
  29. height: 60rpx;
  30. border: 2rpx solid #fff;
  31. margin: 48rpx auto 0;
  32. text-align: center;
  33. line-height: 60rpx;
  34. border-radius: 8rpx;
  35. font-size: 28rpx;
  36. color: #fff;
  37. }
  38. .radish-top__btn1 {
  39. position: absolute;
  40. top: 190rpx;
  41. //right: 150rpx;
  42. width: 196rpx;
  43. height: 60rpx;
  44. border: 2rpx solid #fff;
  45. margin: 48rpx auto 0;
  46. text-align: center;
  47. line-height: 60rpx;
  48. border-radius: 8rpx;
  49. font-size: 28rpx;
  50. color: #fff;
  51. right:calc(50% - 98rpx)
  52. }
  53. .radish-main {
  54. background-color: #fff;
  55. }
  56. .radish-main__title {
  57. height: 50rpx;
  58. line-height: 50rpx;
  59. color: #bbbbbb;
  60. background-color: #f3f3f3;
  61. text-align: center;
  62. font-size: 24rpx;
  63. }
  64. .radish-main__line {
  65. margin: 0 20rpx;
  66. height: 100rpx;
  67. border-bottom: 1rpx solid #eeeeee;
  68. }
  69. .radish-main__left {
  70. float: left;
  71. width: 450rpx;
  72. }
  73. .radish-main__text {
  74. float: left;
  75. padding-top: 16rpx;
  76. font-size: 28rpx;
  77. color: #4c4c4c;
  78. width: 450rpx;
  79. }
  80. .radish-main__time {
  81. float: left;
  82. font-size: 18rpx;
  83. color: #bbbbbb;
  84. padding-top: 5rpx;
  85. }
  86. .radish-main__count {
  87. float: right;
  88. width: 260rpx;
  89. font-size: 28rpx;
  90. line-height: 100rpx;
  91. text-align: right;
  92. color: #eab86a;
  93. }