金诚优选前端代码
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.

169 lines
3.5 KiB

  1. @import "../../../assets/css/global";
  2. #vip-introduce{
  3. .content-top{
  4. image{
  5. width: 100%;
  6. vertical-align: middle;
  7. }
  8. }
  9. .content-center{
  10. background-color:#DC9D72;
  11. image{
  12. width: 100%;
  13. vertical-align: middle;
  14. }
  15. .imgs {
  16. padding: 0 13px;
  17. box-sizing: border-box;
  18. }
  19. .goods-list{
  20. padding:5px 15px 15px 15px;
  21. .item{
  22. display: flex;
  23. align-items: center;
  24. padding:15px;
  25. background-color: #FFFFFF;
  26. position: relative;
  27. .small-txt{
  28. position: absolute;
  29. background-color:@mainColor;
  30. color: #FFFFFF;
  31. font-size: 12px;
  32. top: 0;
  33. left: 0;
  34. padding: 3px 15px;
  35. }
  36. .left-box{
  37. width:90px;
  38. height: 90px;
  39. image{
  40. width: 100%;
  41. height: 100%;
  42. vertical-align: middle;
  43. }
  44. }
  45. .right-box{
  46. flex: 1;
  47. overflow: hidden;
  48. padding-left:15px;
  49. .name{
  50. color:#111111;
  51. font-size: 15px;
  52. line-height: 22px;
  53. white-space: nowrap;
  54. text-overflow: ellipsis;
  55. overflow: hidden;
  56. margin-bottom:15px;
  57. }
  58. .sale-box{
  59. display: flex;
  60. align-items: center;
  61. justify-content: center;
  62. border: 1px solid @mainColor;
  63. border-radius:14px;
  64. overflow: hidden;
  65. font-size: 10px;
  66. width: 50%;
  67. line-height: 18px;
  68. .left{
  69. color: #FFFFFF;
  70. background-color: @mainColor;
  71. flex: 1;
  72. text-align: center;
  73. }
  74. .right{
  75. color: @mainColor;
  76. background-color: #FFFFFF;
  77. flex: 1;
  78. text-align: center;
  79. }
  80. }
  81. .money-buy{
  82. margin-top: 10px;
  83. display:flex;
  84. align-items: center;
  85. justify-content: space-between;
  86. font-size: 16px;
  87. color:#FB5054;
  88. }
  89. .buy{
  90. border-radius:12px;
  91. background-color:#E7031C;
  92. color: #FFFFFF;
  93. font-size: 13px;
  94. line-height: 18px;
  95. padding:3px 16px;
  96. }
  97. }
  98. }
  99. }
  100. }
  101. .share-fixed{
  102. position: fixed;
  103. right: 0px;
  104. bottom:130px;
  105. width:50px;
  106. padding:6px 0 4px 0;
  107. background:linear-gradient(304deg,rgba(255,204,164,1) 0%,rgba(236,208,184,1) 100%);
  108. box-shadow:0px -4px 26px 0px rgba(0,0,0,0.11);
  109. border-radius:4px;
  110. text-align: center;
  111. font-size:12px;
  112. .iconfont{
  113. padding-bottom:3px;
  114. }
  115. }
  116. .maks{
  117. position: fixed;
  118. bottom: 0;
  119. width: 100%;
  120. height: 100%;
  121. z-index: 40;
  122. background: rgba(0,0,0,.6);
  123. opacity: 1;
  124. transition: opacity .3s ease;
  125. display: none;
  126. &.share {
  127. background: none;
  128. }
  129. &.cur{
  130. display: block;
  131. }
  132. }
  133. //弹出分享部分
  134. .share-box {
  135. background: #CDCDD1;
  136. position: fixed;
  137. bottom: 0;
  138. width: 100%;
  139. height: 0;
  140. z-index: 50;
  141. transition:all .3s linear;
  142. .shaer-item {
  143. height: 50px;
  144. line-height: 50px;
  145. text-align: center;
  146. font-size: 18px;
  147. color: #2E2D2D;
  148. background: #ffffff;
  149. border-radius: 0;
  150. &:after {
  151. border: none;
  152. }
  153. &.clear {
  154. margin-top: 5px;
  155. color: #9B9B9B;
  156. }
  157. }
  158. &.cur{
  159. height: 155px;
  160. }
  161. }
  162. }