style.scss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. $txt_delay: 0.2s;
  2. .about-bg {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. z-index: 10;
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .about-layout {
  11. // background: url("~@/assets/images/about_bg.jpg") top -70px left -10px no-repeat;
  12. overflow: hidden;
  13. .plate01,
  14. .plate02,
  15. .plate03 {
  16. position: relative;
  17. z-index: 90;
  18. }
  19. .plate01 {
  20. text-align: center;
  21. width: 1240px;
  22. margin: 155px auto 100px;
  23. animation: fadeUp 0.5s ease-out 1 both;
  24. .about-logo {
  25. width: 360px;
  26. }
  27. .introduce {
  28. margin-top: 56px;
  29. display: flex;
  30. align-items: flex-start;
  31. justify-content: space-between;
  32. > img {
  33. width: 360px;
  34. height: 230px;
  35. margin-top: 28px;
  36. flex-shrink: 0;
  37. }
  38. .intro-r {
  39. text-align: justify;
  40. margin-left: 70px;
  41. padding-right: 10px;
  42. .item {
  43. &:not(:first-of-type) {
  44. margin-top: 48px;
  45. }
  46. img {
  47. margin: 16px 0 10px;
  48. width: 274px;
  49. }
  50. &:last-of-type {
  51. img {
  52. width: 208px;
  53. }
  54. }
  55. .b-title {
  56. font-size: 16px;
  57. line-height: 1;
  58. margin: 10px 0;
  59. }
  60. .b-label {
  61. font-size: 16px;
  62. }
  63. p {
  64. font-size: 16px;
  65. line-height: 24px;
  66. color: #95979b;
  67. margin-bottom: 18px;
  68. }
  69. p:last-child {
  70. margin-bottom: 0;
  71. }
  72. }
  73. }
  74. }
  75. }
  76. .plate02 {
  77. width: 100%;
  78. > img {
  79. width: 100%;
  80. }
  81. }
  82. .plate03 {
  83. text-align: center;
  84. width: 1340px;
  85. margin-top: 120px;
  86. margin-bottom: 120px;
  87. .event {
  88. display: flex;
  89. align-items: flex-start;
  90. margin-bottom: 170px;
  91. .touch-layout {
  92. width: 360px;
  93. height: 240px;
  94. flex-shrink: 0;
  95. opacity: 0;
  96. animation: fadeUp 0.5s ease-out 1 both $txt_delay;
  97. .item {
  98. width: 100%;
  99. img {
  100. width: 100%;
  101. user-select: none;
  102. -webkit-user-drag:none;
  103. }
  104. }
  105. .ban {
  106. width: 100%;
  107. height: 1px;
  108. background: #d4d4d4;
  109. margin-top: 10px;
  110. display: flex;
  111. span {
  112. cursor: pointer;
  113. flex: 1;
  114. height: 4px;
  115. display: inline-block;
  116. position: relative;
  117. top: -2px;
  118. }
  119. .active {
  120. background: #d4d4d4;
  121. }
  122. }
  123. }
  124. .e-node {
  125. text-align: left;
  126. margin-left: 30px;
  127. padding-left: 25px;
  128. border-left: 1px solid rgba($color: #cccccc, $alpha: 0.5);
  129. li {
  130. margin-bottom: 40px;
  131. opacity: 0;
  132. animation: fadeUp 0.5s ease-out 1 both $txt_delay;
  133. }
  134. h2 {
  135. font-size: 16px;
  136. font-weight: bold;
  137. color: rgba($color: #000000, $alpha: 0.8);
  138. margin-bottom: 40px;
  139. opacity: 0;
  140. animation: fadeUp 0.5s ease-out 1 both 0s;
  141. }
  142. h3 {
  143. font-weight: 400;
  144. font-size: 16px;
  145. line-height: 30px;
  146. position: relative;
  147. }
  148. h3::before {
  149. content: "";
  150. background: url(https://4dscene.4dage.com/new4dkk/images/cicle.png) center no-repeat;
  151. z-index: 1000;
  152. display: inline-block;
  153. width: 18px;
  154. height: 18px;
  155. position: absolute;
  156. left: -35px;
  157. top: 4px;
  158. }
  159. p {
  160. font-size: 16px;
  161. color: #95979b;
  162. line-height: 24px;
  163. font-weight: lighter;
  164. }
  165. }
  166. }
  167. .contact {
  168. display: flex;
  169. align-items: flex-start;
  170. margin-bottom: 170px;
  171. > img {
  172. margin-top: 40px;
  173. width: 360px;
  174. animation: fadeUp 0.5s ease-out 1 both;
  175. opacity: 0;
  176. }
  177. .e-node {
  178. text-align: left;
  179. margin-left: 45px;
  180. padding-left: 25px;
  181. li {
  182. margin-bottom: 40px;
  183. animation: fadeUp 0.5s ease-out 1 both;
  184. opacity: 0;
  185. }
  186. h3 {
  187. font-size: 16px;
  188. line-height: 30px;
  189. font-weight: 500;
  190. position: relative;
  191. }
  192. h3::before {
  193. font-family: "iconfont" !important;
  194. font-style: normal;
  195. font-size: 26px;
  196. -webkit-font-smoothing: antialiased;
  197. -moz-osx-font-smoothing: grayscale;
  198. content: "\e654";
  199. z-index: 1000;
  200. position: absolute;
  201. left: -35px;
  202. top: 2px;
  203. }
  204. .lxwm::before {
  205. content: "\e64e";
  206. }
  207. .khfw::before {
  208. content: "\e653";
  209. }
  210. .mtcx::before {
  211. content: "\e650";
  212. }
  213. p {
  214. font-size: 16px;
  215. color: #95979b;
  216. line-height: 24px;
  217. }
  218. }
  219. }
  220. }
  221. .hide2,
  222. .hide2 h2,
  223. .hide2 .touch-layout,
  224. .hide2 li,
  225. .hide3 > img,
  226. .hide3 .e-node li {
  227. // animation: none!important;
  228. animation: fadeDown 0.5s ease-out 1 both !important;
  229. }
  230. }
  231. @media screen and (min-width: 2000px) {
  232. .about-layout {
  233. .plate03 {
  234. margin: 120px auto!important;
  235. }
  236. }
  237. }
  238. @media screen and (max-width: 1600px) {
  239. .about-layout {
  240. .plate03 {
  241. width: 1190px;
  242. }
  243. }
  244. }
  245. @media screen and (max-width: 1200px) {
  246. .about-layout {
  247. .plate01{
  248. width: 900px;
  249. }
  250. .plate03{
  251. width: 900px;
  252. margin: 120px auto!important;
  253. }
  254. }
  255. }