Compare commits
2 Commits
19cc07c1bb
...
fbfd89f2ec
Author | SHA1 | Date | |
---|---|---|---|
fbfd89f2ec | |||
b208449129 |
@ -58,16 +58,23 @@
|
|||||||
<span class="time_tex" v-if="item.status == 2">{{
|
<span class="time_tex" v-if="item.status == 2">{{
|
||||||
"报名中"
|
"报名中"
|
||||||
}}</span>
|
}}</span>
|
||||||
<span style="margin: 0 8rpx">{{ dateWeeks(item.sign_start_time) }}
|
<span v-if="item.status == 2" style="margin: 0 20rpx">{{ dateWeeks(item.sign_start_time) }}</span>
|
||||||
</span>|<span class="white-space"
|
<span v-if="item.status != 2" style="margin: 0 20rpx 0 0">{{ dateWeeks(item.sign_start_time) }}
|
||||||
style="margin-left: 8rpx; width: 260rpx">{{
|
</span><span
|
||||||
|
style="width: 1rpx;height: 22rpx;background: #323232;"></span>
|
||||||
|
<span class="white-space"
|
||||||
|
style="margin-left: 20rpx; width: 260rpx">{{
|
||||||
item.address_detail }}</span>
|
item.address_detail }}</span>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="flex align-items" style="margin-top: 20rpx">
|
<view class="flex align-items justify-center" style="margin-top: 20rpx;margin-bottom: 32rpx;">
|
||||||
<image class="imgs_con" v-for="(items_img, index) in item.images.slice(0, 3)"
|
|
||||||
:key="index" :src="items_img"></image>
|
<view class="imgs_con_div" v-for="(items_img, index) in item.images.slice(0, 3)"
|
||||||
|
:key="index">
|
||||||
|
<image class="imgs_con" :src="items_img"></image>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -1053,19 +1060,19 @@
|
|||||||
// white-space: nowrap;
|
// white-space: nowrap;
|
||||||
.bbb {
|
.bbb {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
margin-top: 30rpx;
|
margin-top: 24rpx;
|
||||||
border-radius: 36rpx;
|
border-radius: 36rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
margin-left: 24rpx;
|
margin-left: 30rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 20rpx 0;
|
// padding: 20rpx 0;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
font-family: PingFang SC, PingFang SC;
|
font-family: PingFang SC, PingFang SC;
|
||||||
font-weight: 500;
|
font-weight: bold;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
color: #323232;
|
color: #323232;
|
||||||
}
|
}
|
||||||
@ -1135,7 +1142,7 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #323232;
|
color: #323232;
|
||||||
line-height: 30rpx;
|
// line-height: 30rpx;
|
||||||
|
|
||||||
.time_tex {
|
.time_tex {
|
||||||
width: 116rpx;
|
width: 116rpx;
|
||||||
@ -1145,16 +1152,18 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
color: #323232;
|
color: #323232;
|
||||||
line-height: 42rpx;
|
display: flex;
|
||||||
text-align: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
line-height: 30rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgs_con {
|
.imgs_con_div {
|
||||||
|
margin-right: 12rpx;
|
||||||
width: 202rpx;
|
width: 202rpx;
|
||||||
height: 202rpx;
|
height: 202rpx;
|
||||||
margin-right: 20rpx;
|
overflow: hidden;
|
||||||
object-fit: cover;
|
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-radius: 18rpx 0 0 18rpx;
|
border-radius: 18rpx 0 0 18rpx;
|
||||||
@ -1163,6 +1172,12 @@
|
|||||||
&:nth-child(3) {
|
&:nth-child(3) {
|
||||||
border-radius: 0 18rpx 18rpx 0;
|
border-radius: 0 18rpx 18rpx 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imgs_con {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user