Bläddra i källkod

style: 样式调整

cuiyalong 2 år sedan
förälder
incheckning
e11db62430

+ 6 - 2
src/web/templates/common/guide-intro-dialog.html

@@ -18,8 +18,12 @@
   position: absolute;
   top: 10px;
   right: 10px;
-  padding: 4px 10px;
-  font-size: 14px;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  width: 50px;
+  height: 24px;
+  font-size: 15px;
   color: #fff;
   background-color: rgba(0, 0, 0, 0.4);
   border-radius: 4px;

+ 7 - 0
src/web/templates/frontRouter/pc/pure/sess/guide-intro-dialog-content.html

@@ -32,6 +32,9 @@
             padding: 50px 60px;
         }
         .guide-intro-dialog-content .el-carousel__arrow {
+            display: flex;
+            align-items: center;
+            justify-content: center;
             width: 26px;
             height: 38px;
             font-size: 18px;
@@ -69,6 +72,10 @@
         .guide-intro-dialog-content .el-carousel__indicator.is-active .el-carousel__button {
             background: #2ABED1;
         }
+        .guide-intro-dialog-content img {
+            display: block;
+            width: 100%;
+        }
     </style>
 </head>
 <body>