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.

106 regels
1.3 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. }
  50. .info view:nth-child(2) {
  51. color: #ff3434;
  52. font-size: 24rpx;
  53. padding-left: 4%;
  54. margin-top: 1%;
  55. }
  56. .info view:nth-child(3) {
  57. margin-left: 20rpx;
  58. }
  59. .btns {
  60. width: 200rpx;
  61. height: 60rpx;
  62. line-height: 60rpx;
  63. text-align: center;
  64. background: #00c0ff;
  65. color: #fff;
  66. float: right;
  67. border-radius: 15rpx;
  68. font-size: 30rpx;
  69. margin-top: 20rpx;
  70. }
  71. .txt1 {
  72. font-size: 22rpx;
  73. color: #999;
  74. }
  75. .txt2 {
  76. font-size: 22rpx;
  77. color: red;
  78. }
  79. .nocoupon image{
  80. width: 100rpx;
  81. display: block;
  82. margin: 200rpx auto 0;
  83. }
  84. .nocoupon text{
  85. display: block;
  86. text-align: center;
  87. font-size:30rpx;
  88. color: #999;
  89. }