bussiness.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. @import url('./common.css');
  2. main {
  3. width: 100%;
  4. margin-top: 0.88rem;
  5. }
  6. .banner {
  7. width: 100%;
  8. height: 4rem;
  9. position: relative;
  10. }
  11. .business_banner {
  12. background: url('https://cookhome-images-1.oss-cn-hangzhou.aliyuncs.com/guangwangindex/h5/business_banner.png') no-repeat center;
  13. background-size: 100% 100%;
  14. }
  15. .concat_banner {
  16. background: url('https://cookhome-images-1.oss-cn-hangzhou.aliyuncs.com/guangwangindex/h5/concat_banner.png') no-repeat center;
  17. background-size: 100% 100%;
  18. }
  19. .brand_banner {
  20. background: url('https://cookhome-images-1.oss-cn-hangzhou.aliyuncs.com/guangwangindex/h5/brand_banner.png') no-repeat center;
  21. background-size: 100% 100%;
  22. }
  23. .notice_banner {
  24. background: url('https://cookhome-images-1.oss-cn-hangzhou.aliyuncs.com/guangwangindex/h5/notice_banner.png') no-repeat center;
  25. background-size: 100% 100%;
  26. }
  27. .business_detail {
  28. padding: 0.32rem 0.32rem 0.6rem;
  29. text-align: center;
  30. }
  31. .business_detail .crumb {
  32. font-size: 0.24rem;
  33. color: #666666;
  34. text-align: left;
  35. }
  36. .business_detail .title {
  37. font-size: 0.4rem;
  38. color: #333333;
  39. margin: 0.45rem 0 0.05rem;
  40. font-weight: 600;
  41. }
  42. .business_detail .sub_title {
  43. font-size: 0.22rem;
  44. color: #AAAAAA;
  45. margin-bottom: 0.32rem;
  46. }
  47. .business_detail .detail img {
  48. width: 100%;
  49. }
  50. .business_detail .detail p {
  51. font-size: 0.16rem;
  52. margin-bottom: 0.16rem;
  53. }
  54. .business_detail .address {
  55. width: 100%;
  56. background-color: #F7F7F7;
  57. padding: 0.4rem 0.32rem;
  58. color: #333;
  59. font-weight: 600;
  60. text-align: left;
  61. margin-top: 0.24rem;
  62. }
  63. .business_detail .address p {
  64. margin-bottom: 0.3rem;
  65. font-size: 0.28rem;
  66. }
  67. .business_detail .address p:last-child {
  68. margin-bottom: 0;
  69. }
  70. .business_detail .address span {
  71. font-weight: 400;
  72. }
  73. .brand_detail {
  74. padding: 0.32rem 0 0;
  75. }
  76. .brand_detail .brand_info {
  77. width: 100%;
  78. padding: 0 0.32rem;
  79. overflow: hidden;
  80. }
  81. .honor {
  82. width: 100%;
  83. background-color: #F8F8F8;
  84. padding: 0.48rem 0.32rem 0.6rem;
  85. color: #333333;
  86. overflow: hidden;
  87. opacity: 0;
  88. -webkit-transform: translate3d(0, 1rem, 0);
  89. -moz-transform: translate3d(0, 1rem, 0);
  90. -webkit-transform: translate3d(0, 1rem, 0);
  91. -o-transform: translate3d(0, 1rem, 0);
  92. transform: translate3d(0, 1rem, 0);
  93. -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  94. transition: opacity 1.5s, -webkit-transform 1.5s;
  95. transition: opacity 1.5s, transform 1.5s;
  96. transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
  97. }
  98. .honor.active {
  99. opacity: 1;
  100. -webkit-transform: translateZ(0);
  101. -moz-transform: translateZ(0);
  102. -webkit-transform: translateZ(0);
  103. -o-transform: translateZ(0);
  104. transform: translateZ(0);
  105. }
  106. .honor .title {
  107. font-size: 0.4rem;
  108. margin: 0 0 0.05rem;
  109. font-weight: 600;
  110. }
  111. .honor .sub_title {
  112. font-size: 0.22rem;
  113. margin-bottom: 0.05rem;
  114. color: #AAAAAA;
  115. }
  116. .honor .honor_info {
  117. display: flex;
  118. align-items: center;
  119. flex-wrap: wrap;
  120. margin-top: 0.4rem;
  121. }
  122. .honor .single {
  123. width: 3.27rem;
  124. margin-right: 0.32rem;
  125. margin-top: 0.4rem;
  126. }
  127. .honor .single:nth-child(2n) {
  128. margin-right: 0;
  129. }
  130. .honor .single img {
  131. width: 100%;
  132. height: 4.54rem;
  133. margin-bottom: 0.16rem;
  134. }
  135. .honor .single p {
  136. font-size: 0.24rem;
  137. text-align: center;
  138. }
  139. .notice_info {
  140. width: 100%;
  141. margin-top: 0.4rem;
  142. }
  143. .notice_info .single {
  144. display: flex;
  145. margin-bottom: 0.32rem;
  146. }
  147. .notice_info .single .left {
  148. width: 2.8rem;
  149. margin-right: 0.24rem;
  150. }
  151. .notice_info .single img {
  152. width: 2.8rem;
  153. height: 1.98rem;
  154. }
  155. .notice_info .single .right {
  156. flex: 1;
  157. overflow: hidden;
  158. padding-top: 0.05rem;
  159. }
  160. .notice_info .single .title {
  161. font-size: 0.28rem;
  162. font-weight: 400;
  163. margin: 0 0 0.48rem;
  164. height: 0.68rem;
  165. line-height: 0.34rem;
  166. text-align: left;
  167. }
  168. .notice_info .single .time {
  169. display: flex;
  170. align-items: center;
  171. font-size: 0.22rem;
  172. color: #909297;
  173. }
  174. .notice_info .single .time img {
  175. width: 0.28rem;
  176. height: 0.28rem;
  177. margin-right: 0.08rem;
  178. }
  179. .lookMore button {
  180. width: 1.92rem;
  181. height: 0.66rem;
  182. text-align: center;
  183. line-height: 0.66rem;
  184. border: 1px solid #909297;
  185. margin-top: 0.18rem;
  186. }
  187. .notice_detail {
  188. width: 100%;
  189. padding: 0.32rem 0.32rem 0.6rem;
  190. }
  191. .notice_detail .title {
  192. font-size: 0.24rem;
  193. color: #666666;
  194. }
  195. .notice_detail .info {
  196. margin-top: 0.48rem;
  197. }
  198. .notice_detail .info img {
  199. width: 100%;
  200. }
  201. .notice_detail .info p {
  202. font-size: 0.16rem;
  203. margin-bottom: 0.16rem;
  204. }
  205. .notice_detail .back {
  206. text-align: center;
  207. }
  208. .notice_detail .back button {
  209. width: 1.92rem;
  210. height: 0.66rem;
  211. text-align: center;
  212. line-height: 0.66rem;
  213. border: 1px solid #D4AA68;
  214. color: #D4AA68;
  215. margin-top: 0.32rem;
  216. }
  217. .notice_title {
  218. font-size: 0.4rem;
  219. font-weight: 600;
  220. }
  221. .notice_author {
  222. font-size: 0.22rem;
  223. color: #666666;
  224. margin-top: 0.32rem;
  225. padding-bottom: 0.24rem;
  226. border-bottom: 0.02rem solid #EEEEEE;
  227. }