4 Commits

Author SHA1 Message Date
6420b45e09 story#5314 底部图片修改 2025-04-14 09:25:57 +08:00
e39e069705 story#5314 banner图样式3 2025-04-11 18:58:38 +08:00
63d095cc2f story#5314 banner图样式2 2025-04-11 18:58:38 +08:00
30e2b15a78 story#5314 banner图样式 2025-04-11 18:38:28 +08:00
2 changed files with 5 additions and 1 deletions

View File

@ -387,6 +387,10 @@ export default {
}
::v-deep .el-carousel__button {
height: 0.15rem !important;
width: 0.3rem;
}
::v-deep .el-carousel__indicators--horizontal {
padding: 0.32rem 0.08rem;
}
::v-deep .el-carousel__arrow {
background-color: rgba(31, 45, 61, 1);

View File

@ -382,7 +382,7 @@ export default {
.fixImg{
width: 210px;
height: 102px;
position: absolute;
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);