C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

131 line
1.7 KiB

  1. .market {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .tabs {
  6. width: 100% !important;
  7. height: 88rpx;
  8. text-align: center;
  9. }
  10. .i-tab {
  11. width: 25% !important;
  12. display: inline-block;
  13. }
  14. .section {
  15. position: relative;
  16. }
  17. .detail_msg {
  18. width: 92%;
  19. height: 186rpx !important;
  20. background: #fff;
  21. display: flex;
  22. padding: 30rpx 4%;
  23. border-bottom: 1px solid #ededed;
  24. }
  25. .logo {
  26. width: 348rpx;
  27. height: 184rpx;
  28. border: 1px solid #f8f8f8;
  29. border-radius: 15rpx;
  30. }
  31. .logo image {
  32. width: 100%;
  33. height: 100%;
  34. border-radius: 15rpx;
  35. }
  36. .info view:nth-child(1) {
  37. display: flex;
  38. justify-content: space-between;
  39. padding: 0 4%;
  40. }
  41. .info {
  42. width: 100%;
  43. }
  44. .info view:nth-child(1) text {
  45. font-size: 30rpx;
  46. margin-top: 10rpx;
  47. color: #666;
  48. }
  49. .info view:nth-child(2) {
  50. color: #ff3434;
  51. font-size: 24rpx;
  52. padding-left: 4%;
  53. margin-top: 1%;
  54. }
  55. .info view:nth-child(3) {
  56. margin-left: 20rpx;
  57. }
  58. .btns {
  59. position: absolute;
  60. top: 0;
  61. right: 20rpx;
  62. bottom: 0;
  63. margin: auto;
  64. width: 180rpx;
  65. height: 60rpx;
  66. line-height: 60rpx;
  67. text-align: center;
  68. background: #00c0ff;
  69. color: #fff;
  70. border-radius: 15rpx;
  71. font-size: 28rpx;
  72. }
  73. .txt1 {
  74. font-size: 22rpx;
  75. color: #999;
  76. }
  77. .txt2 {
  78. font-size: 22rpx;
  79. color: #f96563;
  80. }
  81. .nocoupon image {
  82. width: 203rpx;
  83. display: block;
  84. margin: 200rpx auto 0;
  85. }
  86. .nocoupon text {
  87. display: block;
  88. text-align: center;
  89. font-size: 30rpx;
  90. color: #00c0ff;
  91. }
  92. .nocoupon button {
  93. background: #00c0ff;
  94. color: #fff;
  95. font-style: 30rpx;
  96. width: 70%;
  97. margin: 30rpx auto 0;
  98. }
  99. .loading {
  100. text-align: center;
  101. height: 80rpx;
  102. line-height: 80rpx;
  103. font-size: 26rpx;
  104. color: #999;
  105. }
  106. .loading image {
  107. width: 40rpx;
  108. height: 40rpx;
  109. vertical-align: middle;
  110. margin-right: 10rpx;
  111. }