Contact.wxss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769
  1. /* @import "/wxParse/wxParse.wxss"; */
  2. .styleheight {
  3. height: 610px;
  4. }
  5. .banner {
  6. width: 100%;
  7. margin-bottom: 80rpx;
  8. }
  9. .banner1 {
  10. position: absolute;
  11. left: 0;
  12. top: 455rpx;
  13. width: 631rpx;
  14. height: 276rpx;
  15. z-index: 9999;
  16. }
  17. .banner1_t {
  18. width: 631rpx;
  19. height: 276rpx;
  20. margin-left: 84rpx;
  21. }
  22. .introduce {
  23. margin-left: 84rpx;
  24. margin-bottom: 120rpx;
  25. margin-top: -110rpx;
  26. /* clear: both; */
  27. }
  28. .intr_left {
  29. height: 470rpx;
  30. width: 578rpx;
  31. box-shadow: -1px 7px 20px #ccc;
  32. float: left;
  33. overflow: hidden;
  34. }
  35. .intr_text {
  36. padding-left: 40rpx;
  37. padding-right: 40rpx;
  38. /* height: 470upx;
  39. width: 578upx; Thisisasmallprogram
  40. */
  41. padding-top: 40rpx;
  42. font-size: 30rpx;
  43. color: rgb(25, 25, 25);
  44. /* text-indent: 60upx; */
  45. overflow: hidden;
  46. }
  47. .intr_right {
  48. width: 88rpx;
  49. height: 470rpx;
  50. background: #5397e4;
  51. margin-left: 578rpx;
  52. /* margin-left: */
  53. /* float: left; */
  54. /* position: absolute;
  55. top: 462upx;
  56. right: 0; */
  57. }
  58. /*下拉框 */
  59. .select {
  60. margin-bottom: 20rpx;
  61. }
  62. .phone_one {
  63. display: -webkit-box;
  64. display: -webkit-flex;
  65. display: flex;
  66. position: relative;
  67. height: 64rpx;
  68. border-radius: 10rpx;
  69. border: 1rpx solid #666;
  70. margin: 0rpx 74rpx;
  71. /* margin-bottom: 80upx; */
  72. }
  73. .phone_personal {
  74. color: rgb(153, 153, 153);
  75. font-size: 30rpx;
  76. height: 64rpx;
  77. line-height: 64rpx;
  78. margin-left: 20rpx;
  79. }
  80. .personal_image {
  81. z-index: 100;
  82. width: 40rpx;
  83. height: 32rpx;
  84. position: absolute;
  85. right: 20rpx;
  86. top: 16rpx;
  87. }
  88. .person_box {
  89. position: relative;
  90. }
  91. .phone_select {
  92. margin-top: 0;
  93. z-index: 100;
  94. }
  95. .select_one {
  96. /* background-color: rgb(239, 239, 239); */
  97. margin: 0rpx 74rpx;
  98. height: 64rpx;
  99. line-height: 64rpx;
  100. border-bottom: 1rpx solid #ccc;
  101. padding-left: 20rpx;
  102. font-size: 30rpx;
  103. color: rgb(153, 153, 153);
  104. }
  105. .hide {
  106. display: none;
  107. }
  108. .show {
  109. display: block;
  110. }
  111. .form {
  112. position: relative;
  113. /* height: 592upx; */
  114. /* margin-left:40upx; */
  115. margin-bottom: 36rpx;
  116. /* margin: 0 88upx; */
  117. }
  118. .form_left {
  119. height: 592rpx;
  120. width: 88rpx;
  121. background: #d259ce;
  122. position: absolute;
  123. left: -40rpx;
  124. top: 0rpx;
  125. }
  126. .form_text1 {
  127. text-align: center;
  128. font-size: 28rpx;
  129. color: rgb(102, 102, 102)
  130. }
  131. .form_text2 {
  132. text-align: center;
  133. font-size: 28rpx;
  134. color: rgb(102, 102, 102)
  135. }
  136. /*验证 */
  137. /* .calc{
  138. position: relative;
  139. } */
  140. .nput {
  141. position: absolute;
  142. left: 0;
  143. top: -180rpx;
  144. right: 0;
  145. bottom: 0;
  146. margin: auto;
  147. }
  148. .nput_l {
  149. z-index: 9999;
  150. padding: 38rpx 60rpx;
  151. text-align: center;
  152. font-size: 30rpx;
  153. background: #333333;
  154. color: rgb(254, 254, 254);
  155. border-radius: 20rpx;
  156. }
  157. /*遮罩层 */
  158. .masklayer {
  159. border-radius: 20rpx;
  160. position: absolute;
  161. left: 180rpx;
  162. top: -166rpx;
  163. margin: auto;
  164. width: 392rpx;
  165. height: 326rpx;
  166. background: #f4f4f4;
  167. z-index: 9;
  168. }
  169. .prosperit_y {
  170. width: 72rpx;
  171. height: 72rpx;
  172. margin-top: 56rpx;
  173. padding: 0 160rpx;
  174. }
  175. .presen_t {
  176. margin-top: 30rpx;
  177. margin-bottom: 20rpx;
  178. text-align: center;
  179. font-size: 28rpx;
  180. color: rgb(51, 51, 51);
  181. }
  182. .xinxi_t {
  183. text-align: center;
  184. margin-bottom: 20rpx;
  185. font-size: 28rpx;
  186. color: rgb(51, 51, 51);
  187. }
  188. .xinxi_t {
  189. text-align: center;
  190. font-size: 22rpx;
  191. margin-bottom: 20rpx;
  192. }
  193. /*botton按钮 */
  194. button[type=default] {
  195. color: rgb(253, 251, 251);
  196. border: none;
  197. background: #ccc;
  198. font-size: 36rpx;
  199. }
  200. button {
  201. display: block;
  202. margin-left: auto;
  203. margin-right: auto;
  204. padding-left: 14px;
  205. padding-right: 14px;
  206. font-size: 18px;
  207. text-align: center;
  208. text-decoration: none;
  209. border-radius: 10rpx;
  210. overflow: hidden;
  211. border: none;
  212. }
  213. button::after {
  214. border: none;
  215. }
  216. .color {
  217. color: rgb(153, 153, 153);
  218. font-size: 30rpx;
  219. margin-left: 20rpx;
  220. }
  221. .cooper {
  222. font-size: 30rpx;
  223. /* background: red; */
  224. color: rgb(51, 51, 51);
  225. margin-left: 20rpx;
  226. }
  227. .images {
  228. position: absolute;
  229. width: 36rpx;
  230. height: 18rpx;
  231. right: 88rpx;
  232. top: 32rpx;
  233. }
  234. .phcolor {
  235. color: rgb(153, 153, 153)
  236. }
  237. .biaoshi {
  238. margin-bottom: 84rpx;
  239. height: 34rpx;
  240. }
  241. .form_img {
  242. width: 654rpx;
  243. height: 34rpx;
  244. position: absolute;
  245. right: 0;
  246. }
  247. .btn_images {
  248. width: 100%;
  249. height: 247rpx;
  250. float: left;
  251. }
  252. .contact_d {
  253. margin: 0 66rpx;
  254. margin-bottom: 40rpx;
  255. /* font-size: 30upx; */
  256. color: #333333;
  257. /* line-height: 45upx; */
  258. }
  259. .contact_d_2 {
  260. margin: 0 66rpx;
  261. margin-bottom: 80rpx;
  262. font-size: 30rpx;
  263. color: #333333;
  264. line-height: 45rpx;
  265. }
  266. .picker {
  267. width: 622rpx;
  268. height: 80rpx;
  269. border: 1rpx solid #666666;
  270. margin: 0 64rpx;
  271. box-sizing: border-box;
  272. line-height: 80rpx;
  273. border-radius: 10rpx;
  274. }
  275. /*下拉框 */
  276. .user {
  277. height: 98rpx;
  278. margin: 0 64rpx;
  279. border-bottom: 1rpx solid #eee;
  280. clear: both;
  281. position: relative;
  282. width: 622rpx;
  283. box-sizing: border-box;
  284. }
  285. .section {
  286. height: 80rpx;
  287. position: relative;
  288. /* margin: 0 88upx; */
  289. }
  290. .images_user {
  291. width: 48rpx;
  292. height: 48rpx;
  293. margin-left: 18rpx;
  294. float: left;
  295. margin-top: 26rpx;
  296. /* background: orange */
  297. }
  298. .inpu_t {
  299. float: left;
  300. margin-left: 64rpx;
  301. margin-top: 26rpx;
  302. /* border: 1upx solid #333; */
  303. width: 400rpx;
  304. position: relative;
  305. font-size: 30rpx;
  306. color: rgb(51, 51, 51)
  307. }
  308. .button {
  309. width: 622rpx;
  310. height: 80rpx;
  311. line-height: 80rpx;
  312. margin: 0rpx 66rpx;
  313. margin-top: 60rpx;
  314. margin-bottom: 80rpx;
  315. border: none;
  316. background: #ccc;
  317. font-size: 36rpx;
  318. color: rgb(253, 251, 251);
  319. }
  320. /*悬浮框 */
  321. .suspension {
  322. z-index: 2;
  323. position: fixed;
  324. bottom: 100rpx;
  325. right: 0;
  326. }
  327. .affairs {
  328. width: 100rpx;
  329. height: 98rpx;
  330. color: rgb(255, 255, 255);
  331. font-size: 24rpx;
  332. background: #474747;
  333. opacity: 0.5;
  334. text-align: center;
  335. margin-bottom: 6rpx;
  336. border-top-left-radius: 10rpx;
  337. border-bottom-left-radius: 10rpx;
  338. }
  339. .text-s {
  340. margin-left: 30rpx;
  341. margin-right: 24rpx;
  342. width: 50rpx;
  343. color: rgb(255, 255, 255);
  344. padding-top: 18rpx;
  345. }
  346. .contact {
  347. width: 100rpx;
  348. height: 98rpx;
  349. color: rgb(255, 255, 255);
  350. font-size: 24rpx;
  351. background: #474747;
  352. opacity: 0.5;
  353. text-align: center;
  354. border-top-left-radius: 10rpx;
  355. border-bottom-left-radius: 10rpx;
  356. }
  357. .text_d {
  358. margin-left: 30rpx;
  359. margin-right: 24rpx;
  360. width: 50rpx;
  361. color: rgb(255, 255, 255);
  362. padding-top: 18rpx;
  363. }
  364. .clickbtn {
  365. position: fixed;
  366. bottom: 100rpx;
  367. right: 0;
  368. width: 100rpx;
  369. height: 98rpx;
  370. opacity: 0;
  371. }