提交 fd725532 authored 作者: matian's avatar matian

样式调整

上级 3fe62274
...@@ -482,6 +482,8 @@ export default { ...@@ -482,6 +482,8 @@ export default {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
.con_imgSmall { .con_imgSmall {
cursor: pointer;
width: 380px; width: 380px;
flex: 0 0 33%; flex: 0 0 33%;
border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px;
...@@ -530,11 +532,13 @@ export default { ...@@ -530,11 +532,13 @@ export default {
position: absolute; position: absolute;
right: 30px; right: 30px;
top: 50%; top: 50%;
cursor: pointer;
} }
.swiper_prev { .swiper_prev {
position: absolute; position: absolute;
left: 30px; left: 30px;
top: 50%; top: 50%;
cursor: pointer;
} }
} }
} }
......
...@@ -41,11 +41,13 @@ export default { ...@@ -41,11 +41,13 @@ export default {
color: #333333; color: #333333;
position: relative; position: relative;
margin-left: 16px; margin-left: 16px;
cursor: pointer;
&.active { &.active {
background: #aa1941; background: #aa1941;
border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px;
color: #ffffff; color: #ffffff;
cursor: pointer;
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论