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

345 lines
6.6 KiB

  1. @import '../../../common/css/global';
  2. #call{
  3. padding: 10px 15px;
  4. background: #FFFFFF;
  5. .call-box{
  6. position: relative;
  7. border-radius: 6px;
  8. overflow: hidden;
  9. image{
  10. display: block;
  11. width: 100%;
  12. }
  13. .name{
  14. position: absolute;
  15. bottom: 0;
  16. width: 100%;
  17. padding: 5px 15px;
  18. background: rgba(255,255,255,.7);
  19. }
  20. }
  21. .time-box {
  22. background: #393939;
  23. padding: 5px 12px;
  24. box-sizing: border-box;
  25. color: #FFFFFF;
  26. &.active{
  27. background: #FE4545;
  28. }
  29. }
  30. .call-user{
  31. font-size: 12px;
  32. display: flex;
  33. align-items: center;
  34. background: #FBF6DC;
  35. height: 30px;
  36. line-height: 30px;
  37. margin: 20px 0;
  38. border-radius: 30px 0 0 30px;
  39. overflow: hidden;
  40. span{
  41. color: #FC6A00;
  42. }
  43. image{
  44. width: 30px;
  45. height: 30px;
  46. border-radius: 100%;
  47. overflow: hidden;
  48. }
  49. .call-status{
  50. display: flex;
  51. align-items: center;
  52. justify-content: space-between;
  53. flex: 1;
  54. padding-right: 15px;
  55. margin-left: 10px;
  56. white-space: nowrap;
  57. overflow: hidden;
  58. text-overflow: ellipsis;
  59. .receive{
  60. color: @globalColor;
  61. }
  62. }
  63. }
  64. .no-active {
  65. color: #FFFFFF;
  66. padding:8px 0;
  67. border-radius:30px;
  68. background: #b4b4b4;
  69. text-align: center;
  70. margin-bottom: 10px;
  71. }
  72. .share-box{
  73. display: flex;
  74. align-items: center;
  75. font-size: 16px;
  76. color: @mainColor;
  77. text-align:center;
  78. margin-bottom: 20px;
  79. .share-btn{
  80. flex: 1;
  81. padding: 0;
  82. border: 1px solid @mainColor;
  83. border-radius:30px;
  84. background: #FFFFFF;
  85. line-height: normal;
  86. font-size: 16px;
  87. height: 43px;
  88. line-height: 43px;
  89. color: @mainColor;
  90. margin-right: 18px;
  91. }
  92. .claa-btn {
  93. flex: 1;
  94. padding: 0;
  95. border-radius:30px;
  96. background: @mainColor;
  97. line-height: normal;
  98. font-size: 16px;
  99. height: 43px;
  100. line-height: 43px;
  101. color: #ffffff;
  102. }
  103. view{
  104. flex: 1;
  105. padding: 8px 0;
  106. border: 1px solid @mainColor;
  107. border-radius:30px;
  108. &.friend{
  109. margin-right: 18px;
  110. }
  111. &.friends{
  112. background: @mainColor;
  113. color: #FFFFFF;
  114. border: none;
  115. }
  116. }
  117. }
  118. .call-num{
  119. padding-bottom: 1px;
  120. .text{
  121. font-size: 12px;
  122. color: #9B9B9B;
  123. text-align: center;
  124. padding-bottom: 10px;
  125. }
  126. .item-box{
  127. margin: 8px -8px;
  128. .call-num-item{
  129. display: inline-block;
  130. width: 12.5%;
  131. height:21px;
  132. padding: 0 8px;
  133. margin: 5px 0;
  134. .info{
  135. width: 100%;
  136. height: 100%;
  137. display: inline-block;
  138. background:#F3F3F3;
  139. border-radius:100%;
  140. overflow: hidden;
  141. &.border{
  142. border:1px dashed #C0C4CC;
  143. }
  144. image{
  145. width: 100%;
  146. height: 100%;
  147. }
  148. }
  149. }
  150. }
  151. .text-info{
  152. font-size: 12px;
  153. color: #9B9B9B;
  154. text-align: right;
  155. padding-top: 7px;
  156. }
  157. }
  158. .home{
  159. position: fixed;
  160. top: 10px;
  161. right: 0;
  162. width: 75px;
  163. line-height: 25px;
  164. text-align: center;
  165. background: #F3F3F3;
  166. color: #9B9B9B;
  167. font-size: 12px;
  168. border-radius: 2px;
  169. i{
  170. font-size: 12px;
  171. margin-right: 5px;
  172. }
  173. }
  174. }
  175. .call-goods {
  176. background: #FFFFFF;
  177. margin-top: 10px;
  178. .title{
  179. height: 44px;
  180. line-height: 44px;
  181. font-size: 14px;
  182. padding: 0 15px;
  183. }
  184. .like_list {
  185. margin: 5px;
  186. font-size: 10px;
  187. .like_box {
  188. padding: 0 5px;
  189. display: inline-block;
  190. width: 33.333%;
  191. box-sizing: border-box;
  192. margin: 5px 0;
  193. .like_inner {
  194. border: 1px solid #e5e5e5;
  195. padding: 5px;
  196. }
  197. .like_name {
  198. overflow: hidden;
  199. text-overflow: ellipsis;
  200. white-space: nowrap;
  201. }
  202. .like_image {
  203. width: 100%;
  204. image{
  205. width: 100%;
  206. height: 200rpx !important;
  207. }
  208. }
  209. .like_money {
  210. color: #ED3327;
  211. }
  212. }
  213. }
  214. }
  215. #coupon-box {
  216. .mask {
  217. position: fixed;
  218. left: 0;
  219. right: 0;
  220. top: 0;
  221. bottom: 0;
  222. background-color: rgba(0,0,0,.7);
  223. }
  224. .coupon-body {
  225. position: fixed;
  226. width: 90%;
  227. /*height: 71%;*/
  228. border-radius: 5px;
  229. background-color: @globalColor;
  230. top: 50%;
  231. left: 50%;
  232. padding: 0 25px;
  233. transform: translate(-50%,-50%);
  234. box-sizing: border-box;
  235. z-index: 99;
  236. .title {
  237. text-align: center;
  238. color: #FFFFFF;
  239. font-size: 22px;
  240. margin-top: 25px;
  241. }
  242. .tips {
  243. margin-top: 35px;
  244. line-height: 20px;
  245. color: #FFFFFF;
  246. font-size: 13px;
  247. }
  248. .coupon {
  249. display: flex;
  250. align-items: center;
  251. justify-content: space-between;
  252. margin: 15px 0;
  253. padding: 0 15px;
  254. width: 100%;
  255. height: 60px;
  256. background: url("http://ibrand-miniprogram.oss-cn-hangzhou.aliyuncs.com/18-11-19/7512419.jpg") no-repeat;
  257. background-size: 100% 100%;
  258. box-sizing: border-box;
  259. .left {
  260. display: flex;
  261. overflow: hidden;
  262. flex: 1;
  263. .icon {
  264. background: @globalColor;
  265. width: 40px;
  266. height: 40px;
  267. text-align: center;
  268. line-height: 40px;
  269. border-radius: 100%;
  270. i {
  271. color: #FFFFFF;
  272. font-size: 15px;
  273. }
  274. }
  275. .text-box {
  276. margin-left: 10px;
  277. overflow: hidden;
  278. flex: 1;
  279. .title {
  280. text-align: left;
  281. font-size: 16px;
  282. color: #202020;
  283. margin-top: 0;
  284. //margin-bottom: 10px;
  285. }
  286. .info {
  287. font-size: 10px;
  288. color: #909090;
  289. }
  290. }
  291. }
  292. .right {
  293. color: @globalColor;
  294. //display: flex;
  295. font-size:20px;
  296. font-weight:600;
  297. /*.ico {
  298. font-size: 14px;
  299. margin-top: 10px;
  300. }
  301. .money {
  302. font-size: 25px;
  303. }*/
  304. .money {
  305. font-size: 14px;
  306. font-weight: 100;
  307. }
  308. }
  309. }
  310. .user-tips {
  311. color: #FFFFFF;
  312. font-size: 10px
  313. }
  314. .close {
  315. font-size: 30px;
  316. position: absolute;
  317. top:-20px;
  318. right:-10px;
  319. color: #FFFFFF;
  320. }
  321. .btn {
  322. position: relative;
  323. margin: 40px 0 35px 0;
  324. width: 100%;
  325. height: 50px;
  326. line-height: 50px;
  327. box-shadow:0px 4px 8px 2px rgba(0,0,0,0.2);
  328. border-radius:4px;
  329. background: #FFFFFF;
  330. color: @globalColor;
  331. text-align: center;
  332. }
  333. }
  334. }