|
|
@@ -69,40 +69,31 @@
|
|
|
|
|
|
<div class="short-list">
|
|
|
<div class="short-info" @click="$router.push('/starMap')">
|
|
|
- <img src="@assets/home1.png" alt="" class="short-img" />
|
|
|
+ <img src="@assets/1.png" alt="" class="short-img" />
|
|
|
<div class="short-content">
|
|
|
- <div class="add">
|
|
|
- <img src="@assets/icon_jiahao.png" alt="" />
|
|
|
- </div>
|
|
|
<div class="text1">链上星图</div>
|
|
|
<div class="text2">属于你的元宇宙物资铸造中心</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="short-info short-info2" @click="$router.push('/auction')">
|
|
|
- <img src="@assets/home2.png" alt="" class="short-img" />
|
|
|
+ <div class="short-info" @click="$router.push('/auction')">
|
|
|
+ <img src="@assets/2.png" alt="" class="short-img" />
|
|
|
<div class="short-content">
|
|
|
- <div class="text1">
|
|
|
- <span>绿洲易拍</span>
|
|
|
- <img src="@assets/icon_fanhui.png" alt="" />
|
|
|
- </div>
|
|
|
+ <div class="text1">绿洲易拍</div>
|
|
|
+ <div class="text2">精品元宇宙物资与数字艺术品拍卖</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="short-info short-info2" @click="wait">
|
|
|
- <img src="@assets/home3.png" alt="" class="short-img" />
|
|
|
+ <div class="short-info" @click="wait">
|
|
|
+ <img src="@assets/3.png" alt="" class="short-img" />
|
|
|
<div class="short-content">
|
|
|
- <div class="text1">
|
|
|
- <span>元宇宙域名</span>
|
|
|
- <img src="@assets/icon_fanhui.png" alt="" />
|
|
|
- </div>
|
|
|
+ <div class="text1">元宇宙域名</div>
|
|
|
+ <div class="text2">属于你的元宇宙标识</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="short-info short-info2" @click="$router.push('/hopeMarket')">
|
|
|
- <img src="@assets/home4.png" alt="" class="short-img" />
|
|
|
+ <div class="short-info" @click="$router.push('/hopeMarket')">
|
|
|
+ <img src="@assets/4.png" alt="" class="short-img" />
|
|
|
<div class="short-content">
|
|
|
- <div class="text1">
|
|
|
- <span>元宇宙物资</span>
|
|
|
- <img src="@assets/icon_fanhui.png" alt="" />
|
|
|
- </div>
|
|
|
+ <div class="text1">元宇宙物资</div>
|
|
|
+ <div class="text2">买卖你的元宇宙资产</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -1079,6 +1070,9 @@ export default {
|
|
|
width: calc(50vw - 24px);
|
|
|
display: inline-block;
|
|
|
margin: 8px;
|
|
|
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
|
|
|
+ border-radius: 16px;
|
|
|
+ overflow: hidden;
|
|
|
|
|
|
.short-img {
|
|
|
width: 100%;
|
|
|
@@ -1088,64 +1082,21 @@ export default {
|
|
|
}
|
|
|
|
|
|
.short-content {
|
|
|
- position: absolute;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- z-index: 2;
|
|
|
- padding: 12px;
|
|
|
-
|
|
|
- .add {
|
|
|
- width: 36px;
|
|
|
- height: 36px;
|
|
|
- background: rgba(255, 255, 255, 0.18);
|
|
|
- border-radius: 8px;
|
|
|
- backdrop-filter: blur(4px);
|
|
|
- .flex();
|
|
|
- justify-content: center;
|
|
|
- margin-bottom: 6px;
|
|
|
-
|
|
|
- img {
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
+ background-color: var(--bg2);
|
|
|
+ padding: 10px 12px 14px;
|
|
|
.text1 {
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
|
- color: #ffffff;
|
|
|
+ color: var(--text0);
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
|
|
|
.text2 {
|
|
|
font-size: 10px;
|
|
|
- color: #ffffff;
|
|
|
+ color: var(--btnInfo);
|
|
|
line-height: 16px;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- &.short-info2 {
|
|
|
- .short-content {
|
|
|
- padding: 4px 12px;
|
|
|
- background: rgba(0, 0, 0, 0.1);
|
|
|
- border-radius: 0px 0px 16px 16px;
|
|
|
- backdrop-filter: blur(3px);
|
|
|
- font-size: 14px;
|
|
|
- font-weight: bold;
|
|
|
- color: #ffffff;
|
|
|
- line-height: 24px;
|
|
|
- .text1 {
|
|
|
- .flex();
|
|
|
- justify-content: space-between;
|
|
|
-
|
|
|
- img {
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
.tips-content {
|