6c6e5fb9 by zhangmeng

封面比例

1 parent dbdcd04a
...@@ -475,6 +475,7 @@ getmatchData() ...@@ -475,6 +475,7 @@ getmatchData()
475 475
476 .cover_img { 476 .cover_img {
477 width: 500px; 477 width: 500px;
478 height: 667px;
478 object-fit: fill; 479 object-fit: fill;
479 margin-right: 36px; 480 margin-right: 36px;
480 } 481 }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <div> 2 <div>
3 <!-- top --> 3 <!-- top -->
4 <div class="container top"> 4 <div class="container top">
5 <img :src="fillImgUrl(travel.cover)" alt="" class="cover_img"> 5 <img :src="fillImgUrl(travel.cover)" alt="" class="cover_img" st>
6 <div class="info"> 6 <div class="info">
7 <div class="title">{{ travel.name }}</div> 7 <div class="title">{{ travel.name }}</div>
8 <div class="select_item_box"> 8 <div class="select_item_box">
...@@ -295,6 +295,7 @@ function toSelectClosed() { ...@@ -295,6 +295,7 @@ function toSelectClosed() {
295 295
296 .cover_img { 296 .cover_img {
297 width: 500px; 297 width: 500px;
298 height: 667px;
298 object-fit: fill; 299 object-fit: fill;
299 margin-right: 36px; 300 margin-right: 36px;
300 } 301 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!