movie.scss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. .page-movie{
  2. background-color:#b11b1c;
  3. background-image: url("https://business.coffunity.cn/upload/sqbg.png");
  4. background-repeat: repeat-x;
  5. width:100vw;
  6. min-height:100vh;
  7. display: flex;
  8. padding-bottom: 20px;
  9. .movie-bg{
  10. background-image: url("https://business.coffunity.cn/upload/sqbg2.png");
  11. background-repeat: no-repeat;
  12. width:100%;
  13. height:100%;
  14. display: flex;
  15. flex-direction: column;
  16. .move-content{
  17. margin-left:10px;
  18. margin-right: 10px;
  19. background:#FFF;
  20. border-radius: 10px;
  21. margin-top:100px;
  22. margin-bottom: 50px;
  23. .section1{
  24. margin-left:10px;
  25. margin-right:10px;
  26. margin-top:10px;
  27. margin-bottom: 20px;
  28. display: flex;
  29. flex-direction: row;
  30. .movie-img{
  31. width:20%;
  32. overflow: hidden;
  33. .img{
  34. width:70px;
  35. height:70px;
  36. border-radius: 10px;;
  37. }
  38. }
  39. .intro{
  40. width:60%;
  41. margin-left: 10px;
  42. .title{
  43. font-size:18px;
  44. font-weight: bold;
  45. color:#000;
  46. }
  47. .tips{
  48. font-size:12px;
  49. color:#333;
  50. padding-bottom:5px;
  51. padding-top:5px;
  52. height:20px;
  53. line-height:18px;
  54. overflow: hidden;
  55. margin-top:5px;
  56. }
  57. .tags{
  58. .uni-tag{
  59. margin-right:10px;
  60. }
  61. }
  62. }
  63. .price{
  64. width:20%;
  65. color:#b11b1c;
  66. font-size:18px;
  67. display: flex;
  68. justify-content: center;
  69. align-items: flex-start;
  70. font-weight: bold;
  71. .sign{
  72. font-size:12px;
  73. margin-top:6px;
  74. }
  75. }
  76. }
  77. .section2{
  78. margin-left:10px;
  79. margin-right:10px;
  80. display: flex;
  81. flex-direction: row;
  82. justify-content: space-between;
  83. align-items: flex-start;
  84. margin-top:5px;
  85. .address{
  86. .part{
  87. display: flex;
  88. height:25px;
  89. flex-direction: row;
  90. justify-content: flex-start;
  91. align-items: center;
  92. color:#000;
  93. font-size:12px;
  94. // border:1px solid red;
  95. line-height: 25px;
  96. overflow: hidden;
  97. .icon{
  98. height:100%;
  99. width:20px;
  100. display: flex;
  101. justify-content: center;
  102. align-items: center;
  103. margin-right: 5px;
  104. .img{
  105. height:14px;
  106. margin-top:5px;
  107. }
  108. }
  109. .text{
  110. // border:1px solid red;
  111. height:100%;
  112. }
  113. }
  114. }
  115. .customer{
  116. display: flex;
  117. height:100%;
  118. justify-content: center;
  119. align-items: center;
  120. flex-direction: column;
  121. margin-right: 10px;
  122. .icon{
  123. height:30px;
  124. width:30px;
  125. display: flex;
  126. justify-content: center;
  127. align-items: center;
  128. .img{
  129. height:15px
  130. }
  131. }
  132. .name{
  133. font-size:12px;
  134. }
  135. }
  136. }
  137. .section3{
  138. margin-top:10px;
  139. }
  140. .section4{
  141. display:flex;
  142. flex-direction: row;
  143. margin-top:5px;
  144. padding:10px;
  145. height:80px;
  146. background:#f9f9f9;
  147. .spare{
  148. width:80%;
  149. display:flex;
  150. flex-direction: column;
  151. height:30px;
  152. .status{
  153. display: flex;
  154. flex-direction: row;
  155. font-size:12px;
  156. line-height: 25px;
  157. .txt{
  158. font-weight: bold;
  159. }
  160. .status1{
  161. margin-left:5px;
  162. background:#edcdcd;
  163. border-radius: 3px;
  164. color:#333;
  165. padding:0px 5px;
  166. }
  167. .status2{
  168. background:#333;
  169. border-radius: 3px;
  170. color:#efefef;
  171. margin-left:5px;
  172. padding:0px 5px;
  173. }
  174. }
  175. .time{
  176. display:flex;
  177. flex-direction: column;
  178. .part{
  179. height:20px;
  180. display:flex;
  181. justify-content: space-between;
  182. font-size:12px;
  183. align-items: center;
  184. margin-right:20px;
  185. }
  186. }
  187. }
  188. .btns{
  189. width:20%;
  190. .btn-share{
  191. background:#b11b1c;
  192. font-size:12px;
  193. color:#FFF;
  194. border-radius: 10px;
  195. }
  196. }
  197. }
  198. .section5{
  199. margin-left:10px;
  200. margin-right:10px;
  201. .header-list{
  202. height:50px;
  203. display:flex;
  204. flex-direction: row;
  205. .user{
  206. width:40px;
  207. height:40px;
  208. margin-right: 10px;
  209. .img{
  210. height:40px;
  211. width:40px;
  212. border-radius: 50%;
  213. }
  214. }
  215. }
  216. }
  217. .section6{
  218. margin-left:10px;
  219. margin-right: 10px;
  220. .title{
  221. font-size:14px;
  222. font-weight: bold;
  223. }
  224. .users{
  225. width:100%;
  226. display:flex;
  227. flex-direction: row;
  228. .user{
  229. width:60px;
  230. overflow: hidden;
  231. margin-right:10px;
  232. .img{
  233. width:60px;
  234. height:60px;
  235. .icon{
  236. width:60px;
  237. height:60px;
  238. }
  239. }
  240. .name{
  241. height:20px;
  242. line-height:20px;
  243. text-align:center;
  244. font-size:12px;
  245. }
  246. }
  247. }
  248. }
  249. .section7{
  250. margin-left:10px;
  251. margin-right: 10px;
  252. font-size:12px;
  253. padding-bottom: 60px;
  254. margin-top:10px;
  255. .title{
  256. font-size:14px;
  257. font-weight: bold;
  258. margin-top:30px;
  259. }
  260. .content{
  261. width: 100%;
  262. padding:5px 0px;
  263. line-height: 22px;
  264. font-size: 12px;
  265. overflow-x:hidden;
  266. }
  267. .content img {
  268. max-width: 100% !important;
  269. height: auto !important;
  270. }
  271. .content image {
  272. max-width: 100% !important;
  273. height: auto !important;
  274. }
  275. .content span{
  276. line-height: 22px;
  277. font-size: 12px;
  278. }
  279. }
  280. }
  281. .footer{
  282. position:fixed;
  283. bottom:0px;
  284. left:0px;
  285. width:100%;
  286. height:80px;
  287. background:#FFF;
  288. border-top:1px solid #CCC;
  289. display:flex;
  290. flex-direction: row;
  291. .footer-left{
  292. width:70%;
  293. display:flex;
  294. flex-direction: column;
  295. justify-content: center;
  296. align-items: center;
  297. .step-qty{
  298. font-size:12px;
  299. color:#b11b1c;
  300. }
  301. .intro{
  302. font-size:12px;
  303. color:#b11b1c;
  304. }
  305. }
  306. .right{
  307. width:30%;
  308. display:flex;
  309. justify-content: center;
  310. align-items: center;
  311. color:#b11b1c;
  312. font-size:14px;
  313. font-weight:bold;
  314. margin-bottom: 15px;
  315. .text{
  316. background:#aa0000;
  317. color:#FFF;
  318. border-radius: 10px;
  319. font-size:12px;
  320. padding:5px 10px;
  321. }
  322. }
  323. }
  324. }
  325. .times{
  326. background:#FFF;
  327. .calender-box{
  328. padding:10px;
  329. }
  330. }
  331. .yyform-item{
  332. background:#FFF;
  333. padding:10px;
  334. font-size:12px;
  335. min-height: 250px;
  336. .item{
  337. margin-top:10px;
  338. .caption{
  339. height:30px;
  340. }
  341. .btn{
  342. font-size:12px;
  343. color:#FFF;
  344. background:#aa0000;
  345. border-radius: 10px;
  346. }
  347. }
  348. }
  349. }