postdischarge-applet/pages/personal/personal.scss
zhuangyuanke daf9159fca 1
2024-11-01 13:36:21 +08:00

131 lines
2.0 KiB
SCSS

.app {
font-size: 35rpx;
padding: 0 0 200rpx 0;
position: relative;
text-align: center;
height: 100vh;
.center {
width: 96%;
height: 300rpx;
background: #FFFFFF;
padding: 30rpx;
transform: translateY(-20%);
border-radius: 10rpx;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding-top: 10rpx;
margin: 0 auto;
.home {
width: 39%;
height: 240rpx;
margin: 20rpx 0;
border-radius: 10rpx;
.name {
text-align: center;
margin: 10rpx 0 0 0;
}
image {
display: block;
margin: 20rpx auto;
width: 130rpx;
height: 130rpx;
}
}
}
.service {
width: 100rpx;
height: 100rpx;
position: absolute;
// background: red;
top: 40%;
right: 10%;
image {
width: 60rpx;
height: 60rpx;
position: absolute;
right: 7rpx;
top: 50%;
transform: translateY(-50%);
}
.serviceorder {
font-size: 32rpx;
height: 100rpx;
line-height: 100rpx;
position: absolute;
left: 31rpx;
}
}
.user {
width: 100%;
height: 500rpx;
position: relative;
color: #FFFFFF;
font-size: 39rpx;
.modify {
position: absolute;
right: 3%;
top: 250rpx;
font-size: 28rpx;
image {
width: 23rpx;
height: 23rpx;
padding-left: 10rpx;
}
}
.login {
position: absolute;
top: 220rpx;
left: 35%;
font-size: 36rpx;
width: 180rpx;
line-height: 70rpx;
border: 1rpx solid #fff;
height: 70rpx;
border-radius: 20rpx;
}
.nickname {
position: absolute;
top: 310rpx;
left: 35%;
font-size: 30rpx;
}
.phone {
position: absolute;
top: 180rpx;
left: 35%;
}
.bjimg {
width: 100%;
height: 100%;
image {
width: 100%;
height: 100%;
}
}
.img {
width: 150rpx;
height: 150rpx;
border-radius: 50%;
background: #F6F6F6;
position: absolute;
top: 180rpx;
left: 8%;
}
}
}