contac-about.scss 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. @import "../theme.scss";
  2. .wrap {
  3. position: relative;
  4. width: 1440px;
  5. margin: 0px auto 0px;
  6. padding: 20px 0;
  7. font-size: 12px;
  8. color: #666666;
  9. }
  10. .sr-layout-block {
  11. padding: 30px 29px;
  12. margin-bottom: 20px;
  13. background: #fff;
  14. border: 1px solid #e9eef4;
  15. font-size: 14px;
  16. display: block;
  17. overflow: hidden;
  18. }
  19. .sr-txt-title {
  20. margin-bottom: 40px;
  21. }
  22. .sr-txt-h2 {
  23. font-weight: bold;
  24. font-size: 20px;
  25. color: #282E30;
  26. display: inline-block;
  27. vertical-align: middle;
  28. word-break: break-word;
  29. }
  30. .sr-comProfile-info-l {
  31. width: 38.3386%;
  32. min-width: 240px;
  33. margin-right: 30px;
  34. max-width: 360px;
  35. float: left;
  36. img {
  37. width: 100%;
  38. }
  39. }
  40. .sr-comProfile-infos.infos-top {
  41. float: left;
  42. width: calc(100% - 390px);
  43. table {
  44. border-collapse: collapse;
  45. border-spacing: 0;
  46. td {
  47. vertical-align: top;
  48. padding-bottom: 10px;
  49. }
  50. .info-label-td {
  51. padding-right: 20px;
  52. color: #888;
  53. width: 195px;
  54. .info-label-txt {
  55. display: block;
  56. }
  57. }
  58. }
  59. }
  60. .sr-comProfile-info-wrap {
  61. margin-bottom: 20px;
  62. display: block;
  63. overflow: hidden;
  64. }
  65. .sr-comProfile-intro a {
  66. color: $colorMain;
  67. text-decoration: underline;
  68. }
  69. .sr-comProfile-intro .intro-cnt {
  70. display: -webkit-box;
  71. -webkit-box-orient: vertical;
  72. -webkit-line-clamp: 9;
  73. overflow: hidden;
  74. line-height: 2;
  75. }
  76. .sr-comProfile-intro.more .intro-cnt {
  77. display: block;
  78. }
  79. .sr-comProfile-item {
  80. margin-bottom: 10px;
  81. }
  82. .no-yes .sr-comProfile-label {
  83. padding-left: 0;
  84. }
  85. .sr-comProfile-label {
  86. color: #888;
  87. float: left;
  88. position: relative;
  89. padding-left: 25px;
  90. width: 225px;
  91. }
  92. .no-yes .sr-comProfile-fields {
  93. margin-left: 240px;
  94. }
  95. .about-sub-block .about-sub-title .title-txt {
  96. font-size: 16px;
  97. display: inline-block;
  98. margin-right: 10px;
  99. word-break: break-word;
  100. font-weight: normal;
  101. line-height: 1.2;
  102. color: #222;
  103. }
  104. .about-sub-block .about-sub-title .txt-sm {
  105. color: #888;
  106. display: inline-block;
  107. vertical-align: middle;
  108. margin-left: 5px;
  109. font-weight: normal;
  110. }
  111. .sld_store_list .sld_vendor_goods {
  112. width: 100%;
  113. height: auto;
  114. margin: 20px 0;
  115. padding: 0 55px;
  116. .slide_wrap {
  117. width: 100%;
  118. height: auto;
  119. margin: 0 auto;
  120. .sld_img.sld-img-center:hover {
  121. .magnifier_icon.flex_row_center_center {
  122. height: 100%;
  123. .iconfont {
  124. top: 0px;
  125. }
  126. }
  127. }
  128. .img {
  129. cursor: pointer;
  130. }
  131. .magnifier_icon.flex_row_center_center {
  132. position: absolute;
  133. bottom: 0;
  134. right: 0;
  135. background: rgba(0, 0, 0, 0.3);
  136. z-index: 10;
  137. top: 0;
  138. left: 0;
  139. width: 100%;
  140. height: 0%;
  141. transition: all .3s;
  142. cursor: pointer;
  143. .iconfont {
  144. color: #fff;
  145. top: -10px;
  146. position: relative;
  147. }
  148. }
  149. }
  150. ul {
  151. overflow: hidden;
  152. }
  153. }
  154. .fence-wide {
  155. display: flex;
  156. align-items: center;
  157. width: 1440px;
  158. height: 100%;
  159. background-color: #FFF;
  160. margin: 0 auto;
  161. zoom: 1;
  162. img {
  163. width: 100%;
  164. height: 100%;
  165. object-fit: cover;
  166. }
  167. }
  168. .ly-left {
  169. float: left;
  170. }
  171. .ly-left,
  172. .ly-right {
  173. display: inline;
  174. }
  175. .color-green {
  176. color: #2dbb55;
  177. }
  178. .fb {
  179. font-weight: 700;
  180. }
  181. .pr5 {
  182. padding-right: 5px;
  183. }
  184. .fontAR {
  185. //font-family: Arial, Helvetica, sans-serif;
  186. }
  187. /*header*/
  188. #header {
  189. background: #FFF none;
  190. height: 80px;
  191. zoom: 1;
  192. }
  193. #header .logo h1 a {
  194. width: 310px;
  195. line-height: 80px;
  196. text-indent: -9999px;
  197. display: block;
  198. }
  199. #header .language .button {
  200. margin-top: 25px;
  201. }
  202. /*foot*/
  203. #footer p {
  204. margin: 0;
  205. }
  206. #footer a {
  207. color: #b8b8b8;
  208. margin: 0 3px;
  209. }
  210. #footer a:hover {
  211. color: #dbdbdb;
  212. }
  213. /*info*/
  214. .bannerBox {
  215. background-color: #e2e6f5;
  216. height: 520px;
  217. max-width: 1920px;
  218. margin: 0 auto;
  219. .fence-wide {
  220. width: 100%;
  221. }
  222. }
  223. .main {
  224. background-color: #fff;
  225. height: 400px;
  226. margin: 20px 0;
  227. }
  228. .picBox {
  229. width: 375px;
  230. height: 100%;
  231. }
  232. .aboutBox {
  233. flex: 1;
  234. width: 100%;
  235. height: 100%;
  236. overflow: auto;
  237. padding: 0 30px;
  238. zoom: 1;
  239. font-size: 14px;
  240. }
  241. .f35 {
  242. font-size: 35px;
  243. margin-top: 30px;
  244. }
  245. .aboutBox li {
  246. list-style-type: decimal;
  247. margin: 15px 0 15px 25px;
  248. }
  249. /*search*/
  250. .searchInfo {
  251. padding: 200px 0;
  252. text-align: center;
  253. }
  254. .searchInfo h3 {
  255. font-size: 75px;
  256. }
  257. .searchBar input {
  258. background-color: #fff;
  259. border: 1px solid;
  260. border-color: #b3b3b3 #ccc #ccc;
  261. border-radius: 7px 0 0 7px;
  262. width: 720px;
  263. padding: 0 20px;
  264. height: 78px;
  265. font-size: 22px;
  266. overflow: hidden;
  267. }
  268. .searchBar .button {
  269. background-color: #55d6ba;
  270. font-size: 32px;
  271. width: 180px;
  272. height: 78px;
  273. padding: 0;
  274. border-radius: 0 7px 7px 0 !important;
  275. //font-family:Verdana, Geneva, sans-serif;
  276. }
  277. /*case*/
  278. .caseBox {
  279. padding: 0 0 50px;
  280. }
  281. .caseBox p {
  282. margin: 0 50px 30px;
  283. }
  284. .caseBox dl {
  285. float: left;
  286. width: 380px;
  287. margin: 30px 10px;
  288. overflow: hidden;
  289. zoom: 1;
  290. }
  291. .caseBox dt {
  292. color: #55d6ba;
  293. font-size: 22px;
  294. margin-bottom: 10px;
  295. }
  296. .caseBox dd {
  297. font-size: 15px;
  298. color: #666;
  299. margin-left: 30px;
  300. }
  301. .contact-ways {
  302. padding-top: 20px;
  303. padding-left: 22px;
  304. padding-right: 9px;
  305. padding-bottom: 30px;
  306. height: 250px;
  307. margin-bottom: 10px;
  308. }
  309. .contact-ways .contact-way-item {
  310. float: left;
  311. margin-right: 1%;
  312. width: 32%;
  313. height: 190px;
  314. }
  315. .contact-ways .contact-text {
  316. height: 27px;
  317. line-height: 27px;
  318. margin-bottom: 6px;
  319. font-weight: bold;
  320. font-size: 14px;
  321. }
  322. .contact-ways .contact-detail-wrap {
  323. margin-top: 6px;
  324. padding-top: 20px;
  325. padding-left: 19px;
  326. padding-right: 19px;
  327. padding-bottom: 30px;
  328. border: 1px solid #ddd;
  329. background: #f8f8f8;
  330. }
  331. .contact-ways .contact-detail {
  332. width: 100%;
  333. height: 250px;
  334. }
  335. .contact-ways .contact-detail a.btn-contact {
  336. width: 98px;
  337. height: 30px;
  338. padding: 0;
  339. line-height: 30px;
  340. margin-top: 20px;
  341. }
  342. .btn-large,
  343. .btn-large:link,
  344. .btn-large:visited {
  345. display: inline-block;
  346. vertical-align: middle;
  347. *vertical-align: middle;
  348. *display: inline;
  349. *zoom: 1;
  350. line-height: 30px;
  351. height: 30px;
  352. text-align: center;
  353. padding: 0 20px;
  354. color: #222;
  355. overflow: visible;
  356. cursor: pointer;
  357. background-color: #f2f2f2;
  358. border: solid 1px #ccc;
  359. border-radius: 3px;
  360. font-size: 14px;
  361. line-height: 36px;
  362. height: 36px;
  363. font-size: 14px;
  364. font-weight: bold;
  365. }
  366. .btn-main,
  367. .btn-main:link,
  368. .btn-main:visited {
  369. color: #fff;
  370. background-color: #e64545;
  371. border: solid 1px #e64545;
  372. }
  373. .video-play {
  374. position: absolute;
  375. left: 0px;
  376. top: 0px;
  377. width: 230px;
  378. height: 157px;
  379. background: rgba(0, 0, 0, .2);
  380. background: #000 \9;
  381. filter: alpha(opacity=20);
  382. overflow: hidden;
  383. }
  384. .video-play img {
  385. position: absolute;
  386. left: 82px;
  387. top: 45px;
  388. }
  389. .content-home .contact-ways .video-wrap {
  390. padding: 0;
  391. position: relative;
  392. border: none;
  393. }
  394. .contact-detail-video {
  395. position: relative;
  396. cursor: pointer;
  397. }
  398. .contact-detail-video:hover .video-play {
  399. background: rgba(0, 0, 0, .8);
  400. background: #000 \9;
  401. filter: alpha(opacity=80);
  402. }
  403. .contact-detail-video:hover .video-play img {
  404. animation: playanimad .3s;
  405. -moz-animation: playanimad .3s;
  406. -webkit-animation: playanimad .3s;
  407. -o-animation: playanimad .3s;
  408. }
  409. .empty {
  410. display: block;
  411. text-align: center;
  412. margin: 0 auto;
  413. }
  414. .self-btn {
  415. width: 100%;
  416. background: $colorMain;
  417. }
  418. .self-btn:focus,
  419. .self-btn:hover {
  420. // border-color: #1ba66c;
  421. // background-color: #1ba66c;
  422. }
  423. .cancel-btn:focus,
  424. .cancel-btn:hover {
  425. border-color: #dcdfe6;
  426. background-color: #dcdfe6;
  427. color: #606266;
  428. }