细节优化
This commit is contained in:
@@ -50,9 +50,8 @@ const handleChange = (e) => {
|
||||
|
||||
<style scoped>
|
||||
.swiper-container {
|
||||
width: calc(100% - 20px);
|
||||
margin: 10px;
|
||||
height: 560px;
|
||||
width: 100%;
|
||||
height: 570px;
|
||||
position: relative;
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
@@ -64,12 +63,13 @@ const handleChange = (e) => {
|
||||
}
|
||||
|
||||
.swiper-container image {
|
||||
width: 100%;
|
||||
width: calc(100% - 20px);
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.dots {
|
||||
position: absolute;
|
||||
bottom: 14%;
|
||||
bottom: 13%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user