company.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. /* pages/company/company.wxss */
  2. page{
  3. background-color: #f7f7f7;
  4. }
  5. .cont{
  6. width: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. }
  11. .title{
  12. font-size: 36rpx;
  13. color: #464646;
  14. font-weight: 600;
  15. height: 100rpx;
  16. display: flex;
  17. align-items: center;
  18. }
  19. .body{
  20. width: 100%;
  21. display: flex;
  22. flex-direction: column;
  23. align-items: center;
  24. }
  25. .input1{
  26. width: 93%;
  27. height: 150rpx;
  28. display: flex;
  29. flex-direction: column;
  30. justify-content: space-between;
  31. margin-bottom: 30rpx;
  32. }
  33. .input1>p{
  34. color: 32rpx;
  35. color: #656565;
  36. font-weight: 600;
  37. }
  38. .input1>view{
  39. width: 100%;
  40. height: 92rpx;
  41. background-color: white;
  42. border-radius: 20rpx;
  43. display: flex;
  44. align-items: center;
  45. }
  46. .input1>view>input{
  47. height: 100%;
  48. margin-left: 40rpx;
  49. width: 86%;
  50. color: #656565;
  51. font-size: 32rpx;
  52. }
  53. .textare{
  54. width: 93%;
  55. height: 270rpx;
  56. display: flex;
  57. flex-direction: column;
  58. justify-content: space-between;
  59. margin-bottom: 40rpx;
  60. }
  61. .textare>p{
  62. color: 32rpx;
  63. color: #656565;
  64. font-weight: 600;
  65. }
  66. .textare>view{
  67. width: 100%;
  68. height: 220rpx;
  69. background-color: white;
  70. border-radius: 20rpx;
  71. display: flex;
  72. flex-direction: column;
  73. align-items: center;
  74. justify-content: space-around;
  75. }
  76. .textare>view>textarea{
  77. margin-top: 30rpx;
  78. width: 88%;
  79. height: 150rpx;
  80. }
  81. .textare>view>view{
  82. font-size: 24rpx;
  83. width: 90%;
  84. display: flex;
  85. flex-direction: row-reverse;
  86. color: #989898;
  87. }
  88. .upload{
  89. width: 93%;
  90. height: 210rpx;
  91. display: flex;
  92. flex-direction: column;
  93. justify-content: space-between;
  94. }
  95. .upload>p{
  96. color: 32rpx;
  97. color: #656565;
  98. font-weight: 600;
  99. }
  100. .van-uploader__upload{
  101. background-color: white !important;
  102. }
  103. .footv{
  104. width: 100%;
  105. margin-top: 20rpx;
  106. display: flex;
  107. }
  108. .footv>button{
  109. display: flex;
  110. align-items: center;
  111. justify-content: center;
  112. height: 74rpx;
  113. border-radius: 37rpx;
  114. background-color: white;
  115. border: 1px solid #FF874E;
  116. color:#FF874E;
  117. font-size: 28rpx;
  118. }
  119. .footv>button>image{
  120. height: 38rpx;
  121. width: 38rpx;
  122. }
  123. .footv>button:first-child{
  124. width: 240rpx;
  125. }
  126. .footv>button:first-child>image{
  127. margin-right: 20rpx;
  128. }
  129. .footv>button:not(:first-child){
  130. width: 188rpx;
  131. }
  132. .foot{
  133. width: 100%;
  134. height: 156rpx;
  135. background-color: white;
  136. position: fixed;
  137. bottom: 0;
  138. box-shadow: 0px -2px 28px -12px #00000030;
  139. }
  140. .foot>button{
  141. width: 622rpx;
  142. height: 74rpx;
  143. color: white;
  144. display: flex;
  145. align-items: center;
  146. justify-content: center;
  147. border-radius: 37rpx;
  148. margin-top: 20rpx;
  149. background-color: #FF874E;
  150. }
  151. .input2{
  152. display: flex;
  153. width: 93%;
  154. height: 150rpx;
  155. flex-direction: column;
  156. justify-content: space-between;
  157. }
  158. .input2>view:last-child{
  159. width: 100%;
  160. height: 92rpx;
  161. background-color: white;
  162. border-radius: 20rpx;
  163. }
  164. .input2>view:last-child>input{
  165. height: 100%;
  166. margin-left: 40rpx;
  167. width: 86%;
  168. color: #656565;
  169. font-size: 32rpx;
  170. }
  171. .input2>view:first-child{
  172. display: flex;
  173. justify-content: space-between;
  174. align-items: center;
  175. color: 32rpx;
  176. color: #656565;
  177. font-weight: 600;
  178. }
  179. .top1{
  180. width: 710rpx;
  181. height: 206rpx;
  182. background-color: white;
  183. border-radius: 20rpx;
  184. display: flex;
  185. flex-direction: row;
  186. align-items: center;
  187. justify-content: space-around;
  188. }
  189. .one{
  190. display: flex;
  191. width: 40rpx;
  192. flex-direction: column;
  193. align-items: center;
  194. }
  195. .one-1{
  196. height: 14rpx;
  197. width: 14rpx;
  198. border-radius: 20rpx;
  199. border: 1px solid #979797;
  200. }
  201. .one-2{
  202. height: 72rpx;
  203. border: 1px dotted #979797;
  204. }
  205. .one-3{
  206. height: 15rpx;
  207. width: 15rpx;
  208. border-radius: 20rpx;
  209. background-color: #FF874E;
  210. }
  211. .info{
  212. display: flex;
  213. align-items: center;
  214. }
  215. .body1{
  216. width: 300rpx;
  217. height: 130rpx;
  218. display: flex;
  219. margin-left: 10rpx;
  220. flex-direction: column;
  221. justify-content: space-between;
  222. }
  223. .body1>p:first-child{
  224. color: #989898;
  225. font-size: 32rpx;
  226. font-weight: 600;
  227. }
  228. .body1>p:last-child{
  229. color: #FF874E;
  230. font-size: 32rpx;
  231. font-weight: 600;
  232. }
  233. .info1{
  234. width: 710rpx;
  235. height: 250rpx;
  236. background-color: white;
  237. margin-top: 30rpx;
  238. border-radius: 20rpx;
  239. display: flex;
  240. flex-direction: column;
  241. justify-content: space-between;
  242. align-items: center;
  243. margin-bottom: 30rpx;
  244. }
  245. .info1>view{
  246. display: flex;
  247. align-items: center;
  248. }
  249. .ione-1{
  250. width: 93%;
  251. }
  252. .ione-1>p{
  253. margin-left: 10rpx;
  254. color: #464646;
  255. font-size: 32rpx;
  256. font-weight: 600;
  257. }
  258. .info1>view{
  259. height: 80rpx;
  260. }
  261. .ione-2,.ione-3{
  262. width: 89%;
  263. justify-content: space-between;
  264. }
  265. .ione-2>p:first-child{
  266. color: #656565;
  267. font-size: 32rpx;
  268. font-weight: 600;
  269. }
  270. .ione-3>p:first-child{
  271. color: #656565;
  272. font-size: 32rpx;
  273. font-weight: 600;
  274. }
  275. .ione-2>p:last-child{
  276. color: #656565;
  277. font-size: 32rpx;
  278. }
  279. .ione-3>p:last-child{
  280. color: #656565;
  281. font-size: 32rpx;
  282. }
  283. .infor{
  284. width: 710rpx;
  285. height: 1156rpx;
  286. background-color: white;
  287. border-radius: 20rpx;
  288. display: flex;
  289. flex-direction: column;
  290. align-items: center;
  291. justify-content: space-around;
  292. }
  293. .info-one{
  294. width: 89%;
  295. display: flex;
  296. justify-content: space-between;
  297. }
  298. .info-two{
  299. display: flex;
  300. flex-direction: column;
  301. width: 89%;
  302. }
  303. .info-two>p:first-child{
  304. color: #656565;
  305. font-size: 32rpx;
  306. font-weight: 600;
  307. }
  308. .info-two>p:last-child{
  309. color: #656565;
  310. font-size: 32rpx;
  311. margin-top: 20rpx;
  312. }
  313. .info-two image{
  314. border-radius: 16rpx;
  315. }
  316. .foot1{
  317. height: 120rpx;
  318. width: 250rpx;
  319. color: #989898;
  320. font-size: 28rpx;
  321. display: flex;
  322. flex-direction: row-reverse;
  323. }
  324. .kai{
  325. animation: kai 3s ;
  326. }
  327. .shou{
  328. animation: shou 3s ;
  329. }
  330. @keyframes kai{
  331. from {
  332. height: 0rpx;
  333. }
  334. to{
  335. height: 92rpx;
  336. }
  337. }
  338. @keyframes shou{
  339. from {
  340. height: 92rpx;
  341. }
  342. to {
  343. height: 0rpx;
  344. }
  345. }