integral.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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/checkin.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. right: calc(50% - 98rpx);
  44. width: 196rpx;
  45. height: 60rpx;
  46. border: 2rpx solid #eb4d20;
  47. margin: 48rpx auto 0;
  48. text-align: center;
  49. line-height: 60rpx;
  50. border-radius: 45px;
  51. font-size: 32rpx;
  52. color: #fff;
  53. right: calc(50% - 98rpx);
  54. background: linear-gradient(to right,#eb712c,#e71f1c);
  55. }
  56. .radish-main {
  57. background-color: #fff;
  58. }
  59. .radish-main__title {
  60. height: 50rpx;
  61. line-height: 50rpx;
  62. color: #bbbbbb;
  63. background-color: #f3f3f3;
  64. text-align: center;
  65. font-size: 24rpx;
  66. }
  67. .radish-main__line {
  68. margin: 0 20rpx;
  69. height: 100rpx;
  70. border-bottom: 1rpx solid #eeeeee;
  71. }
  72. .radish-main__left {
  73. float: left;
  74. width: 450rpx;
  75. }
  76. .radish-main__text {
  77. float: left;
  78. padding-top: 16rpx;
  79. font-size: 28rpx;
  80. color: #4c4c4c;
  81. width: 450rpx;
  82. }
  83. .radish-main__time {
  84. float: left;
  85. font-size: 18rpx;
  86. color: #bbbbbb;
  87. padding-top: 5rpx;
  88. }
  89. .radish-main__count {
  90. float: right;
  91. width: 260rpx;
  92. font-size: 28rpx;
  93. line-height: 100rpx;
  94. text-align: right;
  95. color: #eab86a;
  96. }