소스 검색

修复bug

shaogen1995 3 년 전
부모
커밋
408cfe94aa
2개의 변경된 파일39개의 추가작업 그리고 3개의 파일을 삭제
  1. 16 1
      src/assets/style/reset.less
  2. 23 2
      src/pages/home/home.vue

+ 16 - 1
src/assets/style/reset.less

@@ -57,4 +57,19 @@ a{text-decoration: none;}
 .service{
   background: url('../images/bigBac.png');
   background-size: 100% 100%;
-}
+}
+// .survey-type .wrapper .bottom {
+//   background: url('../images/bigBac.png');
+//   background-size: 100% 100%;
+// }
+// .exhibition-type .wrapper .bottom{
+//   background: url('../images/bigBac.png');
+//   background-size: 100% 100%;
+// }
+// .collection-type .wrapper .bottom{
+//   background: url('../images/bigBac.png');
+//   background-size: 100% 100%;
+// }
+// .el-empty{
+//   padding: 37px 0 !important;
+// }

+ 23 - 2
src/pages/home/home.vue

@@ -82,11 +82,32 @@ export default {
 </style>
 
 <style lang="less">
+.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
+  width: 40px;
+  height: 40px;
+  border-radius: 50%;
+  background-color: rgba(0, 0, 0, .7);
+}
+.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
+  width: 40px;
+  height: 40px;
+  border-radius: 50%;
+  background-color: rgba(0, 0, 0, .7);
+}
 .swiper-button-prev::after,
   .swiper-button-next::after {
-    color: #2a76df;
+    color: #fff;
+    font-size: 16px;
   }
 .swiper-pagination-bullet-active {
-  background: #2a76df!important;
+  background: #fff!important;
 }
+.swiper-pagination-bullet{
+  background-color: rgba(255,255,255,.4);
+  opacity: 1;
+  width: 50px;
+  height: 5px;
+  border-radius: 5px;
+}
+
 </style>