3bd17e44 by zhangmeng

首页

1 parent e0c04b38
......@@ -334,7 +334,10 @@ function goBooking(n, f) {
border-radius: 15px;
gap: 10px;
color: #fff;
height: 95px;
height: 130px;
width: 90%;
max-width: 220px;
margin: 0 auto;
&:hover {
box-shadow: 0 0 10px #eee;
......@@ -378,7 +381,10 @@ function goBooking(n, f) {
flex-direction: column;
text-align: center;
text-transform: uppercase;
height: 100%;
height: 130px;
width: 90%;
max-width: 220px;
margin: 0 auto;
img {
position: relative;
......@@ -404,14 +410,14 @@ function goBooking(n, f) {
}
.item {
font-size: 16px;
height: auto !important;
padding: 15px 0;
margin: 10px 0;
img {
width: 50px;
height: 50px
}
margin: 10px 0 !important;
height: 70px !important;
width: 100% !important;
//img {
// width: 50px;
// height: 50px
//}
}
:deep(.el-col) {
max-width: 50%;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!