tanzhongheY/pages/userEdit/userEdit.wxss

43 lines
686 B
Plaintext

/* pages/userEdit/userEdit.wxss */
.works-icon{
float: right;
padding-left:30rpx;
padding-top: 20rpx;
}
.item{
border-bottom: 2rpx solid #eee;
/* height: 120rpx; */
display: inline-block;
width: 100%;
padding: 40rpx 0;
line-height: 60rpx;
}
.centent{
padding-top: 30rpx;
width: 90%;
margin: auto;
}
.item .title{
float: left;
}
.img{
padding-bottom: 30rpx;
text-align: center;
}
.img image{border-radius: 100%;margin-bottom: 30rpx;
border:6rpx solid #4CAF50;
}
.item input,.item .section{
float: right;
text-align: right;
height: 60rpx;
color: #666;
}
button{
margin-top: 60rpx;
width: 100% !IMPORTANT;
color: #fff;
background: #FF9800;
}