|
@@ -4,24 +4,26 @@
|
|
|
<statusBar :item="navbar"></statusBar>
|
|
|
|
|
|
<!-- 顶部 -->
|
|
|
- <view class="backPic">
|
|
|
- <image src="../../static/yym/Rectangle 40.png" mode="aspectFill"></image>
|
|
|
- <view class="card">
|
|
|
- <view class="cardTop">
|
|
|
- 2023年全国国际银行分行“防范灾害风险护航高质量发展”防灾减灾志愿宣传活动
|
|
|
- </view>
|
|
|
- <view class="col">
|
|
|
- 活动日期:<text>5.12~5.13</text>
|
|
|
- </view>
|
|
|
- <view class="col">
|
|
|
- 招募人数:<text>23/50</text>
|
|
|
- </view>
|
|
|
- <view class="col">
|
|
|
- 活动地址:<text>龙岗将军帽路一号深圳技师学院</text>
|
|
|
- <uni-icons type="location" color="#0056a8" size="20" style="position: absolute;right: 10px;top: 0;"></uni-icons>
|
|
|
+ <view class="backPic">
|
|
|
+ <image src="../../static/yym/Rectangle 40.png" mode="aspectFill"></image>
|
|
|
+ <view style="padding: 0 30rpx;margin-bottom: 20px;">
|
|
|
+ <view class="card">
|
|
|
+ <view class="cardTop">
|
|
|
+ 2023年全国国际银行分行“防范灾害风险护航高质量发展”防灾减灾志愿宣传活动
|
|
|
+ </view>
|
|
|
+ <view class="col">
|
|
|
+ 活动日期:<text>5.12~5.13</text>
|
|
|
+ </view>
|
|
|
+ <view class="col">
|
|
|
+ 招募人数:<text>23/50</text>
|
|
|
+ </view>
|
|
|
+ <view class="col">
|
|
|
+ 活动地址:<text>龙岗将军帽路一号深圳技师学院</text>
|
|
|
+ <uni-icons type="location" color="#0056a8" size="20" style="position: absolute;right: 10px;top: 0;"></uni-icons>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
|
<!-- 创建者用户名 -->
|
|
|
<view style="padding: 0 30rpx;margin-bottom: 20px;">
|
|
@@ -109,11 +111,11 @@
|
|
|
}
|
|
|
.card{
|
|
|
position: absolute;
|
|
|
- width: 650rpx;
|
|
|
+ width: 690rpx;
|
|
|
// height: 150px;
|
|
|
bottom: -20px;
|
|
|
left: 50%;
|
|
|
- padding: 30rpx 20rpx;
|
|
|
+ padding: 30rpx 16px;
|
|
|
border-radius: 10px;
|
|
|
background-color: #ffffff;
|
|
|
transform: translate(-50%,0);
|