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.
clothesProject/pages/navigation/userinform/userinform.wxss

54 lines
944 B

/* pages/navigation/userinform/userinform.wxss */
.beijing{
position: absolute;
width: 100%;
height: 100%;
z-index: -999;
}
.user_box {
display: flex;
align-items: center;
width: 94%;
height: 115px;
margin-left: 100rpx;
}
.logo {
margin-left: 20px;
margin-right: 20px;
width: 150rpx;
height: 150rpx;
border-radius: 50%;
background: rgba(255, 255, 255, 0.952);
}
.logo image {
width: 100%;
height: 100%;
border-radius: 100%;
will-change: transform;
}
.input{
margin-left: 30rpx;
margin-top: 10rpx;
margin-right: 30rpx;
background: rgba(255, 255, 255, 0.7);
display: flex;
flex-direction: column;
}
.s ,.t ,.y, .x ,.tui ,.tun{
display:flex;
flex-direction: row;
}
.shengao,.tizhong,.yaowei,.xiongwei,.tuiwei,.tunwei{
margin-left: 30rpx;
}
.save{
border: solid 1rpx #fafdfd;
margin-top: 80rpx;
width: 70%;
background-color: rgba(225, 230, 221, 0.7);
border-radius: 40rpx;
}