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 @@
@@ -1,57 +1,98 @@
|
||||
page { |
||||
background-color: rgba(247, 246, 250, 1); |
||||
background-color: rgba(246, 248, 249, 1); |
||||
} |
||||
.page { |
||||
padding: 32rpx 30rpx; |
||||
.card1 { |
||||
margin-bottom: 32rpx; |
||||
padding: 0 32rpx; |
||||
border-radius: 24rpx; |
||||
.card { |
||||
position: relative; |
||||
padding: 32rpx 120rpx 32rpx 32rpx; |
||||
border-radius: 32rpx; |
||||
background-color: #fff; |
||||
.title { |
||||
padding: 32rpx 0 24rpx; |
||||
.stage { |
||||
position: absolute; |
||||
top: 26rpx; |
||||
right: 32rpx; |
||||
width: 96rpx; |
||||
height: 96rpx; |
||||
} |
||||
.date { |
||||
font-size: 32rpx; |
||||
color: rgba(33, 29, 46, 1); |
||||
font-weight: bold; |
||||
color: rgba(173, 172, 178, 1); |
||||
line-height: 48rpx; |
||||
} |
||||
.content { |
||||
padding-bottom: 32rpx; |
||||
margin-top: 16rpx; |
||||
font-size: 32rpx; |
||||
color: rgba(105, 104, 110, 1); |
||||
line-height: 48rpx; |
||||
border-bottom: 1px solid rgba(173, 172, 178, 0.1); |
||||
color: rgba(33, 29, 46, 1); |
||||
} |
||||
.c-footer { |
||||
padding: 24rpx 0; |
||||
.status1 { |
||||
margin-top: 38rpx; |
||||
font-size: 40rpx; |
||||
color: rgba(195, 49, 0, 1); |
||||
font-weight: bold; |
||||
display: flex; |
||||
align-items: center; |
||||
justify-content: space-between; |
||||
.btn { |
||||
font-size: 32rpx; |
||||
color: rgba(105, 104, 110, 1); |
||||
gap: 12rpx; |
||||
.s-icon { |
||||
width: 36rpx; |
||||
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; |
||||
} |
||||
} |
||||
} |
||||
.card2 { |
||||
margin-bottom: 32rpx; |
||||
padding: 32rpx; |
||||
border-radius: 24rpx; |
||||
background-color: #fff; |
||||
.title { |
||||
font-size: 32rpx; |
||||
color: rgba(33, 29, 46, 1); |
||||
line-height: 48rpx; |
||||
.status3 { |
||||
margin-top: 38rpx; |
||||
font-size: 40rpx; |
||||
color: rgba(185, 130, 255, 1); |
||||
font-weight: bold; |
||||
display: flex; |
||||
align-items: center; |
||||
gap: 12rpx; |
||||
.s-icon { |
||||
width: 36rpx; |
||||
height: 36rpx; |
||||
} |
||||
} |
||||
.photo { |
||||
margin-top: 24rpx; |
||||
width: 100%; |
||||
height: 260rpx; |
||||
border-radius: 16rpx; |
||||
.status4 { |
||||
margin-top: 38rpx; |
||||
font-size: 40rpx; |
||||
color: rgba(185, 130, 255, 1); |
||||
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 @@
@@ -1,23 +1,54 @@
|
||||
<view class="page"> |
||||
<view class="card1"> |
||||
<view class="title">项目进展更新</view> |
||||
<view class="content"> |
||||
随着城市化进程的加速,城市交通拥堵问题日益严重,给人们的生活和工作带来了诸多不便。汽车尾气排放导致空气污染加剧... |
||||
<view class="card"> |
||||
<image class="stage" src="/images/icon12.png"></image> |
||||
<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 class="c-footer"> |
||||
<view class="btn">去查看</view> |
||||
<image class="more" src="{{imageUrl}}icon3.png?t={{Timestamp}}"></image> |
||||
<view class="wrap2"> |
||||
<view class="status1" wx:if="{{true}}"> |
||||
未通过 |
||||
<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 class="card2"> |
||||
<view class="title"> |
||||
随着城市化进程的加速,城市交通拥堵问题日益严重,给人们的生活和工作带来了诸多不便。汽车尾气排放导致空气污染加剧... |
||||
<view class="wrap3"> |
||||
<view class="status4" wx:if="{{true}}"> |
||||
未通过 |
||||
<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> |
||||
<image |
||||
class="photo" |
||||
mode="aspectFill" |
||||
src="https://pic1.zhimg.com/50/v2-dcfbab1219ae4f7a7a6db168bb1580a2_720w.jpg?source=2c26e567" |
||||
></image> |
||||
</view> |
||||
<pagination pagination="{{pagination}}"></pagination> |
||||
</view> |
||||
|