Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bea16c25
authored
Oct 15, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
1823452f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
155 additions
and
235 deletions
pages/person/forget/index.less
pages/person/forget/index.wxss
pages/person/forget/index.less
View file @
bea16c25
.person {
margin: 0 55rpx;
padding-top: 32rpx;
.tit {
margin-bottom: 50rpx;
.t1 {
font-size: 48rpx;
color: #2e3033;
font-weight: 600;
line-height: 67rpx;
}
.t2 {
font-size: 26rpx;
font-weight: 400;
line-height: 40px;
color: #8a9299;
}
}
.inp-wrap {
height: 98rpx;
border-bottom: 1px solid #d8dfe6;
padding-left: 10rpx;
input {
padding-left: 35rpx;
width: 340rpx;
}
.icon {
color: #adb6bf;
}
.pwd-ico {
padding-left: 160rpx;
}
.vcode {
font-size: 32rpx;
color: #61a0f2;
background: none;
font-weight: 400;
border: 0 !important;
&::after {
border: 0 !important;
}
}
.areacode {
border-left: 1px solid #d8dfe6;
.tel-value {
font-size: 32rpx;
color: #515559;
padding: 7rpx 11rpx 7rpx 16rpx;
}
.icon {
color: #d8dfe6;
font-size: 26rpx;
}
}
}
.register-button {
height: 98rpx;
line-height: 98rpx;
background: rgba(13, 132, 209, 1) !important;
box-shadow: 0px 6rpx 10rpx 0rpx rgba(97, 160, 242, 0.3) !important;
border-radius: 8rpx;
color: #fff !important;
font-size: 32rpx;
margin-top: 40rpx;
text-align: center;
}
.error-wrap {
margin-top: 24rpx;
.error {
.iconfont {
color: #ea1717;
}
.txt {
font-size: 24rpx;
color: #ea1717;
margin-left: 15rpx;
}
}
.forget {
font-size: 28rpx;
color: #61a0f2;
}
}
.placeholderClass {
color: #adb6bf;
font-size: 32rpx;
}
.inp-error {
border-bottom: 1px solid #ea1717;
.icon {
color: #ea1717;
}
input {
color: #ea1717;
}
}
margin: 0 55rpx;
padding-top: 32rpx;
.tit {
margin-bottom: 50rpx;
.t1 {
font-size: 48rpx;
color: #2e3033;
font-weight: 600;
line-height: 67rpx;
}
.t2 {
font-size: 26rpx;
font-weight: 400;
line-height: 40px;
color: #8a9299;
}
}
.inp-wrap {
height: 98rpx;
border-bottom: 1px solid #d8dfe6;
padding-left: 10rpx;
input {
padding-left: 35rpx;
width: 340rpx;
}
.icon {
color: #adb6bf;
}
.pwd-ico {
padding-left: 160rpx;
}
.code-img {
width: 210rpx;
height: 70rpx;
.img {
width: 210rpx;
height: 70rpx;
}
}
.vcode {
font-size: 32rpx;
color: #61a0f2;
background: none;
font-weight: 400;
border: 0 !important;
&::after {
border: 0 !important;
}
}
.areacode {
border-left: 1px solid #d8dfe6;
.tel-value {
font-size: 32rpx;
color: #515559;
padding: 7rpx 11rpx 7rpx 16rpx;
}
.icon {
color: #d8dfe6;
font-size: 26rpx;
}
}
}
.register-button {
height: 98rpx;
line-height: 98rpx;
background: rgba(13, 132, 209, 1) !important;
box-shadow: 0px 6rpx 10rpx 0rpx rgba(97, 160, 242, 0.3) !important;
border-radius: 8rpx;
color: #fff !important;
font-size: 32rpx;
margin-top: 40rpx;
text-align: center;
}
.error-wrap {
margin-top: 24rpx;
.error {
.iconfont {
color: #ea1717;
}
.txt {
font-size: 24rpx;
color: #ea1717;
margin-left: 15rpx;
}
}
.forget {
font-size: 28rpx;
color: #61a0f2;
}
}
.placeholderClass {
color: #adb6bf;
font-size: 32rpx;
}
.inp-error {
border-bottom: 1px solid #ea1717;
.icon {
color: #ea1717;
}
input {
color: #ea1717;
}
}
}
.success {
width: 100%;
padding-top: 50rpx;
.img {
width: 480rpx;
height: 346rpx;
}
.t1 {
padding-top: 40rpx;
margin-bottom: 14rpx;
font-size: 48rpx;
color: #2e3033;
line-height: 67rpx;
font-weight: 600;
display: block;
}
.t2 {
font-size: 26rpx;
font-weight: 400;
color: #8a9299;
margin-bottom: 66rpx;
}
}
width: 100%;
padding-top: 50rpx;
.img {
width: 480rpx;
height: 346rpx;
}
.t1 {
padding-top: 40rpx;
margin-bottom: 14rpx;
font-size: 48rpx;
color: #2e3033;
line-height: 67rpx;
font-weight: 600;
display: block;
}
.t2 {
font-size: 26rpx;
font-weight: 400;
color: #8a9299;
margin-bottom: 66rpx;
}
}
\ No newline at end of file
pages/person/forget/index.wxss
View file @
bea16c25
.person {
margin: 0 55rpx;
padding-top: 32rpx;
}
.person .tit {
margin-bottom: 50rpx;
}
.person .tit .t1 {
font-size: 48rpx;
color: #2e3033;
font-weight: 600;
line-height: 67rpx;
}
.person .tit .t2 {
font-size: 26rpx;
font-weight: 400;
line-height: 40px;
color: #8a9299;
}
.person .inp-wrap {
height: 98rpx;
border-bottom: 1px solid #d8dfe6;
padding-left: 10rpx;
}
.person .inp-wrap input {
padding-left: 35rpx;
width: 340rpx;
}
.person .inp-wrap .icon {
color: #adb6bf;
}
.person .inp-wrap .pwd-ico {
padding-left: 160rpx;
}
.person .inp-wrap .vcode {
font-size: 32rpx;
color: #61a0f2;
background: none;
font-weight: 400;
border: 0 !important;
}
.person .inp-wrap .vcode::after {
border: 0 !important;
}
.person .inp-wrap .areacode {
border-left: 1px solid #d8dfe6;
}
.person .inp-wrap .areacode .tel-value {
font-size: 32rpx;
color: #515559;
padding: 7rpx 11rpx 7rpx 16rpx;
}
.person .inp-wrap .areacode .icon {
color: #d8dfe6;
font-size: 26rpx;
}
.person .register-button {
height: 98rpx;
line-height: 98rpx;
background: #0d84d1 !important;
box-shadow: 0px 6rpx 10rpx 0rpx rgba(97, 160, 242, 0.3) !important;
border-radius: 8rpx;
color: #fff !important;
font-size: 32rpx;
margin-top: 40rpx;
text-align: center;
}
.person .error-wrap {
margin-top: 24rpx;
}
.person .error-wrap .error .iconfont {
color: #ea1717;
}
.person .error-wrap .error .txt {
font-size: 24rpx;
color: #ea1717;
margin-left: 15rpx;
}
.person .error-wrap .forget {
font-size: 28rpx;
color: #61a0f2;
}
.person .placeholderClass {
color: #adb6bf;
font-size: 32rpx;
}
.person .inp-error {
border-bottom: 1px solid #ea1717;
}
.person .inp-error .icon {
color: #ea1717;
}
.person .inp-error input {
color: #ea1717;
}
.success {
width: 100%;
padding-top: 50rpx;
}
.success .img {
width: 480rpx;
height: 346rpx;
}
.success .t1 {
padding-top: 40rpx;
margin-bottom: 14rpx;
font-size: 48rpx;
color: #2e3033;
line-height: 67rpx;
font-weight: 600;
display: block;
}
.success .t2 {
font-size: 26rpx;
font-weight: 400;
color: #8a9299;
margin-bottom: 66rpx;
}
.person{margin:0 55rpx;padding-top:32rpx}.person .tit{margin-bottom:50rpx}.person .tit .t1{font-size:48rpx;color:#2e3033;font-weight:600;line-height:67rpx}.person .tit .t2{font-size:26rpx;font-weight:400;line-height:40px;color:#8a9299}.person .inp-wrap{height:98rpx;border-bottom:1px solid #d8dfe6;padding-left:10rpx}.person .inp-wrap input{padding-left:35rpx;width:340rpx}.person .inp-wrap .icon{color:#adb6bf}.person .inp-wrap .pwd-ico{padding-left:160rpx}.person .inp-wrap .code-img{width:210rpx;height:70rpx}.person .inp-wrap .code-img .img{width:210rpx;height:70rpx}.person .inp-wrap .vcode{font-size:32rpx;color:#61a0f2;background:none;font-weight:400;border:0 !important}.person .inp-wrap .vcode::after{border:0 !important}.person .inp-wrap .areacode{border-left:1px solid #d8dfe6}.person .inp-wrap .areacode .tel-value{font-size:32rpx;color:#515559;padding:7rpx 11rpx 7rpx 16rpx}.person .inp-wrap .areacode .icon{color:#d8dfe6;font-size:26rpx}.person .register-button{height:98rpx;line-height:98rpx;background:#0d84d1 !important;box-shadow:0 6rpx 10rpx 0 rgba(97,160,242,0.3) !important;border-radius:8rpx;color:#fff !important;font-size:32rpx;margin-top:40rpx;text-align:center}.person .error-wrap{margin-top:24rpx}.person .error-wrap .error .iconfont{color:#ea1717}.person .error-wrap .error .txt{font-size:24rpx;color:#ea1717;margin-left:15rpx}.person .error-wrap .forget{font-size:28rpx;color:#61a0f2}.person .placeholderClass{color:#adb6bf;font-size:32rpx}.person .inp-error{border-bottom:1px solid #ea1717}.person .inp-error .icon{color:#ea1717}.person .inp-error input{color:#ea1717}.success{width:100%;padding-top:50rpx}.success .img{width:480rpx;height:346rpx}.success .t1{padding-top:40rpx;margin-bottom:14rpx;font-size:48rpx;color:#2e3033;line-height:67rpx;font-weight:600;display:block}.success .t2{font-size:26rpx;font-weight:400;color:#8a9299;margin-bottom:66rpx}
\ No newline at end of file
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