detail.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /* pointExchange/pages/detail/detail.wxss */
  2. .top-bg{
  3. width: 770rpx;
  4. height: 347rpx;
  5. background-position: bottom;
  6. background-size: 100%,100%;
  7. margin-left: -20rpx;
  8. overflow-y: auto;
  9. }
  10. .main{
  11. background: white;
  12. width: 100%;
  13. min-height: calc(100vh - 267rpx);
  14. box-sizing: border-box;
  15. padding: 35rpx 52rpx;
  16. position: absolute;
  17. top: 267rpx;
  18. left: 0;
  19. border-radius: 40rpx 40rpx 0px 0px;
  20. }
  21. .main .goods-title{
  22. width: 652rpx;
  23. margin: 0 auto;
  24. font-size: 35rpx;
  25. font-weight: 400;
  26. color: #1a1a1a;
  27. margin-bottom: 8rpx;
  28. }
  29. .main .sub{
  30. display: inline-block;
  31. margin: 0 30rpx 25rpx 0;
  32. font-size: 28rpx;
  33. font-weight: 400;
  34. text-align: left;
  35. color: #999999;
  36. }
  37. .main .sub .red{
  38. font-size: 34rpx;
  39. font-weight: 400;
  40. text-align: left;
  41. color: #FF0000;
  42. }
  43. .partime-bg{
  44. margin: 40rpx 0;
  45. }
  46. .partime-detail-info .partime-detail-title {
  47. font-size: 34rpx;
  48. font-weight: 700;
  49. font-family: PingFang-SC-Bold;
  50. color: #292929;
  51. letter-spacing: 2rpx;
  52. position: relative;
  53. padding-left:20rpx;
  54. box-sizing: border-box;
  55. }
  56. .hk-leftt::after{
  57. content:"";
  58. position:absolute;
  59. width: 8rpx;
  60. height:34rpx;
  61. line-height: 34rpx;
  62. left:0rpx;
  63. bottom: 6rpx;
  64. background: #9DDB52;
  65. }
  66. .hk-leftt{
  67. position: relative;
  68. }
  69. .content{
  70. padding-top: 20rpx;
  71. }
  72. .content .desc{
  73. font-size: 28rpx;
  74. font-weight: 400;
  75. color: #666666;
  76. line-height: 38rpx;
  77. margin-bottom: 15rpx;
  78. }
  79. .content image{
  80. width: 650rpx;
  81. height: 486rpx;
  82. margin: 0 auto;
  83. background: #f6f6f6;
  84. }
  85. .sub-btn{
  86. width: 100%;
  87. height: 91rpx;
  88. line-height: 91rpx;
  89. margin: 0 auto;
  90. background: #9ddb52;
  91. color: white;
  92. border-radius: 46rpx;
  93. }
  94. .top-tip{
  95. font-size: 34rpx;
  96. font-weight: 400;
  97. color: #333333;
  98. margin-bottom: 7rpx;
  99. text-align: center;
  100. }
  101. .bottom-tip{
  102. font-size: 30rpx;
  103. font-weight: 400;
  104. text-align: center;
  105. color: #999999;
  106. text-align: center;
  107. }
  108. .success-icon{
  109. display: block;
  110. width: 57rpx;
  111. height: 57rpx;
  112. margin: 0 auto 27rpx auto;
  113. }
  114. .split{
  115. width: 750rpx;
  116. margin-left: -52rpx;
  117. height: 2px;
  118. background: #edeef2;
  119. }