3bd17e44 by zhangmeng

首页

1 parent e0c04b38
...@@ -334,7 +334,10 @@ function goBooking(n, f) { ...@@ -334,7 +334,10 @@ function goBooking(n, f) {
334 border-radius: 15px; 334 border-radius: 15px;
335 gap: 10px; 335 gap: 10px;
336 color: #fff; 336 color: #fff;
337 height: 95px; 337 height: 130px;
338 width: 90%;
339 max-width: 220px;
340 margin: 0 auto;
338 341
339 &:hover { 342 &:hover {
340 box-shadow: 0 0 10px #eee; 343 box-shadow: 0 0 10px #eee;
...@@ -378,7 +381,10 @@ function goBooking(n, f) { ...@@ -378,7 +381,10 @@ function goBooking(n, f) {
378 flex-direction: column; 381 flex-direction: column;
379 text-align: center; 382 text-align: center;
380 text-transform: uppercase; 383 text-transform: uppercase;
381 height: 100%; 384 height: 130px;
385 width: 90%;
386 max-width: 220px;
387 margin: 0 auto;
382 388
383 img { 389 img {
384 position: relative; 390 position: relative;
...@@ -404,14 +410,14 @@ function goBooking(n, f) { ...@@ -404,14 +410,14 @@ function goBooking(n, f) {
404 } 410 }
405 .item { 411 .item {
406 font-size: 16px; 412 font-size: 16px;
407 height: auto !important;
408 padding: 15px 0; 413 padding: 15px 0;
409 margin: 10px 0; 414 margin: 10px 0 !important;
410 415 height: 70px !important;
411 img { 416 width: 100% !important;
412 width: 50px; 417 //img {
413 height: 50px 418 // width: 50px;
414 } 419 // height: 50px
420 //}
415 } 421 }
416 :deep(.el-col) { 422 :deep(.el-col) {
417 max-width: 50%; 423 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!