145 lines
2.7 KiB
SCSS
145 lines
2.7 KiB
SCSS
.app {
|
|
font-size: 35rpx;
|
|
padding: 0 0 200rpx 0;
|
|
position: relative;
|
|
.signout{
|
|
// position: absolute;
|
|
// bottom: 60rpx;
|
|
// width: 94%;
|
|
background: #FFFFFF;
|
|
margin-top: 50rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
// left:3%;
|
|
border-radius: 20rpx;
|
|
text-align: center;
|
|
}
|
|
.External {
|
|
width: 94%;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
margin: 20rpx auto;
|
|
padding-left: 5%;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
border-radius: 20rpx;
|
|
position: relative;
|
|
.righttext {
|
|
position: absolute;
|
|
right: 12%;
|
|
top: 50%;
|
|
color: #969394;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
image {
|
|
width: 18rpx;
|
|
height: 27rpx;
|
|
position: absolute;
|
|
right: 5%;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.lefttext,
|
|
.righttext {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.information {
|
|
width: 94%;
|
|
border-radius: 20rpx;
|
|
position: absolute;
|
|
top: 250rpx;
|
|
left: 3%;
|
|
color: #000000;
|
|
padding:0 0 0 0;
|
|
overflow: hidden;
|
|
font-size: 32rpx;
|
|
.disease{
|
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
line-height: 60rpx;
|
|
padding:0 0 40rpx 5%;
|
|
background: #FFFFFF;
|
|
border-radius: 0 0 20rpx 20rpx;
|
|
}
|
|
.addressitem {
|
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
// height: 110rpx;
|
|
line-height: 80rpx;
|
|
border-bottom: 1rpx solid #D8D4D4;
|
|
background: #FFFFFF;
|
|
.address{
|
|
line-height: 50rpx;font-size: 28rpx;width: 90%;margin: 0 auto;
|
|
}
|
|
}
|
|
.item {
|
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
// height: 110rpx;
|
|
line-height: 110rpx;
|
|
border-bottom: 1rpx solid #D8D4D4;
|
|
padding:0 0 0 5%;
|
|
background: #FFFFFF;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
// .address {
|
|
// position: absolute;
|
|
// top:50%;
|
|
// transform: translateY(-50%);
|
|
// // font-size: 30rpx;
|
|
// display: inline-block;
|
|
// width: 80%;
|
|
// overflow: hidden;
|
|
// text-overflow: ellipsis;
|
|
// white-space: nowrap;
|
|
// }
|
|
}
|
|
}
|
|
|
|
.user {
|
|
width: 100%;
|
|
height: 500rpx;
|
|
background: #4C7BC9;
|
|
position: relative;
|
|
color: #FFFFFF;
|
|
|
|
.modify {
|
|
font-size: 32rpx;
|
|
position: absolute;
|
|
right: 3%;
|
|
top: 22%;
|
|
}
|
|
|
|
.nickname {
|
|
position: absolute;
|
|
top: 26%;
|
|
left: 33%;
|
|
}
|
|
|
|
.phone {
|
|
position: absolute;
|
|
top: 13%;
|
|
left: 33%;
|
|
}
|
|
|
|
.img {
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
border-radius: 50%;
|
|
background: #F6F6F6;
|
|
position: absolute;
|
|
top: 10%;
|
|
left: 8%;
|
|
|
|
image {
|
|
width: 100rpx;
|
|
margin-left: 50%;
|
|
margin-top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
height: 100rpx;
|
|
}
|
|
}
|
|
}
|
|
} |