aboutUs.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. /* pages/aboutUs/aboutUs.wxss */
  2. .nav{
  3. height: 110rpx;
  4. font-size: 30rpx;
  5. line-height: 110rpx;
  6. text-align: center;
  7. color: #b4a078;
  8. background-color: #fff;
  9. }
  10. .model_intro{
  11. background-color: #f2f2f2;
  12. }
  13. .model_intro_left{
  14. float:left;
  15. }
  16. .model_intro_right{
  17. float: left;
  18. padding-top:60rpx;
  19. }
  20. .model_intro_right2{
  21. float: right;
  22. }
  23. .about_us_img{
  24. display: block;
  25. width: 312rpx;
  26. height:429rpx;
  27. }
  28. .model_intro_cont{
  29. padding: 0 0 0 40rpx;
  30. }
  31. .model_intro_title{
  32. display: inline-block;
  33. font-size: 30rpx;
  34. color: #212121;
  35. line-height: 50rpx;
  36. padding: 0 88rpx 0 0 ;
  37. border-bottom: 1px solid #646464;
  38. }
  39. .model_intro_inf{
  40. width: 354rpx;
  41. font-size: 18rpx;
  42. line-height: 30rpx;
  43. margin-top:34rpx;
  44. }
  45. /* 定制工艺 */
  46. .gongyi_wrap{
  47. background-color: #303030;
  48. }
  49. .gongyi_title{
  50. font-size: 30rpx;
  51. color: #fff;
  52. text-align: center;
  53. padding: 60rpx 0 48rpx 0;
  54. }
  55. .each_gongyi{
  56. padding: 0 54rpx 40rpx 44rpx;
  57. }
  58. .each_gongyi_img{
  59. float: left;
  60. display: block;
  61. width: 236rpx;
  62. height: 194rpx;
  63. margin-right: 32rpx;
  64. }
  65. .each_gongyi_intro{
  66. float: left;
  67. width: 385rpx;
  68. }
  69. .each_gongyi_title{
  70. font-size: 26rpx;
  71. line-height: 50rpx;
  72. color: #fff;
  73. }
  74. .each_gongyi_cont{
  75. font-size: 16rpx;
  76. line-height: 22rpx;
  77. color: #bfbfbf;
  78. }
  79. /* 加工周期 */
  80. .each_gongyi_btn{
  81. display: inline-block;
  82. font-size: 15rpx;
  83. color: #bebebe;
  84. padding: 8rpx 15rpx;
  85. border: 1px solid #bebebe;
  86. margin: 12rpx 0 0 0;
  87. border-radius: 4px;
  88. }
  89. /* 定制流程 */
  90. .liucheng_wrap{
  91. padding: 0 0 65rpx 0;
  92. }
  93. .lucheng_title{
  94. font-size: 30rpx;
  95. color: #212121;
  96. text-align: center;
  97. padding: 60rpx 0 30rpx 0;
  98. }
  99. .lucheng_intro{
  100. font-size: 16rpx;
  101. color: #212121;
  102. text-align: center;
  103. padding: 0 0 52rpx 0;
  104. }
  105. .liucheng_img{
  106. display: block;
  107. width: 647rpx;
  108. height: 658rpx;
  109. margin: 0 auto;
  110. }
  111. /* 合作伙伴 */
  112. .hezuo_wrap .model_intro{
  113. background-color: #303030;
  114. }
  115. .hezuo_wrap .model_intro_title{
  116. color: #fff;
  117. border-bottom:1px solid #fff;
  118. }
  119. .hezuo_wrap .model_intro_inf{
  120. width: 318rpx;
  121. color: #fff;
  122. }
  123. .hezuo_wrap .model_intro_title{
  124. padding-right:0;
  125. }
  126. .hezuo_wrap .about_us_img{
  127. display: block;
  128. width: 385rpx;
  129. height: 475rpx;
  130. }
  131. /* 商品展示 */
  132. .goods_wrap{
  133. background-color: #f2f2f2;
  134. }
  135. .goods_title{
  136. font-size: 30rpx;
  137. color: #b4a078;
  138. text-align: center;
  139. padding: 60rpx 0 34rpx;
  140. }
  141. .goods_list_wrap{
  142. margin: 0 9rpx;
  143. }
  144. .goods_img_wrap{
  145. float:left;
  146. width: 33.33%;
  147. }
  148. .goods_img{
  149. display: block;
  150. width: 226rpx;
  151. height: 226rpx;
  152. margin: 0 auto 18rpx;
  153. }