Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wandouchengzhang_coach
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
石盼盼
wandouchengzhang_coach
Commits
d6bf1d0a
Commit
d6bf1d0a
authored
Dec 01, 2020
by
石盼盼
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'shipanpan' into 'master'
Shipanpan See merge request
!55
parents
498d15d3
23a6224b
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
250 additions
and
211 deletions
+250
-211
apply.wxml
pages/sign/apply/apply.wxml
+5
-1
apply.wxss
pages/sign/apply/apply.wxss
+14
-4
login.wxml
pages/sign/login/login.wxml
+21
-2
login.wxss
pages/sign/login/login.wxss
+27
-1
project.config.json
project.config.json
+183
-203
No files found.
pages/sign/apply/apply.wxml
View file @
d6bf1d0a
<view>
<button class="save" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">申请成为教练</button>
<view class="img">
<image src="https://wdty.xueyoubangedu.com/wandou/applycoach.jpg"></image>
</view>
<button class="save" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">申请成为教练</button>
</view>
\ No newline at end of file
pages/sign/apply/apply.wxss
View file @
d6bf1d0a
.img {
width: 690rpx;
height: 2652rpx;
margin: 30rpx auto;
}
.img image{
width: 690rpx;
height: 2652rpx;
}
.save {
position: absolute;
bottom: 33rpx;
left: 50rpx;
right: 50rpx;
/* position: absolute; */
/* bottom: 33rpx; */
/* left: 50rpx; */
/* right: 50rpx; */
margin: 50rpx 0;
width: 650rpx !important;
height: 80rpx !important;
line-height: 80rpx !important;
...
...
pages/sign/login/login.wxml
View file @
d6bf1d0a
<view class="loginBox">
<
!-- <
view class="loginBox">
<view class="logo-view">
<image src="/images/my/login.png"></image>
</view>
...
...
@@ -8,4 +8,23 @@
微信一键注册/登录
</button>
<view class="desc">请登录查看更多内容</view>
</view>
\ No newline at end of file
</view> -->
<view class="pic">
<swiper indicator-dots="true" autoplay="true" style="width:690rpx;height:750rpx">
<swiper-item>
<image src="https://wdty.xueyoubangedu.com/wandou/firstopen1.png"></image>
</swiper-item>
<swiper-item>
<image src="https://wdty.xueyoubangedu.com/wandou/firstopen2.png"></image>
</swiper-item>
<swiper-item>
<image src="https://wdty.xueyoubangedu.com/wandou/firstopen3.png"></image>
</swiper-item>
<swiper-item>
<image src="https://wdty.xueyoubangedu.com/wandou/firstopen4.png"></image>
</swiper-item>
</swiper>
</view>
<button class="save" open-type="getUserInfo" bindgetuserinfo="userInfoHandler" catchtap="checkVisions">开始使用</button>
\ No newline at end of file
pages/sign/login/login.wxss
View file @
d6bf1d0a
.loginBox {
/*
.loginBox {
padding-top: 174rpx;
}
...
...
@@ -38,4 +38,30 @@
font-size: 24rpx;
color: #999999;
text-align: center;
} */
.pic{
width: 690rpx;
height: 750rpx;
margin: 100rpx 30rpx;
}
swiper-item image{
width: 100%;
height: 750rpx;
}
.save {
position: absolute;
bottom: 33rpx;
left: 50rpx;
right: 50rpx;
width: 650rpx !important;
height: 80rpx !important;
line-height: 80rpx !important;
text-align: center;
background: linear-gradient(-70deg, #FFC600 0%, #FFD400 100%);
border-radius: 40rpx;
font-size: 30rpx;
color: #000000;
padding: 0 !important;
}
\ No newline at end of file
project.config.json
View file @
d6bf1d0a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment