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

158 lines
3.7 KiB

  1. @import '../../../common/css/global';
  2. #open_vip{
  3. .recruit{
  4. background: linear-gradient(#ebcfb9,#d39f78);
  5. padding:20px 0;
  6. .banner-img{
  7. padding: 0 5px;
  8. image{
  9. width: 100%;
  10. vertical-align: middle;
  11. }
  12. }
  13. .detail-box{
  14. margin:0 15px;
  15. background-color:#C78556;
  16. .item{
  17. padding:20px 15px 10px 15px;
  18. .title{
  19. text-align: center;
  20. color: #FFFFFF;
  21. font-size:13px;
  22. line-height: 18px;
  23. padding-bottom: 15px;
  24. span{
  25. display: inline-block;
  26. width: 4px;
  27. height: 4px;
  28. border-radius: 50%;
  29. line-height: 18px;
  30. background-color: #FFFFFF;
  31. margin-bottom: 4px;
  32. &.left-dot{
  33. margin-right:7px;
  34. }
  35. &.right-dot{
  36. margin-left: 7px;
  37. }
  38. }
  39. }
  40. .bg-li{
  41. position: relative;
  42. .triangle{
  43. position: absolute;
  44. right: 0;
  45. top: 0;
  46. width: 0px;
  47. height: 0px;
  48. border-width: 19px;
  49. border-style: solid; /*定义的是实现边框*/
  50. border-color: @mainColor @mainColor transparent transparent;//上右底左
  51. span{
  52. position: absolute;
  53. right: -15px;
  54. top: -18px;
  55. font-size: 12px;
  56. color: #FFFFFF;
  57. }
  58. }
  59. }
  60. .info{
  61. display: flex;
  62. align-items: center;
  63. background-color: #FFFFFF;
  64. padding:15px 10px;
  65. margin-bottom: 10px;
  66. .left-box{
  67. width:90px;
  68. height: 90px;
  69. image{
  70. width: 100%;
  71. height: 100%;
  72. vertical-align: middle;
  73. }
  74. }
  75. .right-box{
  76. flex: 1;
  77. padding-left:15px;
  78. overflow: hidden;
  79. .name{
  80. color:#111111;
  81. font-size: 15px;
  82. line-height: 22px;
  83. height: 44px;
  84. margin-bottom:20px;
  85. display: -webkit-box;
  86. -webkit-box-orient: vertical;
  87. -webkit-line-clamp: 2;
  88. overflow: hidden;
  89. }
  90. .money-buy{
  91. display: flex;
  92. align-items: center;
  93. .money{
  94. color:#FB5054;
  95. font-size: 16px;
  96. line-height: 22px;
  97. flex: 1;
  98. }
  99. .buy-btn{
  100. background:linear-gradient(180deg,rgba(228,212,168,1) 0%,rgba(219,182,126,1) 100%);
  101. border-radius:12px;
  102. color:#333333;
  103. font-size:13px;
  104. line-height: 18px;
  105. padding:3px 16px;
  106. }
  107. }
  108. .active-btn{
  109. background-color: #C78556;
  110. font-size: 13px;
  111. line-height: 18px;
  112. border-radius:12px;
  113. padding:3px 23px;
  114. color: #FFFFFF;
  115. }
  116. }
  117. }
  118. }
  119. }
  120. }
  121. .vip-box{
  122. .title{
  123. color:#333333;
  124. font-size: 14px;
  125. line-height: 20px;
  126. padding: 12px;
  127. text-align:center;
  128. }
  129. .list-content{
  130. padding-bottom: 87px;
  131. .li-item{
  132. margin-bottom: 10px;
  133. image{
  134. width: 100%;
  135. vertical-align: middle;
  136. }
  137. }
  138. }
  139. }
  140. .open-btn{
  141. position: fixed;
  142. bottom: 0;
  143. left: 0;
  144. right: 0;
  145. //margin:0 15px 12px 15px;
  146. background-color:@mainColor;
  147. box-shadow:0px -4px 26px 0px rgba(0,0,0,0.11);
  148. height: 67px;
  149. line-height: 67px;
  150. color: #333333;
  151. font-size: 18px;
  152. font-weight: 700;
  153. text-align: center;
  154. }
  155. }