C端小程序
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

113 linhas
1.5 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. margin-top: 2%;
  16. }
  17. .section:nth-of-type(1) {
  18. margin-top: 30rpx;
  19. }
  20. .detail_msg {
  21. width: 92%;
  22. height: 202rpx !important;
  23. background: #fff;
  24. display: flex;
  25. padding: 0 4%;
  26. margin-top: 2%;
  27. border-bottom: 1px solid #ededed;
  28. }
  29. .logo {
  30. width: 348rpx;
  31. height: 184rpx;
  32. }
  33. .logo image {
  34. width: 100%;
  35. height: 100%;
  36. border-radius: 15rpx;
  37. }
  38. .info view:nth-child(1) {
  39. display: flex;
  40. justify-content: space-between;
  41. padding: 0 4%;
  42. }
  43. .info {
  44. width: 100%;
  45. }
  46. .info view:nth-child(1) text {
  47. font-size: 30rpx;
  48. margin-top: 10rpx;
  49. color: #666;
  50. }
  51. .info view:nth-child(2) {
  52. color: #ff3434;
  53. font-size: 24rpx;
  54. padding-left: 4%;
  55. margin-top: 1%;
  56. }
  57. .info view:nth-child(3) {
  58. margin-left: 20rpx;
  59. }
  60. .btns {
  61. width: 200rpx;
  62. height: 60rpx;
  63. line-height: 60rpx;
  64. text-align: center;
  65. background: #00c0ff;
  66. color: #fff;
  67. float: right;
  68. border-radius: 15rpx;
  69. font-size: 28rpx;
  70. margin-top: 20rpx;
  71. }
  72. .txt1 {
  73. font-size: 22rpx;
  74. color: #999;
  75. }
  76. .txt2 {
  77. font-size: 22rpx;
  78. color: #f96563;
  79. }
  80. .nocoupon image{
  81. width: 203rpx;
  82. display: block;
  83. margin: 200rpx auto 0;
  84. }
  85. .nocoupon text{
  86. display: block;
  87. text-align: center;
  88. font-size:30rpx;
  89. color: #00C0FF;
  90. }
  91. .nocoupon button{
  92. background: #00C0FF;
  93. color: #fff;
  94. font-style: 30rpx;
  95. width: 70%;
  96. margin: 30rpx auto 0;
  97. }