C端小程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

134 Zeilen
1.8 KiB

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