After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 772 KiB |
After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 301 KiB After Width: | Height: | Size: 301 KiB |
Before Width: | Height: | Size: 623 B After Width: | Height: | Size: 623 B |
@ -1,3 +1,8 @@ |
|||
{ |
|||
"usingComponents": {} |
|||
} |
|||
"navigationBarTitleText": "在职党员", |
|||
"navigationStyle": "custom", |
|||
"navigationBarTextStyle": "white", |
|||
"enablePullDownRefresh": true, |
|||
"backgroundColor": "#f8f8f8", |
|||
"backgroundTextStyle": "dark" |
|||
} |
@ -1,2 +1,72 @@ |
|||
<!--pages/CheckIn/CheckIn.wxml--> |
|||
<text>pages/CheckIn/CheckIn.wxml</text> |
|||
<view class="header"> |
|||
<image src="../../images/main/back.png" class="back" style=" top: {{statusHeight}}px;" bindtap="back"></image> |
|||
<image class="header-bg" src="../../images/main/redSail_bg.png" mode="widthFix" /> |
|||
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> |
|||
红帆支部 |
|||
</view> |
|||
</view> |
|||
<view class="mtf80"> |
|||
<view class="list"> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail01.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">红帆领航</view> |
|||
<view class="h2"> |
|||
在认真完成《中国共产党章··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail02.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">我要入党</view> |
|||
<view class="h2"> |
|||
“红帆支部”主要接受城市社··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail03.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">流动党员报到</view> |
|||
<view class="h2"> |
|||
外来流动党员,一般指党员··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail04.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">我要转出</view> |
|||
<view class="h2"> |
|||
填写身份信息以及转出事由 |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail05.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">我的支部</view> |
|||
<view class="h2"> |
|||
我所在的支部信息 |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
|
|||
</view> |
|||
</view> |
@ -1 +1,113 @@ |
|||
/* pages/CheckIn/CheckIn.wxss */ |
|||
page { |
|||
width: 100%; |
|||
height: auto; |
|||
overflow-y: auto; |
|||
background: #f7f7f7; |
|||
font-family: PingFang SC; |
|||
} |
|||
|
|||
.header { |
|||
|
|||
width: 100%; |
|||
height: 484rpx; |
|||
/* position: fixed; |
|||
top: 0; |
|||
left: 0; |
|||
z-index: 1000; */ |
|||
} |
|||
|
|||
.header .header-bg { |
|||
width: 100%; |
|||
height: 100%; |
|||
/* position: absolute; |
|||
z-index: 10; |
|||
left: 0; |
|||
top: 0; */ |
|||
position: absolute; |
|||
height: 100%; |
|||
z-index: -999; |
|||
} |
|||
|
|||
.header .navigation { |
|||
width: 100%; |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: center; |
|||
color: rgba(255, 255, 255, 0.9); |
|||
font-size: 32rpx; |
|||
position: relative; |
|||
z-index: 1; |
|||
} |
|||
|
|||
.w20 { |
|||
width: 20rpx; |
|||
} |
|||
|
|||
.flex1 { |
|||
flex: 1; |
|||
} |
|||
|
|||
.mtf80 { |
|||
margin-top: -80rpx; |
|||
} |
|||
|
|||
.back { |
|||
width: 20rpx; |
|||
height: 20rpx; |
|||
margin-left: 20rpx; |
|||
position: absolute; |
|||
margin-top: 20rpx; |
|||
border-radius: 0rpx; |
|||
z-index: 2; |
|||
} |
|||
|
|||
.list { |
|||
padding: 20rpx 35rpx; |
|||
|
|||
} |
|||
|
|||
.list .item { |
|||
padding: 40rpx 40rpx; |
|||
|
|||
display: flex; |
|||
background-color: #fff; |
|||
border-radius: 10rpx; |
|||
margin-bottom: 20rpx; |
|||
} |
|||
|
|||
.vcenter { |
|||
display: flex; |
|||
flex-direction: column; |
|||
justify-content: center; |
|||
} |
|||
|
|||
.list .item .icon { |
|||
width: 130rpx; |
|||
height: 130rpx; |
|||
margin-right: 20rpx; |
|||
border-radius: 0rpx; |
|||
} |
|||
|
|||
.list .item .go { |
|||
width: 20rpx; |
|||
height: 20rpx; |
|||
margin-right: 20rpx; |
|||
border-radius: 0rpx; |
|||
} |
|||
|
|||
.list .item .h1 { |
|||
font-size: 36rpx; |
|||
color: #333333; |
|||
line-height: 1rem; |
|||
margin-bottom: 5rpx; |
|||
} |
|||
|
|||
.list .item .h2 { |
|||
font-size: 28rpx; |
|||
color: #999; |
|||
line-height: 1rem; |
|||
} |
|||
|
|||
.list .item .h2 .time { |
|||
float: right; |
|||
} |
@ -1,3 +1,8 @@ |
|||
{ |
|||
"usingComponents": {} |
|||
} |
|||
"navigationBarTitleText": "西海岸先锋", |
|||
"navigationStyle": "custom", |
|||
"navigationBarTextStyle": "white", |
|||
"enablePullDownRefresh": true, |
|||
"backgroundColor": "#f8f8f8", |
|||
"backgroundTextStyle": "dark" |
|||
} |
@ -1,2 +1,72 @@ |
|||
<!--pages/Pioneer/Pioneer.wxml--> |
|||
<text>pages/Pioneer/Pioneer.wxml</text> |
|||
<view class="header"> |
|||
<image src="../../images/main/back.png" class="back" style=" top: {{statusHeight}}px;" bindtap="back"></image> |
|||
<image class="header-bg" src="../../images/main/redSail_bg.png" mode="widthFix" /> |
|||
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> |
|||
红帆支部 |
|||
</view> |
|||
</view> |
|||
<view class="mtf80"> |
|||
<view class="list"> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail01.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">红帆领航</view> |
|||
<view class="h2"> |
|||
在认真完成《中国共产党章··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail02.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">我要入党</view> |
|||
<view class="h2"> |
|||
“红帆支部”主要接受城市社··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail03.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">流动党员报到</view> |
|||
<view class="h2"> |
|||
外来流动党员,一般指党员··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail04.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">我要转出</view> |
|||
<view class="h2"> |
|||
填写身份信息以及转出事由 |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail05.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">我的支部</view> |
|||
<view class="h2"> |
|||
我所在的支部信息 |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
|
|||
</view> |
|||
</view> |
@ -1 +1,113 @@ |
|||
/* pages/Pioneer/Pioneer.wxss */ |
|||
page { |
|||
width: 100%; |
|||
height: auto; |
|||
overflow-y: auto; |
|||
background: #f7f7f7; |
|||
font-family: PingFang SC; |
|||
} |
|||
|
|||
.header { |
|||
|
|||
width: 100%; |
|||
height: 484rpx; |
|||
/* position: fixed; |
|||
top: 0; |
|||
left: 0; |
|||
z-index: 1000; */ |
|||
} |
|||
|
|||
.header .header-bg { |
|||
width: 100%; |
|||
height: 100%; |
|||
/* position: absolute; |
|||
z-index: 10; |
|||
left: 0; |
|||
top: 0; */ |
|||
position: absolute; |
|||
height: 100%; |
|||
z-index: -999; |
|||
} |
|||
|
|||
.header .navigation { |
|||
width: 100%; |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: center; |
|||
color: rgba(255, 255, 255, 0.9); |
|||
font-size: 32rpx; |
|||
position: relative; |
|||
z-index: 1; |
|||
} |
|||
|
|||
.w20 { |
|||
width: 20rpx; |
|||
} |
|||
|
|||
.flex1 { |
|||
flex: 1; |
|||
} |
|||
|
|||
.mtf80 { |
|||
margin-top: -80rpx; |
|||
} |
|||
|
|||
.back { |
|||
width: 20rpx; |
|||
height: 20rpx; |
|||
margin-left: 20rpx; |
|||
position: absolute; |
|||
margin-top: 20rpx; |
|||
border-radius: 0rpx; |
|||
z-index: 2; |
|||
} |
|||
|
|||
.list { |
|||
padding: 20rpx 35rpx; |
|||
|
|||
} |
|||
|
|||
.list .item { |
|||
padding: 40rpx 40rpx; |
|||
|
|||
display: flex; |
|||
background-color: #fff; |
|||
border-radius: 10rpx; |
|||
margin-bottom: 20rpx; |
|||
} |
|||
|
|||
.vcenter { |
|||
display: flex; |
|||
flex-direction: column; |
|||
justify-content: center; |
|||
} |
|||
|
|||
.list .item .icon { |
|||
width: 130rpx; |
|||
height: 130rpx; |
|||
margin-right: 20rpx; |
|||
border-radius: 0rpx; |
|||
} |
|||
|
|||
.list .item .go { |
|||
width: 20rpx; |
|||
height: 20rpx; |
|||
margin-right: 20rpx; |
|||
border-radius: 0rpx; |
|||
} |
|||
|
|||
.list .item .h1 { |
|||
font-size: 36rpx; |
|||
color: #333333; |
|||
line-height: 1rem; |
|||
margin-bottom: 5rpx; |
|||
} |
|||
|
|||
.list .item .h2 { |
|||
font-size: 28rpx; |
|||
color: #999; |
|||
line-height: 1rem; |
|||
} |
|||
|
|||
.list .item .h2 .time { |
|||
float: right; |
|||
} |
@ -1,3 +1,8 @@ |
|||
{ |
|||
"usingComponents": {} |
|||
} |
|||
"navigationBarTitleText": "骑士驿站", |
|||
"navigationStyle": "custom", |
|||
"navigationBarTextStyle": "white", |
|||
"enablePullDownRefresh": true, |
|||
"backgroundColor": "#f8f8f8", |
|||
"backgroundTextStyle": "dark" |
|||
} |
@ -1,2 +1,83 @@ |
|||
<!--pages/knight/knight.wxml--> |
|||
<text>pages/knight/knight.wxml</text> |
|||
<view class="header"> |
|||
<image src="../../images/main/back2.png" class="back" style=" top: {{statusHeight}}px;" bindtap="back"></image> |
|||
<image class="header-bg" src="../../images/knight/knight_bg.png" mode="widthFix" /> |
|||
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> |
|||
骑士驿站 |
|||
</view> |
|||
</view> |
|||
<view class="mtf80"> |
|||
<view class="list"> |
|||
<view class="item color01"> |
|||
<image src="../../images/knight/knight01.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">驿站简介</view> |
|||
<view class="h2"> |
|||
“骑士驿站”是面向全区外卖、快递··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/knight/knight01r.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item color02"> |
|||
<image src="../../images/knight/knight02.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">驿站地图</view> |
|||
<view class="h2"> |
|||
主要是浏览、查询附近驿站点位。 |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/knight/knight02r.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item color03"> |
|||
<image src="../../images/knight/knight03.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">骑士注册</view> |
|||
<view class="h2"> |
|||
注册骑士的详细内容以及参与的驿站。 |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/knight/knight03r.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item color04"> |
|||
<image src="../../images/knight/knight04.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">骑先锋</view> |
|||
<view class="h2"> |
|||
申请加入红色网格员。 |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/knight/knight04r.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item color05"> |
|||
<image src="../../images/knight/knight05.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">骑士上报</view> |
|||
<view class="h2"> |
|||
内容XXXXXXXXXXXXXXXXXXXX··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/knight/knight05r.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item color06"> |
|||
<image src="../../images/knight/knight06.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">关爱行动</view> |
|||
<view class="h2"> |
|||
全区关爱活动的活动详情。 |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/knight/knight06r.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
</view> |
|||
</view> |
@ -1 +1,176 @@ |
|||
/* pages/knight/knight.wxss */ |
|||
page { |
|||
width: 100%; |
|||
height: auto; |
|||
overflow-y: auto; |
|||
background: #fff; |
|||
font-family: PingFang SC; |
|||
} |
|||
|
|||
.header { |
|||
|
|||
width: 100%; |
|||
height: 484rpx; |
|||
/* position: fixed; |
|||
top: 0; |
|||
left: 0; |
|||
z-index: 1000; */ |
|||
} |
|||
|
|||
.header .header-bg { |
|||
width: 100%; |
|||
height: 100%; |
|||
/* position: absolute; |
|||
z-index: 10; |
|||
left: 0; |
|||
top: 0; */ |
|||
position: absolute; |
|||
height: 100%; |
|||
z-index: -999; |
|||
} |
|||
|
|||
.header .navigation { |
|||
width: 100%; |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: center; |
|||
color: rgba(0, 0, 0, 0.9); |
|||
font-size: 32rpx; |
|||
position: relative; |
|||
z-index: 1; |
|||
} |
|||
|
|||
.w20 { |
|||
width: 38rpx; |
|||
} |
|||
|
|||
.flex1 { |
|||
flex: 1; |
|||
} |
|||
|
|||
.mtf80 { |
|||
margin-top: -80rpx; |
|||
} |
|||
|
|||
.back { |
|||
width: 20rpx; |
|||
height: 20rpx; |
|||
margin-left: 20rpx; |
|||
position: absolute; |
|||
margin-top: 20rpx; |
|||
border-radius: 0rpx; |
|||
z-index: 2; |
|||
} |
|||
|
|||
.list { |
|||
padding: 20rpx 35rpx; |
|||
|
|||
} |
|||
|
|||
.list .item { |
|||
padding: 50rpx 40rpx; |
|||
|
|||
display: flex; |
|||
background-color: #fff; |
|||
border-radius: 10rpx; |
|||
margin-bottom: 20rpx; |
|||
} |
|||
|
|||
.vcenter { |
|||
display: flex; |
|||
flex-direction: column; |
|||
justify-content: center; |
|||
} |
|||
|
|||
.list .item .icon { |
|||
width: 70rpx; |
|||
height: 70rpx; |
|||
margin-right: 20rpx; |
|||
border-radius: 0rpx; |
|||
} |
|||
|
|||
.list .item .go { |
|||
width: 38rpx; |
|||
height: 38rpx; |
|||
margin-right: 20rpx; |
|||
border-radius: 0rpx; |
|||
} |
|||
|
|||
.list .item .h1 { |
|||
font-size: 36rpx; |
|||
|
|||
line-height: 1rem; |
|||
margin-bottom: 20rpx; |
|||
} |
|||
|
|||
.list .item .h2 { |
|||
font-size: 28rpx; |
|||
|
|||
line-height: 1rem; |
|||
} |
|||
|
|||
.list .item .h2 .time { |
|||
float: right; |
|||
} |
|||
|
|||
.color01 { |
|||
border-image: linear-gradient(124deg, #FFFFFF, #FFFFFF) 10 10; |
|||
background: linear-gradient(82deg, #FFFFFF 0%, #000000 0%, #F2FFFB 0%, #E5FFF9 100%); |
|||
color: #224D3F; |
|||
} |
|||
|
|||
.color02 { |
|||
border-image: linear-gradient(124deg, #FFFFFF, #FFFFFF) 10 10; |
|||
background: linear-gradient(82deg, #F2FFFB 0%, #FFFFFF 0%, #F2FAFD 0%, #E5F6FF 100%); |
|||
box-shadow: 0px 4px 12px 0px rgba(202, 202, 202, 0.24); |
|||
color: #3B5B8C; |
|||
} |
|||
|
|||
.color03 { |
|||
border-image: linear-gradient(146deg, #FFFFFF, #FFFFFF) 10 10; |
|||
background: linear-gradient(82deg, #F8FAFF 0%, #F9FFFD 0%, #F6FDFF 0%, #EBFAFF 100%); |
|||
box-shadow: 0px 4px 12px 0px rgba(202, 202, 202, 0.24); |
|||
color: #117589; |
|||
} |
|||
|
|||
.color04 { |
|||
border-image: linear-gradient(146deg, #FFFFFF, #FFFFFF) 10 10; |
|||
background: linear-gradient(82deg, #FEFEF2 0%, #F2FAFD 0%, #FFFEFA 0%, #FEF8E8 100%); |
|||
box-shadow: 0px 6px 16px 0px rgba(202, 202, 202, 0.42); |
|||
color: #A96C35; |
|||
} |
|||
|
|||
.color05 { |
|||
background: linear-gradient(82deg, #FEF2F3 0%, #FFFCFB 0%, #F8F4FF 0%, #EFE4FF 100%); |
|||
box-shadow: 0px 6px 16px 0px rgba(202, 202, 202, 0.4); |
|||
color: #856AAD; |
|||
} |
|||
|
|||
.color06 { |
|||
background: linear-gradient(82deg, #E6EEFF 0%, #FAFCFF 0%, #EDF3FF 0%, #D8E5FF 100%); |
|||
box-shadow: 0px 6px 16px 0px rgba(202, 202, 202, 0.4); |
|||
color: #5374B2; |
|||
} |
|||
|
|||
.color01 .h2 { |
|||
color: #6A8079; |
|||
} |
|||
|
|||
.color02 .h2 { |
|||
color: #5E89B3; |
|||
} |
|||
|
|||
.color03 .h2 { |
|||
color: #488D9A; |
|||
} |
|||
|
|||
.color04 .h2 { |
|||
color: #B98A60; |
|||
} |
|||
|
|||
.color05 .h2 { |
|||
color: #9484AC; |
|||
} |
|||
|
|||
.color06 .h2 { |
|||
color: #6D89BF; |
|||
} |
@ -1,3 +1,8 @@ |
|||
{ |
|||
"usingComponents": {} |
|||
} |
|||
"navigationBarTitleText": "红色网格员", |
|||
"navigationStyle": "custom", |
|||
"navigationBarTextStyle": "white", |
|||
"enablePullDownRefresh": true, |
|||
"backgroundColor": "#f8f8f8", |
|||
"backgroundTextStyle": "dark" |
|||
} |
@ -1,2 +1,72 @@ |
|||
<!--pages/redGrider/redGrider.wxml--> |
|||
<text>pages/redGrider/redGrider.wxml</text> |
|||
<view class="header"> |
|||
<image src="../../images/main/back.png" class="back" style=" top: {{statusHeight}}px;" bindtap="back"></image> |
|||
<image class="header-bg" src="../../images/main/redSail_bg.png" mode="widthFix" /> |
|||
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> |
|||
红帆支部 |
|||
</view> |
|||
</view> |
|||
<view class="mtf80"> |
|||
<view class="list"> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail01.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">红帆领航</view> |
|||
<view class="h2"> |
|||
在认真完成《中国共产党章··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail02.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">我要入党</view> |
|||
<view class="h2"> |
|||
“红帆支部”主要接受城市社··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail03.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">流动党员报到</view> |
|||
<view class="h2"> |
|||
外来流动党员,一般指党员··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail04.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">我要转出</view> |
|||
<view class="h2"> |
|||
填写身份信息以及转出事由 |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail05.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">我的支部</view> |
|||
<view class="h2"> |
|||
我所在的支部信息 |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
|
|||
</view> |
|||
</view> |
@ -1 +1,113 @@ |
|||
/* pages/redGrider/redGrider.wxss */ |
|||
page { |
|||
width: 100%; |
|||
height: auto; |
|||
overflow-y: auto; |
|||
background: #f7f7f7; |
|||
font-family: PingFang SC; |
|||
} |
|||
|
|||
.header { |
|||
|
|||
width: 100%; |
|||
height: 484rpx; |
|||
/* position: fixed; |
|||
top: 0; |
|||
left: 0; |
|||
z-index: 1000; */ |
|||
} |
|||
|
|||
.header .header-bg { |
|||
width: 100%; |
|||
height: 100%; |
|||
/* position: absolute; |
|||
z-index: 10; |
|||
left: 0; |
|||
top: 0; */ |
|||
position: absolute; |
|||
height: 100%; |
|||
z-index: -999; |
|||
} |
|||
|
|||
.header .navigation { |
|||
width: 100%; |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: center; |
|||
color: rgba(255, 255, 255, 0.9); |
|||
font-size: 32rpx; |
|||
position: relative; |
|||
z-index: 1; |
|||
} |
|||
|
|||
.w20 { |
|||
width: 20rpx; |
|||
} |
|||
|
|||
.flex1 { |
|||
flex: 1; |
|||
} |
|||
|
|||
.mtf80 { |
|||
margin-top: -80rpx; |
|||
} |
|||
|
|||
.back { |
|||
width: 20rpx; |
|||
height: 20rpx; |
|||
margin-left: 20rpx; |
|||
position: absolute; |
|||
margin-top: 20rpx; |
|||
border-radius: 0rpx; |
|||
z-index: 2; |
|||
} |
|||
|
|||
.list { |
|||
padding: 20rpx 35rpx; |
|||
|
|||
} |
|||
|
|||
.list .item { |
|||
padding: 40rpx 40rpx; |
|||
|
|||
display: flex; |
|||
background-color: #fff; |
|||
border-radius: 10rpx; |
|||
margin-bottom: 20rpx; |
|||
} |
|||
|
|||
.vcenter { |
|||
display: flex; |
|||
flex-direction: column; |
|||
justify-content: center; |
|||
} |
|||
|
|||
.list .item .icon { |
|||
width: 130rpx; |
|||
height: 130rpx; |
|||
margin-right: 20rpx; |
|||
border-radius: 0rpx; |
|||
} |
|||
|
|||
.list .item .go { |
|||
width: 20rpx; |
|||
height: 20rpx; |
|||
margin-right: 20rpx; |
|||
border-radius: 0rpx; |
|||
} |
|||
|
|||
.list .item .h1 { |
|||
font-size: 36rpx; |
|||
color: #333333; |
|||
line-height: 1rem; |
|||
margin-bottom: 5rpx; |
|||
} |
|||
|
|||
.list .item .h2 { |
|||
font-size: 28rpx; |
|||
color: #999; |
|||
line-height: 1rem; |
|||
} |
|||
|
|||
.list .item .h2 .time { |
|||
float: right; |
|||
} |
@ -1,3 +1,8 @@ |
|||
{ |
|||
"usingComponents": {} |
|||
} |
|||
"navigationBarTitleText": "红色尖兵", |
|||
"navigationStyle": "custom", |
|||
"navigationBarTextStyle": "white", |
|||
"enablePullDownRefresh": true, |
|||
"backgroundColor": "#f8f8f8", |
|||
"backgroundTextStyle": "dark" |
|||
} |
@ -1,2 +1,72 @@ |
|||
<!--pages/volunteer/volunteer.wxml--> |
|||
<text>pages/volunteer/volunteer.wxml</text> |
|||
<view class="header"> |
|||
<image src="../../images/main/back.png" class="back" style=" top: {{statusHeight}}px;" bindtap="back"></image> |
|||
<image class="header-bg" src="../../images/main/redSail_bg.png" mode="widthFix" /> |
|||
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> |
|||
红帆支部 |
|||
</view> |
|||
</view> |
|||
<view class="mtf80"> |
|||
<view class="list"> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail01.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">红帆领航</view> |
|||
<view class="h2"> |
|||
在认真完成《中国共产党章··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail02.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">我要入党</view> |
|||
<view class="h2"> |
|||
“红帆支部”主要接受城市社··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail03.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">流动党员报到</view> |
|||
<view class="h2"> |
|||
外来流动党员,一般指党员··· |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail04.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">我要转出</view> |
|||
<view class="h2"> |
|||
填写身份信息以及转出事由 |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
<view class="item "> |
|||
<image src="../../images/main/redSail05.png" class="icon"></image> |
|||
<view class="vcenter flex1"> |
|||
<view class="h1">我的支部</view> |
|||
<view class="h2"> |
|||
我所在的支部信息 |
|||
</view> |
|||
</view> |
|||
<view class="vcenter w20"> |
|||
<image src="../../images/main/redSail_right.png" class="go"></image> |
|||
</view> |
|||
</view> |
|||
|
|||
</view> |
|||
</view> |
@ -1 +1,113 @@ |
|||
/* pages/volunteer/volunteer.wxss */ |
|||
page { |
|||
width: 100%; |
|||
height: auto; |
|||
overflow-y: auto; |
|||
background: #f7f7f7; |
|||
font-family: PingFang SC; |
|||
} |
|||
|
|||
.header { |
|||
|
|||
width: 100%; |
|||
height: 484rpx; |
|||
/* position: fixed; |
|||
top: 0; |
|||
left: 0; |
|||
z-index: 1000; */ |
|||
} |
|||
|
|||
.header .header-bg { |
|||
width: 100%; |
|||
height: 100%; |
|||
/* position: absolute; |
|||
z-index: 10; |
|||
left: 0; |
|||
top: 0; */ |
|||
position: absolute; |
|||
height: 100%; |
|||
z-index: -999; |
|||
} |
|||
|
|||
.header .navigation { |
|||
width: 100%; |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: center; |
|||
color: rgba(255, 255, 255, 0.9); |
|||
font-size: 32rpx; |
|||
position: relative; |
|||
z-index: 1; |
|||
} |
|||
|
|||
.w20 { |
|||
width: 20rpx; |
|||
} |
|||
|
|||
.flex1 { |
|||
flex: 1; |
|||
} |
|||
|
|||
.mtf80 { |
|||
margin-top: -80rpx; |
|||
} |
|||
|
|||
.back { |
|||
width: 20rpx; |
|||
height: 20rpx; |
|||
margin-left: 20rpx; |
|||
position: absolute; |
|||
margin-top: 20rpx; |
|||
border-radius: 0rpx; |
|||
z-index: 2; |
|||
} |
|||
|
|||
.list { |
|||
padding: 20rpx 35rpx; |
|||
|
|||
} |
|||
|
|||
.list .item { |
|||
padding: 40rpx 40rpx; |
|||
|
|||
display: flex; |
|||
background-color: #fff; |
|||
border-radius: 10rpx; |
|||
margin-bottom: 20rpx; |
|||
} |
|||
|
|||
.vcenter { |
|||
display: flex; |
|||
flex-direction: column; |
|||
justify-content: center; |
|||
} |
|||
|
|||
.list .item .icon { |
|||
width: 130rpx; |
|||
height: 130rpx; |
|||
margin-right: 20rpx; |
|||
border-radius: 0rpx; |
|||
} |
|||
|
|||
.list .item .go { |
|||
width: 20rpx; |
|||
height: 20rpx; |
|||
margin-right: 20rpx; |
|||
border-radius: 0rpx; |
|||
} |
|||
|
|||
.list .item .h1 { |
|||
font-size: 36rpx; |
|||
color: #333333; |
|||
line-height: 1rem; |
|||
margin-bottom: 5rpx; |
|||
} |
|||
|
|||
.list .item .h2 { |
|||
font-size: 28rpx; |
|||
color: #999; |
|||
line-height: 1rem; |
|||
} |
|||
|
|||
.list .item .h2 .time { |
|||
float: right; |
|||
} |