After Width: | Height: | Size: 362 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 113 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 929 B |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 4.1 KiB |
@ -1,57 +1,98 @@ |
|||||||
page { |
page { |
||||||
background-color: rgba(247, 246, 250, 1); |
background-color: rgba(246, 248, 249, 1); |
||||||
} |
} |
||||||
.page { |
.page { |
||||||
padding: 32rpx 30rpx; |
padding: 32rpx 30rpx; |
||||||
.card1 { |
.card { |
||||||
margin-bottom: 32rpx; |
position: relative; |
||||||
padding: 0 32rpx; |
padding: 32rpx 120rpx 32rpx 32rpx; |
||||||
border-radius: 24rpx; |
border-radius: 32rpx; |
||||||
background-color: #fff; |
background-color: #fff; |
||||||
.title { |
.stage { |
||||||
padding: 32rpx 0 24rpx; |
position: absolute; |
||||||
|
top: 26rpx; |
||||||
|
right: 32rpx; |
||||||
|
width: 96rpx; |
||||||
|
height: 96rpx; |
||||||
|
} |
||||||
|
.date { |
||||||
font-size: 32rpx; |
font-size: 32rpx; |
||||||
color: rgba(33, 29, 46, 1); |
color: rgba(173, 172, 178, 1); |
||||||
font-weight: bold; |
line-height: 48rpx; |
||||||
} |
} |
||||||
.content { |
.content { |
||||||
padding-bottom: 32rpx; |
margin-top: 16rpx; |
||||||
font-size: 32rpx; |
font-size: 32rpx; |
||||||
color: rgba(105, 104, 110, 1); |
color: rgba(33, 29, 46, 1); |
||||||
line-height: 48rpx; |
|
||||||
border-bottom: 1px solid rgba(173, 172, 178, 0.1); |
|
||||||
} |
} |
||||||
.c-footer { |
.status1 { |
||||||
padding: 24rpx 0; |
margin-top: 38rpx; |
||||||
|
font-size: 40rpx; |
||||||
|
color: rgba(195, 49, 0, 1); |
||||||
|
font-weight: bold; |
||||||
display: flex; |
display: flex; |
||||||
align-items: center; |
align-items: center; |
||||||
justify-content: space-between; |
gap: 12rpx; |
||||||
.btn { |
.s-icon { |
||||||
font-size: 32rpx; |
width: 36rpx; |
||||||
color: rgba(105, 104, 110, 1); |
height: 36rpx; |
||||||
} |
} |
||||||
.more { |
} |
||||||
width: 16rpx; |
.status2 { |
||||||
|
margin-top: 38rpx; |
||||||
|
font-size: 40rpx; |
||||||
|
color: rgba(69, 163, 83, 1); |
||||||
|
font-weight: bold; |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
gap: 12rpx; |
||||||
|
.s-icon { |
||||||
|
width: 36rpx; |
||||||
height: 36rpx; |
height: 36rpx; |
||||||
} |
} |
||||||
} |
} |
||||||
} |
.status3 { |
||||||
.card2 { |
margin-top: 38rpx; |
||||||
margin-bottom: 32rpx; |
font-size: 40rpx; |
||||||
padding: 32rpx; |
color: rgba(185, 130, 255, 1); |
||||||
border-radius: 24rpx; |
|
||||||
background-color: #fff; |
|
||||||
.title { |
|
||||||
font-size: 32rpx; |
|
||||||
color: rgba(33, 29, 46, 1); |
|
||||||
line-height: 48rpx; |
|
||||||
font-weight: bold; |
font-weight: bold; |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
gap: 12rpx; |
||||||
|
.s-icon { |
||||||
|
width: 36rpx; |
||||||
|
height: 36rpx; |
||||||
|
} |
||||||
} |
} |
||||||
.photo { |
.status4 { |
||||||
margin-top: 24rpx; |
margin-top: 38rpx; |
||||||
width: 100%; |
font-size: 40rpx; |
||||||
height: 260rpx; |
color: rgba(185, 130, 255, 1); |
||||||
border-radius: 16rpx; |
font-weight: bold; |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
gap: 12rpx; |
||||||
|
.s-icon { |
||||||
|
width: 36rpx; |
||||||
|
height: 36rpx; |
||||||
|
} |
||||||
|
} |
||||||
|
.num-line { |
||||||
|
display: flex; |
||||||
|
align-items: baseline; |
||||||
|
font-size: 72rpx; |
||||||
|
color: rgba(185, 130, 255, 1); |
||||||
|
font-weight: bold; |
||||||
|
.sub { |
||||||
|
font-size: 32rpx; |
||||||
|
color: rgba(33, 29, 46, 1); |
||||||
|
} |
||||||
|
} |
||||||
|
.name { |
||||||
|
margin-top: 16rpx; |
||||||
|
font-size: 28rpx; |
||||||
|
color: rgba(105, 104, 110, 1); |
||||||
|
line-height: 44rpx; |
||||||
} |
} |
||||||
} |
} |
||||||
} |
} |
||||||
|
@ -1,23 +1,54 @@ |
|||||||
<view class="page"> |
<view class="page"> |
||||||
<view class="card1"> |
<view class="card"> |
||||||
<view class="title">项目进展更新</view> |
<image class="stage" src="/images/icon12.png"></image> |
||||||
<view class="content"> |
<image class="stage" src="/images/icon13.png"></image> |
||||||
随着城市化进程的加速,城市交通拥堵问题日益严重,给人们的生活和工作带来了诸多不便。汽车尾气排放导致空气污染加剧... |
<image class="stage" src="/images/icon14.png"></image> |
||||||
|
<view class="date">2025年 6月1日</view> |
||||||
|
<view class="wrap1"> |
||||||
|
<view class="content">您有一份甲状腺登记研究简报(2025.06第一期),该请查收</view> |
||||||
</view> |
</view> |
||||||
<view class="c-footer"> |
<view class="wrap2"> |
||||||
<view class="btn">去查看</view> |
<view class="status1" wx:if="{{true}}"> |
||||||
<image class="more" src="{{imageUrl}}icon3.png?t={{Timestamp}}"></image> |
未通过 |
||||||
|
<image class="s-icon" src="/images/icon19.png"></image> |
||||||
|
</view> |
||||||
|
<view class="status2" wx:elif="{{false}}"> |
||||||
|
未通过 |
||||||
|
<image class="s-icon" src="/images/icon20.png"></image> |
||||||
|
</view> |
||||||
|
<view class="status3" wx:elif="{{false}}"> |
||||||
|
未通过 |
||||||
|
<image class="s-icon" src="/images/icon21.png"></image> |
||||||
|
</view> |
||||||
|
<view class="name"> |
||||||
|
中国医科大学附属第一医院 中国医科大学附属第一医院 中国医科大学附属第一医院 中国医科大学附属第一医院 |
||||||
|
中国医科大学附属第一医院 |
||||||
|
</view> |
||||||
</view> |
</view> |
||||||
</view> |
<view class="wrap3"> |
||||||
<view class="card2"> |
<view class="status4" wx:if="{{true}}"> |
||||||
<view class="title"> |
未通过 |
||||||
随着城市化进程的加速,城市交通拥堵问题日益严重,给人们的生活和工作带来了诸多不便。汽车尾气排放导致空气污染加剧... |
<image class="s-icon" src="/images/icon21.png"></image> |
||||||
|
</view> |
||||||
|
<view class="status2" wx:elif="{{false}}"> |
||||||
|
未通过 |
||||||
|
<image class="s-icon" src="/images/icon20.png"></image> |
||||||
|
</view> |
||||||
|
<view class="name"> |
||||||
|
中国医科大学附属第一医院 中国医科大学附属第一医院 中国医科大学附属第一医院 中国医科大学附属第一医院 |
||||||
|
中国医科大学附属第一医院 |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
<view class="wrap4"> |
||||||
|
<view class="num-line"> |
||||||
|
7 |
||||||
|
<view class="sub">例入组</view> |
||||||
|
</view> |
||||||
|
<view class="name"> |
||||||
|
中国医科大学附属第一医院 中国医科大学附属第一医院 中国医科大学附属第一医院 中国医科大学附属第一医院 |
||||||
|
中国医科大学附属第一医院 |
||||||
|
</view> |
||||||
</view> |
</view> |
||||||
<image |
|
||||||
class="photo" |
|
||||||
mode="aspectFill" |
|
||||||
src="https://pic1.zhimg.com/50/v2-dcfbab1219ae4f7a7a6db168bb1580a2_720w.jpg?source=2c26e567" |
|
||||||
></image> |
|
||||||
</view> |
</view> |
||||||
<pagination pagination="{{pagination}}"></pagination> |
<pagination pagination="{{pagination}}"></pagination> |
||||||
</view> |
</view> |
||||||
|