[水感应客户端最新]
This commit is contained in:
147
pages/login/personal/personal.wxss
Normal file
147
pages/login/personal/personal.wxss
Normal file
@@ -0,0 +1,147 @@
|
||||
page {
|
||||
background-color: #f4f4f6;
|
||||
}
|
||||
|
||||
.loginTop {
|
||||
background-color: #5283ea;
|
||||
width: 100%;
|
||||
height: 200rpx;
|
||||
border-radius: 0 0 80rpx 80rpx;
|
||||
}
|
||||
|
||||
.loginCont {
|
||||
padding: 0 40rpx;
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
top: 40rpx;
|
||||
width: 100%;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.loginCont-back {
|
||||
background-color: #ffffff;
|
||||
border-radius: 20rpx;
|
||||
padding: 40rpx 40rpx 20rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.loginCont-see-img {
|
||||
width: 100%;
|
||||
margin: 80rpx 0 60rpx;
|
||||
}
|
||||
|
||||
.loginCont-see-btn {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.loginCont-see-go {
|
||||
height: 98rpx;
|
||||
line-height: 98rpx !important;
|
||||
text-align: center;
|
||||
border-radius: 90rpx;
|
||||
margin-bottom: 40rpx;
|
||||
font-size: 32rpx !important;
|
||||
border: 2rpx solid #5283ea;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.loginCont-see-blue {
|
||||
background-color: #5283ea;
|
||||
color: #ffffff;
|
||||
height: 102rpx !important;
|
||||
padding: 0 !important;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.loginCont-see-blue[disabled] {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.loginCont-see-white {
|
||||
color: #5283ea;
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
right: -120rpx;
|
||||
bottom: 18%;
|
||||
}
|
||||
|
||||
.personal-title-text {
|
||||
font-size: 36rpx;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.personal-title-name {
|
||||
font-size: 28rpx;
|
||||
color: #ff9951;
|
||||
line-height: 54rpx;
|
||||
}
|
||||
|
||||
.personal-see {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.item {
|
||||
margin-top: 40rpx;
|
||||
border-bottom: 2rpx solid #ededed;
|
||||
}
|
||||
|
||||
.entry {
|
||||
height: 44rpx;
|
||||
line-height: 44rpx;
|
||||
display: block;
|
||||
padding: 30rpx 0;
|
||||
position: relative;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.entry image {
|
||||
width: 44rpx;
|
||||
height: 44rpx;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: calc(50% - 22rpx);
|
||||
}
|
||||
|
||||
.sexSelect {
|
||||
display: flex;
|
||||
padding: 30rpx 0;
|
||||
height: 44rpx;
|
||||
line-height: 44rpx;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.sexSelect radio {
|
||||
transform: scale(.7);
|
||||
}
|
||||
|
||||
.radiobox {
|
||||
display: flex;
|
||||
margin-right: 50rpx;
|
||||
}
|
||||
|
||||
/* 按钮 */
|
||||
.userdata-btn {
|
||||
width: 100%;
|
||||
margin: 80rpx 0 20rpx;
|
||||
}
|
||||
|
||||
.issue-btn {
|
||||
background: #3b7cff;
|
||||
text-align: center;
|
||||
color: white;
|
||||
height: 90rpx;
|
||||
line-height: 90rpx !important;
|
||||
font-weight: normal;
|
||||
width: 100% !important;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
|
||||
.issue-btn[disabled] {
|
||||
background: #709fff !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
Reference in New Issue
Block a user