cus-client-page.scss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. @import "../base/utils";
  2. @import "cus-client-common";
  3. @mixin setClientPage() {
  4. /******** describe: 网站首页 author: TX date:2026-01-04 ********/
  5. .client-index-page{
  6. width: 100%;
  7. /* 网站banner */
  8. .client-index-banner{
  9. width: 100%;height: 520px;background-color:#fff;background-position: center;background-repeat: no-repeat;
  10. }
  11. /* banner-box */
  12. .client-banner-box{
  13. .el-carousel__container{height: 520px;cursor: pointer;}
  14. .el-carousel__item{
  15. .index-carousel-box{width:100%;height: 520px;display: block;background-position: center;background-repeat: no-repeat;background-color: #fff;}
  16. }
  17. }
  18. // img list
  19. .products-services-box img{width: 620px}
  20. /* 合作客户 */
  21. .client-customer-box{
  22. .customer-img-box{
  23. padding-bottom: 80px;
  24. li{width: 30%;margin: 32px 5% 0 0;display: inline-block;}
  25. li:nth-child(3n){margin-right: 0}
  26. img{transition: all 0.5s;width: 100%;}
  27. li:hover{
  28. img{transform: scale(1.04);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
  29. }
  30. }
  31. }
  32. /* 合作伙伴 */
  33. .hzhb-ul-box{
  34. display: flex;flex-wrap: wrap;justify-content: center;gap: 36px;margin-top: 36px;
  35. li{display: inline-block;font-size: 14px;padding: 4px 20px;color: #84888b;
  36. border: 1px solid #eee;border-radius: 20px;margin-right: 56px}
  37. }
  38. /* 新闻资讯 */
  39. .client-news-information {
  40. background: #f9fdfc;padding-bottom: 80px;
  41. .industry-information-box {
  42. margin-top: 48px;
  43. h4{color: #333;}
  44. h4:hover {cursor: pointer;color: #328971;}
  45. // 左
  46. .industry-information-left {
  47. width: 480px;margin-right: 80px;display: inline-block;vertical-align: top;color: #333;
  48. div {float: left;border-right: 1px solid #dbdbea;padding: 8px 16px 8px 0;}
  49. img {width: 480px;margin-bottom: 10px;height: 237px;}
  50. h4 {@include setFontStyle(-2);margin-bottom: 16px;line-height: 1.6;@include single-line-ellipsis;}
  51. p {@include setFontStyle(-6);height: 68px;line-height: 22px;padding: 2px 0 0 16px;text-align: justify;@include multi-line-ellipsis(3);}
  52. b {@include setFontStyle(-4);font-weight: normal;display: block;margin-bottom: 16px;}
  53. span {@include setFontStyle(-6);display: block;color: #666;}
  54. }
  55. // 右
  56. .industry-information-right {
  57. width: 630px;
  58. display: inline-block;
  59. vertical-align: top;
  60. li {border-bottom: 1px solid #ccc;margin-bottom: 16px;}
  61. li:last-child {border: 0;}
  62. h4 {@include setFontStyle(-4);@include single-line-ellipsis;margin-bottom: 12px;}
  63. p {@include setFontStyle(-6);color: #666;margin-bottom: 16px;line-height: 1;
  64. display: flex;align-items: center;@include single-line-ellipsis;}
  65. span {margin: 0 30px 0 10px;}
  66. .content-text{
  67. margin: 0;display: contents;
  68. p{margin: 0;padding: 0;display: inline-block;}
  69. }
  70. }
  71. }
  72. }
  73. }
  74. /******** describe: 产品与服务 author: TX date:2026-01-04 ********/
  75. .client-cpyfw-page{
  76. // 功能强大的家政管理系统
  77. .jzgl-box{
  78. width: 100%;height: 360px;background-position: center;background-size: cover;background-repeat: no-repeat;
  79. padding: 46px 0 36px;
  80. .jzgl-box-text{
  81. width: 1000px;margin: 0 auto;
  82. color: #333;font-size: 20px;line-height: 2;text-align: center;margin-top: 46px;
  83. }
  84. }
  85. // img list
  86. .cpyfw-products-services{
  87. img{width: 580px}
  88. .products-services-content h5{margin-bottom: 36px;}
  89. }
  90. // 家政人员
  91. .cpyfw-jzry-box{
  92. width: 100%;height: 560px;background-position: center;background-size: cover;background-repeat: no-repeat;
  93. .jzry-content-box{position: relative;box-sizing: border-box;padding-top: 260px;}
  94. .jzry-card{
  95. width: 332px;box-sizing: border-box;
  96. position: absolute;display: flex;align-items: center;background: #fff;border-radius: 12px;
  97. box-shadow: 0 4px 12px rgba(0,0,0,0.05);padding: 12px 16px;
  98. img{width: 60px;margin-right: 16px;}
  99. .card-title{font-size: 18px;margin-bottom: 6px;font-weight: bolder;}
  100. .card-desc{font-size: 16px;}
  101. }
  102. .jzry-card:nth-child(1){left: 0}
  103. .jzry-card:nth-child(2){top: 120px;left: 50%;transform: translateX(-50%);}
  104. .jzry-card:nth-child(3){right: 0}
  105. .jzry-img{width: 300px;margin: 0 auto;display: block;}
  106. }
  107. }
  108. /******** describe: 新闻中心 author: TX date:2026-01-05 ********/
  109. .client-newsInfor-page{
  110. // 页面主要内容区域
  111. .newsInfor-content-box{
  112. min-height: 304px;
  113. padding: 48px 0 80px;
  114. ul{display: inline-block;vertical-align: top}
  115. // 右侧内容区域
  116. .newsInfor-content-ul{
  117. li{margin-bottom: 32px;cursor: pointer;border-bottom: 1px solid #f5f5f5;padding-bottom: 32px}
  118. li:last-child{margin-bottom: 0;}
  119. //图片
  120. .newsInfor-img-box{width:318px;height:178px;display: inline-block;margin-right: 32px;border-radius: 4px;overflow: hidden;vertical-align: top;background-repeat: no-repeat;background-size: cover;background-position: center;}
  121. //内容区域
  122. .newsInfor-list-content{
  123. width: calc(100% - 350px);
  124. display: inline-block;
  125. vertical-align: top;
  126. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 12px;@include single-line-ellipsis;color: #25ac83;}
  127. div{
  128. margin-bottom: 8px;
  129. i{
  130. width: 14px;height: 14px;display: inline-block;margin-right: 8px;background-size: cover;
  131. vertical-align: middle;background-image: url("~static/images/website/common/data-icon.svg");}
  132. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  133. }
  134. p{height: 72px;@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 1.8;margin-bottom: 32px;text-align: justify;@include multi-line-ellipsis(3);overflow: hidden;}
  135. a{@include setFontStyle(-6);color: #25ac83;}
  136. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/website/common/jt-icon.svg");margin-left: 8px;}
  137. a:hover{cursor: pointer;}
  138. }
  139. }
  140. }
  141. }
  142. /******** describe: 关于我们 author: TX date:2026-01-05 ********/
  143. .client-gywm-page{
  144. .wywm-cpty-box{justify-content: space-evenly;}
  145. // 功能强大的家政管理系统
  146. .lxwm-box{
  147. width: 100%;height: 550px;background-position: center;background-size: cover;background-repeat: no-repeat;
  148. padding: 0 0 36px;
  149. .lxwm-box-text{
  150. color: #333;font-size: 20px;line-height: 1.8;margin-top: 24px;
  151. }
  152. }
  153. }
  154. }