@@ -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;
@@ -32,6 +32,9 @@
padding: 50px 60px;
}
.guide-intro-dialog-content .el-carousel__arrow {
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>