|
@@ -57,10 +57,10 @@
|
|
|
<view class="list-scroll-view">
|
|
|
<view class="list" v-for="(item, index) in list" :key="index">
|
|
|
<view class="left">
|
|
|
- <view class="name">{{item.name||'暂无'}}</view>
|
|
|
- <view class="type">#{{item.zhType||'暂无'}}</view>
|
|
|
- <view class="other">
|
|
|
- 已售{{item.buy_num||0}}|购买须知
|
|
|
+ <view class="name textOne">{{item.name||'暂无'}}</view>
|
|
|
+ <view class="type textOne">#{{item.zhType||'暂无'}}</view>
|
|
|
+ <view class="other textOne">
|
|
|
+ 已售 {{item.buy_num||0}} | 购买须知
|
|
|
<text class="iconfont icon-dayuhao"></text>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -356,7 +356,7 @@
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- font-size: var(--font14Size);
|
|
|
+ font-size: var(--font13Size);
|
|
|
|
|
|
.right {
|
|
|
display: flex;
|
|
@@ -454,6 +454,9 @@
|
|
|
border-radius: 5px;
|
|
|
|
|
|
.left {
|
|
|
+ padding: 2vw 0;
|
|
|
+ width: 55vw;
|
|
|
+
|
|
|
.name {
|
|
|
padding: 2vw 0;
|
|
|
font-size: var(--font18Size);
|
|
@@ -469,13 +472,19 @@
|
|
|
.other {
|
|
|
color: var(--f69Color);
|
|
|
font-size: var(--font12Size);
|
|
|
+
|
|
|
+ .iconfont {
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.right {
|
|
|
+ width: 28vw;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|
|
|
+ padding: 2vw 0;
|
|
|
|
|
|
.money {
|
|
|
color: var(--fF0Color);
|