expericeIdea.vue 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <template>
  2. <div id="experice_idea_wrap">
  3. <div class="experice_idea_box">
  4. <div class="experice_idea_title">
  5. <div class="experice_idea_titleC"><h2>建馆理念</h2></div>
  6. <p class="experice_idea_titleE">The future of smart city and the new retail era</p>
  7. </div>
  8. <div class="experice_idea_num_box">
  9. <div class="experice_idea_img"><img src="~/assets/images/experice/experice_idea_img.png"></div>
  10. <div class="experice_idea_intro"><p>精诚所至共创未来势,雄心壮志同筑梦想家</p></div>
  11. <div class="experice_idea_num">
  12. <div class="experice_idea_num_desc1">
  13. <p class="experice_idea_numbers">18</p>
  14. <p>座城</p>
  15. <p>每一座都是梦想的承载</p>
  16. </div>
  17. <div class="experice_idea_num_desc2">
  18. <p class="experice_idea_numbers">365</p>
  19. <p>家店</p>
  20. <p>是梦想之光永不落的象征</p>
  21. </div>
  22. </div>
  23. <div class="experice_idea_desc">
  24. <p>Ⅰ、中国高端家具O2O新零售模式先行者。</p>
  25. <p>Ⅱ、联手国际一线大牌设计师,打造生活家居新模式。</p>
  26. <p>Ⅲ 、以美为本,创造体验式营销新高度。</p>
  27. <p>Ⅳ、整合高端生活方式,打造城市顶级艺术生活综合体。</p>
  28. </div>
  29. </div>
  30. </div>
  31. </div>
  32. </template>
  33. <script>
  34. export default {
  35. name: 'expericeIdea'
  36. }
  37. </script>
  38. <style scoped>
  39. /*For what to start*/
  40. div#experice_idea_wrap {
  41. width: 100%;
  42. height: auto;
  43. }
  44. .experice_idea_box {
  45. overflow: hidden;
  46. width: 1200px;
  47. height: auto;
  48. margin: 0 auto;
  49. padding: 150px 0 140px;
  50. }
  51. .experice_idea_title {
  52. width: 100%;
  53. height: auto;
  54. padding-bottom: 54px;
  55. text-align: center;
  56. }
  57. .experice_idea_titleC {
  58. overflow: hidden;
  59. width: 100%;
  60. height: 40px;
  61. color: #22202b;
  62. font-size: 38px;
  63. font-family: 'Noto Serif CJK SC', 'Source Han Serif SC', 'Source Han Serif', 'source-han-serif-sc','STZhongsong','宋体', 'serif';
  64. font-weight: 900;
  65. line-height: 40px;
  66. }
  67. p.experice_idea_titleE {
  68. overflow: hidden;
  69. width: 100%;
  70. height: 40px;
  71. color: #858585;
  72. font-size: 14px;
  73. line-height: 40px;
  74. }
  75. .experice_idea_num_box {
  76. overflow: hidden;
  77. width: 100%;
  78. height: auto;
  79. }
  80. .experice_idea_img {
  81. overflow: hidden;
  82. width: 576px;
  83. height: 306px;
  84. margin: 0 auto;
  85. }
  86. .experice_idea_intro {
  87. overflow: hidden;
  88. width: 100%;
  89. height: 87px;
  90. color: #858585;
  91. font-size: 18px;
  92. line-height: 87px;
  93. text-align: center;
  94. }
  95. .experice_idea_num {
  96. overflow: hidden;
  97. width: 100%;
  98. height: auto;
  99. padding-bottom: 80px;
  100. border-bottom: 2px solid #d5d5d8;
  101. }
  102. .experice_idea_num_desc1 {
  103. float: left;
  104. width: 600px;
  105. height: auto;
  106. padding-left: 300px;
  107. box-sizing: border-box;
  108. color: #858585;
  109. font-size: 18px;
  110. line-height: 32px;
  111. text-align: center;
  112. }
  113. .experice_idea_num_desc2 {
  114. float: right;
  115. width: 600px;
  116. height: auto;
  117. padding-right: 280px;
  118. box-sizing: border-box;
  119. color: #858585;
  120. font-size: 18px;
  121. line-height: 32px;
  122. text-align: center;
  123. }
  124. p.experice_idea_numbers {
  125. color: #22202b;
  126. font-size: 48px;
  127. font-weight: bold;
  128. line-height: 40px;
  129. }
  130. .experice_idea_desc {
  131. overflow: hidden;
  132. width: 100%;
  133. height: auto;
  134. padding-top: 80px;
  135. padding-left: 370px;
  136. box-sizing: border-box;
  137. color: #858585;
  138. font-size: 18px;
  139. line-height: 26px;
  140. text-align: left;
  141. }
  142. /*For what to start*/
  143. </style>