You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
166 lines
3.0 KiB
166 lines
3.0 KiB
/* pages/userinfo/userinfo.wxss */
|
|
page{
|
|
background-color: #F6F6FB;
|
|
}
|
|
.container{
|
|
font-size: 30rpx;
|
|
/* height: 100vh;
|
|
overflow-x: hidden;
|
|
overflow-y: auto; */
|
|
}
|
|
.topbg {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 90rpx;
|
|
width: 100%;
|
|
z-index: -1;
|
|
background: linear-gradient(to top, #F6F6FA, #C0DEFA);
|
|
}
|
|
.titleModule{
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 90rpx;
|
|
}
|
|
.titleModule .titleTag{
|
|
margin-left: 30rpx;
|
|
margin-top: 31rpx;
|
|
height: 28rpx;
|
|
width: 8rpx;
|
|
background-color: #DF1111;
|
|
}
|
|
.titleModule .title{
|
|
margin-left: 10rpx;
|
|
height: 90rpx;
|
|
font-size: 32rpx;
|
|
line-height: 90rpx;
|
|
color: #333333;
|
|
}
|
|
.fillcolor{
|
|
background-color: #F6F6FB;
|
|
}
|
|
.headModule{
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 180rpx;
|
|
background-color: white;
|
|
border-bottom: 1rpx solid #ececec;
|
|
}
|
|
.headModule .title{
|
|
margin-left: 30rpx;
|
|
font-size: 28rpx;
|
|
width: 180rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
color: #333333;
|
|
}
|
|
.headModule .head_image {
|
|
margin-top: 30rpx;
|
|
margin-left: 60rpx;
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.cellModule{
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 90rpx;
|
|
background-color: white;
|
|
border-bottom: 1rpx solid #ececec;
|
|
}
|
|
.cellModule .title{
|
|
margin-left: 30rpx;
|
|
font-size: 28rpx;
|
|
width: 180rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
color: #333333;
|
|
}
|
|
.large{
|
|
height: 220rpx;
|
|
}
|
|
.cellModule .scrollView{
|
|
margin-top: 30rpx;
|
|
margin-left: 80rpx;
|
|
width: 500rpx;
|
|
height: 160rpx;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
}
|
|
.cellModule .cell_image {
|
|
margin-top: 30rpx;
|
|
margin-left: 60rpx;
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
}
|
|
.areaModule{
|
|
display: flex;
|
|
flex-direction: row;
|
|
min-height: 90rpx;
|
|
background-color: white;
|
|
border-bottom: 1rpx solid #ececec;
|
|
}
|
|
.areaModule .title{
|
|
margin-left: 30rpx;
|
|
font-size: 28rpx;
|
|
width: 180rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
color: #333333;
|
|
}
|
|
.areaModule text{
|
|
padding-top: 25rpx;
|
|
margin-left: 60rpx;
|
|
padding-bottom: 25rpx;
|
|
width: 435rpx;
|
|
font-size: 28rpx;
|
|
color: #807e7e;
|
|
}
|
|
.submitView{
|
|
margin-top: 40rpx;
|
|
height: 80rpx;
|
|
background-color: #F6F6FB;
|
|
display: flex;
|
|
flex-direction: row;
|
|
/* iPhoneX底部适配 */
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
.submitView .sendBtn{
|
|
margin-top: 5rpx;
|
|
margin-left: 30rpx;
|
|
height: 70rpx;
|
|
width: 330rpx;
|
|
text-align: center;
|
|
line-height: 70rpx;
|
|
font-size: 28rpx;
|
|
color: #1A66FF;
|
|
background-color: #E7EEFE;
|
|
border-radius: 8rpx;
|
|
}
|
|
/* .submitView .submitBtn{
|
|
margin-top: 5rpx;
|
|
margin-left: 30rpx;
|
|
height: 70rpx;
|
|
width: 330rpx;
|
|
text-align: center;
|
|
line-height: 70rpx;
|
|
font-size: 28rpx;
|
|
color: white;
|
|
background-color: #1A66FF;
|
|
border-radius: 8rpx;
|
|
} */
|
|
.submitView .submitBtn{
|
|
margin-top: 5rpx;
|
|
margin-left: 60rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 70rpx;
|
|
width: 630rpx;
|
|
text-align: center;
|
|
line-height: 70rpx;
|
|
font-size: 28rpx;
|
|
color: white;
|
|
background-color: #1A66FF;
|
|
border-radius: 35rpx;
|
|
}
|