template.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. .commitment-content,.deposit-notice-content{
  2. padding:20rpx;
  3. background: #fff;
  4. }
  5. .commitment-content text,.deposit-notice-content text{
  6. display: block;
  7. font-size: 28rpx;
  8. color: #666;
  9. line-height: 48rpx;
  10. }
  11. .commitment-content .title-h1,.deposit-notice-content .title-h1{
  12. color: #000;
  13. font-size: 32rpx;
  14. font-weight: 600;
  15. margin: 20rpx 0;
  16. }
  17. .commitment-content .title-h2,.deposit-notice-content .title-h2{
  18. color: #333;
  19. font-size: 30rpx;
  20. font-weight: 600;
  21. margin: 20rpx 0;
  22. }
  23. .goods-caution{
  24. padding: 20rpx;
  25. background: #fff;
  26. }
  27. .goods-caution-title,.goods-parameter-title{
  28. display: block;
  29. background: #eee;
  30. color: #333;
  31. text-align: center;
  32. padding: 10rpx;
  33. font-size: 32rpx;
  34. font-weight: 600;
  35. margin: 20rpx 0;
  36. }
  37. .goods-caution-list text{
  38. font-size: 28rpx;
  39. color: #333;
  40. margin-bottom: 20rpx;
  41. display: block;
  42. }
  43. .goods-detail-content{
  44. background: #fff;
  45. }
  46. .goods-detail-content image{
  47. width: 100%;
  48. height: 600rpx;
  49. }
  50. .goods-detail-content .goods-caution-title{
  51. margin: 0 20rpx 20rpx;
  52. }
  53. .goods-parameter{
  54. background: #fff;
  55. padding: 20rpx;
  56. box-sizing: border-box;
  57. }
  58. .goods-parameter-cont::after{
  59. content: '';
  60. display: block;
  61. clear: both;
  62. }
  63. .cl{clear:both}
  64. .goods-parameter-cont{
  65. width: 100%;
  66. box-sizing: border-box;
  67. border:1rpx solid #999
  68. }
  69. .goods-parameter-list:after{
  70. content: '';
  71. display: block;
  72. clear: both;
  73. }
  74. .left_pos {
  75. position: absolute;
  76. width: 30%;
  77. height: 100%;
  78. background: #ccc;
  79. display: flex;align-items: center;
  80. text-align: center;
  81. margin-left:-1rpx;
  82. border-right: 1rpx solid #999;
  83. }
  84. .left_pos text{text-align: center}
  85. .goods-parameter-list{
  86. width: 100%;
  87. overflow:hidden;
  88. position: relative;
  89. margin-top:-1rpx;
  90. /* display: flex;align-items: center; */
  91. }
  92. .goods-parameter-list view{
  93. float:left;
  94. font-size: 28rpx;
  95. /* margin-top: -1rpx; */
  96. }
  97. .goods-parameter-name{
  98. width: 30%;
  99. height:100%;
  100. background: #ccc;
  101. border: 1rpx solid #999;
  102. box-sizing: border-box;
  103. }
  104. .goods-parameter-name text{
  105. width: 100%;
  106. text-align: center;
  107. line-height: 80rpx;
  108. display: block;
  109. }
  110. .goods-parameter-value{
  111. width: 70%;
  112. border-left: 0;
  113. border-top: 1rpx solid #999;
  114. box-sizing: border-box;
  115. padding:20rpx 10rpx 20rpx 20rpx;
  116. }
  117. .goods-parameter-value text{
  118. line-height: 40rpx;
  119. }
  120. .text_detail {
  121. padding: 0 20rpx;
  122. }