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

269 lines
5.2 KiB

  1. @import '../../../common/css/global';
  2. #ordershare{
  3. .header{
  4. background-color: #FFFFFF;
  5. padding:0 15px 20px 15px;
  6. .statustxt{
  7. text-align: center;
  8. font-size: 40rpx;
  9. padding:27px 0;
  10. color: #1AAD19;
  11. }
  12. .infomation{
  13. display: flex;
  14. align-items: center;
  15. justify-content: center;
  16. .item{
  17. flex: 1;
  18. height:30px;
  19. line-height: 30px;
  20. border:1px solid #1AAD19;
  21. border-radius:50px;
  22. overflow: hidden;
  23. .title{
  24. text-align: center;
  25. display: inline-block;
  26. font-size: 28rpx;
  27. background-color:#1AAD19;
  28. color: #FFFFFF;
  29. width: 40%;
  30. overflow: hidden;
  31. }
  32. .text{
  33. text-align:center;
  34. display: inline-block;
  35. overflow:hidden;
  36. font-size: 26rpx;
  37. color:#4A4A4A;
  38. width: 60%;
  39. white-space: nowrap;
  40. text-overflow: ellipsis;
  41. }
  42. }
  43. .mar-r{
  44. margin-right: 10px;
  45. }
  46. }
  47. }
  48. .goods-info {
  49. margin-top: 10px;
  50. .title {
  51. display: flex;
  52. align-items: center;
  53. justify-content: space-between;
  54. padding: 10px 15px;
  55. color: #2E2D2D;
  56. font-size: 14px;
  57. background: #FFFFFF;
  58. .buy {
  59. padding: 3px 10px;
  60. border-radius: 4px;
  61. background: @globalColor;
  62. color: #FFFFFF;
  63. }
  64. }
  65. .middle-item {
  66. display: flex;
  67. padding: 10px;
  68. color: #959595;
  69. background: #FFFFFF;
  70. &.middle-item__active{
  71. margin-bottom: 10px;
  72. }
  73. image {
  74. width: 60px;
  75. height: 60px;
  76. border: 1px solid #e5e5e5;
  77. }
  78. .text {
  79. flex: 1;
  80. padding-left: 10px;
  81. overflow: hidden;
  82. .names {
  83. color: #000000;
  84. white-space: nowrap;
  85. text-overflow: ellipsis;
  86. overflow: hidden;
  87. }
  88. }
  89. .money-box {
  90. text-align: right;
  91. .retreat{
  92. font-size: 13px;
  93. //background: #f8f8f8;
  94. border: 1px solid #838383;
  95. //border-radius: 3px;
  96. padding: 5px 7px;
  97. text-align: center;
  98. margin-top: 10px;
  99. margin-left: 5px;
  100. display: inline-block;
  101. }
  102. }
  103. }
  104. }
  105. .somebody{
  106. margin-top: 10px;
  107. background-color: #FFFFFF;
  108. .title{
  109. font-size: 12px;
  110. color:#2E2D2D;
  111. line-height: 16px;
  112. padding:14px 15px;
  113. }
  114. .content{
  115. padding:12px 13px;
  116. display: flex;
  117. align-items: center;
  118. flex-wrap: wrap;
  119. .item-img{
  120. width:45px;
  121. height: 45px;
  122. margin: 2px;
  123. border-radius: 50%;
  124. background-color:#D8D8D8;
  125. image{
  126. width: 100%;
  127. height: 100%;
  128. border-radius: 50%;
  129. }
  130. }
  131. }
  132. }
  133. .order-info{
  134. margin-top: 10px;
  135. background-color: #FFFFFF;
  136. .item{
  137. height: 44px;
  138. line-height: 44px;
  139. font-size:14px;
  140. display: flex;
  141. justify-content: space-between;
  142. align-items: center;
  143. padding:0 15px;
  144. .title{
  145. color:#2E2D2D;
  146. }
  147. .txt{
  148. color:#EA4448;
  149. }
  150. }
  151. }
  152. .call-goods {
  153. background: #FFFFFF;
  154. margin-top: 10px;
  155. .title{
  156. height: 44px;
  157. line-height: 44px;
  158. font-size: 14px;
  159. padding: 0 15px;
  160. }
  161. .like_list {
  162. margin: 5px;
  163. font-size: 10px;
  164. .like_box {
  165. padding: 0 5px;
  166. display: inline-block;
  167. width: 33.333%;
  168. box-sizing: border-box;
  169. margin: 5px 0;
  170. .like_inner {
  171. border: 1px solid #e5e5e5;
  172. padding: 5px;
  173. }
  174. .like_name {
  175. overflow: hidden;
  176. text-overflow: ellipsis;
  177. white-space: nowrap;
  178. }
  179. .like_image {
  180. width: 100%;
  181. image{
  182. width: 100%;
  183. height: 200rpx !important;
  184. }
  185. }
  186. .like_money {
  187. color: #ED3327;
  188. }
  189. }
  190. }
  191. }
  192. .order-share{
  193. position: fixed;
  194. bottom:15%;
  195. right: 5%;
  196. display: flex;
  197. height: 33px;
  198. line-height: 33px;
  199. align-items: center;
  200. background-color: #FFFFFF;
  201. box-shadow:0px 4px 4px 0px rgba(155,155,155,0.5);
  202. border-radius: 16px;
  203. .text{
  204. width: 85px;
  205. text-align: center;
  206. font-size: 12px;
  207. color: #FFFFFF;
  208. background-color:@mainColor;
  209. height:33px;
  210. line-height: 33px;
  211. border-radius: 16px;
  212. }
  213. }
  214. //弹出分享部分
  215. .share-box {
  216. background: #CDCDD1;
  217. position: fixed;
  218. bottom: 0;
  219. width: 100%;
  220. height: 0;
  221. z-index: 50;
  222. transition:all .3s linear;
  223. .shaer-item {
  224. height: 50px;
  225. line-height: 50px;
  226. text-align: center;
  227. font-size: 18px;
  228. color: #2E2D2D;
  229. background: #ffffff;
  230. border-radius: 0;
  231. &:after {
  232. border: none;
  233. }
  234. &.clear {
  235. margin-top: 5px;
  236. color: #9B9B9B;
  237. }
  238. }
  239. &.cur{
  240. height: 155px;
  241. }
  242. }
  243. .maks{
  244. position: fixed;
  245. bottom: 0;
  246. width: 100%;
  247. height: 100%;
  248. z-index: 40;
  249. opacity: 1;
  250. transition: opacity .3s ease;
  251. display: none;
  252. &.cur{
  253. display: block;
  254. }
  255. }
  256. }