Browse Source

西海岸

master
tianqian 2 years ago
parent
commit
1e196a681e
  1. 2
      miniprogram/app.json
  2. BIN
      miniprogram/images/poineer/by.png
  3. BIN
      miniprogram/images/poineer/erweima.png
  4. 79
      miniprogram/pages/Pioneer/Pioneer.wxml
  5. 64
      miniprogram/pages/Pioneer/Pioneer.wxss
  6. 2
      miniprogram/pages/home/home.wxml

2
miniprogram/app.json

@ -4,7 +4,7 @@
"pages/redSail/redSail", "pages/redSail/redSail",
"pages/knight/knight", "pages/knight/knight",
"pages/redGrider/redGrider", "pages/redGrider/redGrider",
"pages/Pioneer/Pioneer", "pages/pioneer/pioneer",
"pages/checkIn/checkIn", "pages/checkIn/checkIn",
"pages/volunteer/volunteer", "pages/volunteer/volunteer",
"pages/message/message", "pages/message/message",

BIN
miniprogram/images/poineer/by.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
miniprogram/images/poineer/erweima.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

79
miniprogram/pages/Pioneer/Pioneer.wxml

@ -1,72 +1,19 @@
<view class="header"> <view class="header">
<image src="../../images/main/back.png" class="back" style=" top: {{statusHeight}}px;" bindtap="back"></image> <image src="../../images/main/back2.png" class="back" style=" top: {{statusHeight}}px;" bindtap="back"></image>
<image class="header-bg" src="../../images/main/redSail_bg.png" mode="widthFix" /> <!-- <image class="header-bg" src="../../images/main/redSail_bg.png" mode="widthFix" /> -->
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> <view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
红帆支部 西海岸先锋
</view> </view>
</view> </view>
<view class="mtf80"> <view class="box">
<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> <image src="../../images/poineer/by.png" class="by" />
<image src="../../images/poineer/erweima.png" class="erweima" />
</view>
<view class="textcenter">
<view class="h1">扫码关注“西海岸先锋”</view>
<view class="h2">点击上图,长按可进入“西海岸先锋”公众号</view>
<button type="primary" class="btn01">返回</button>
</view> </view>

64
miniprogram/pages/Pioneer/Pioneer.wxss

@ -2,14 +2,14 @@ page {
width: 100%; width: 100%;
height: auto; height: auto;
overflow-y: auto; overflow-y: auto;
background: #f7f7f7; background: #fff;
font-family: PingFang SC; font-family: PingFang SC;
} }
.header { .header {
width: 100%; width: 100%;
height: 484rpx; height: 300rpx;
/* position: fixed; /* position: fixed;
top: 0; top: 0;
left: 0; left: 0;
@ -33,7 +33,7 @@ page {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: rgba(255, 255, 255, 0.9); color: #333333;
font-size: 32rpx; font-size: 32rpx;
position: relative; position: relative;
z-index: 1; z-index: 1;
@ -110,4 +110,62 @@ page {
.list .item .h2 .time { .list .item .h2 .time {
float: right; float: right;
}
.box {
margin: 0 auto;
text-align: center;
width: 400rpx;
position: relative;
}
.by {
width: 400rpx;
height: 450rpx;
}
.erweima {
width: 150rpx;
height: 150rpx;
position: absolute;
margin-left: -275rpx;
margin-top: 140rpx;
}
.h1 {
font-size: 38rpx;
font-weight: bold;
color: #333333;
}
.h2 {
font-size: 24rpx;
line-height: 80rpx;
color: #999999;
}
.btn {
color: #333333;
/* background: linear-gradient(-90deg, #CA0100 0%, #EC2B2B 100%);
box-shadow: 0px 4rpx 14rpx 0rpx rgba(242, 64, 77, 0.38);
border-radius: 40rpx; */
}
.btn01{
background: linear-gradient(-90deg, #CA0100 0%, #EC2B2B 100%);
box-shadow: 0px 4rpx 14rpx 0rpx rgba(242, 64, 77, 0.38);
border-radius: 40rpx;
margin-top: 350rpx;
width: 400rpx;
}
.button-sp-area{
margin: 0 auto;
width: 60%;
}
.textcenter {
text-align: center;
} }

2
miniprogram/pages/home/home.wxml

@ -25,7 +25,7 @@
</navigator> </navigator>
</view> </view>
<view class="grid"> <view class="grid">
<navigator url="/pages/Pioneer/Pioneer"> <navigator url="/pages/pioneer/pioneer">
<image src="../../images/main/home04.png" /> <image src="../../images/main/home04.png" />
<view>西海岸先锋</view> <view>西海岸先锋</view>
</navigator> </navigator>

Loading…
Cancel
Save