xi_sangzhuzi/pages/center/center.wxss

145 lines
2.4 KiB
Plaintext
Raw Normal View History

2020-06-23 19:14:44 +08:00
.top-img, .top-img image{
width: 100%;
height: 450rpx
}
.page-container{
position: absolute;
top: 420rpx;
left: 0;
right: 0;
border-radius:31rpx 31rpx 0px 0px;
background: #fff;
}
.person{
padding: 50rpx 30rpx 30rpx;
position: relative;
border-bottom: 3px solid #FBFBFB;
}
.user-avatar{
width: 180rpx;
height: 180rpx;
border-radius: 50%;
overflow: hidden;
border: 2px solid #fff;
position: absolute;
left: 50%;
margin-left: -90rpx;
top: -150rpx;
}
.user-avatar image{
width: 100%;
height: 100%;
}
.user-name{
font-size: 32rpx;
text-align: center;
color: #242424;
}
.main{
padding: 30rpx;
}
.main-title{
border-left: 3px solid #9F1512;
padding-left: 10rpx;
font-size: 30rpx;
color: #242424;
margin-bottom: 20rpx;
}
.main-container{
display: flex;
flex-wrap: wrap;
}
.main-box{
width: 25%;
flex-shrink: 0;
text-align: center;
padding: 0 15rpx;
box-sizing: border-box;
}
.main-box image{
width: 65rpx;
height: 65rpx;
}
.title{
font-size: 28rpx;
color: #242424;
2020-06-26 18:43:33 +08:00
}
.set-phone{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, .6);
z-index: 100;
}
.set-phone-box{
width: 96%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
border-radius: 10rpx;
padding: 30rpx;
box-sizing: border-box;
}
.tips{
font-size: 28rpx;
color: #000;
}
.phone-input{
margin: 25rpx 0;
}
.code-input{
display: flex;
justify-content: space-between;
margin-bottom: 25rpx;
}
.code-input input{
width: 70%;
height: 55rpx;
border: 1px solid #dedede;
border-radius: 10rpx;
padding: 0 10rpx;
box-sizing: border-box;
font-size: 28rpx;
}
.phone-input input{
width: 100%;
height: 55rpx;
border: 1px solid #dedede;
border-radius: 10rpx;
padding: 0 10rpx;
box-sizing: border-box;
font-size: 28rpx;
}
.get-code, .got-code{
font-size: 28rpx;
background: rgba(159,21,18,.1);
color: #9F1512;
width: 28%;
line-height: 55rpx;
text-align: center;
border-radius: 10rpx;
}
.got-code{
background: #fff;
color: #4a4d52;
border: 1px solid #eaeaea;
}
.set-phone-btn-box{
display: flex;
justify-content: space-between;
}
.set-phone-btn{
width: 49%;
height: 65rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 28rpx;
color: #fff;
background: #9F1512;
border-radius: 10rpx;
2020-06-23 19:14:44 +08:00
}