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.

95 lines
2.0 KiB

2 months ago
page {
background: #f6f8f9;
2 months ago
padding-bottom: calc(140rpx + env(safe-area-inset-bottom));
}
.page {
min-height: 100vh;
2 months ago
padding-top: 40rpx;
.user-info {
display: flex;
padding: 0 40rpx 0;
2 months ago
.avatar {
2 months ago
flex-shrink: 0;
width: 104rpx;
height: 104rpx;
border-radius: 50%;
margin-right: 24rpx;
2 months ago
}
2 months ago
.user-detail {
.name {
font-size: 40rpx;
2 months ago
color: rgba(40, 48, 49, 1);
2 months ago
font-weight: bold;
margin-bottom: 12rpx;
}
.hospital {
font-size: 32rpx;
color: rgba(33, 33, 32, 0.4);
2 months ago
.tag {
2 months ago
display: inline-block;
margin-left: 12rpx;
padding: 0 12rpx;
2 months ago
font-size: 22rpx;
2 months ago
color: rgba(255, 255, 255, 1);
background: linear-gradient(272deg, #ffd21e 0%, #ffb514 100%);
2 months ago
border-radius: 8rpx;
}
}
}
2 months ago
}
.invite-card {
margin: 40rpx 40rpx 0;
.i-img {
width: 100%;
height: 164rpx;
2 months ago
}
}
2 months ago
.menu-list {
margin: 32rpx 30rpx 0;
background: #fff;
2 months ago
border-radius: 24rpx;
2 months ago
overflow: hidden;
.menu-item {
2 months ago
display: flex;
align-items: center;
justify-content: space-between;
padding: 40rpx 30rpx;
2 months ago
border-bottom: 1rpx solid #f2f4f5;
&:last-child {
border-bottom: none;
}
.menu-left {
2 months ago
display: flex;
align-items: center;
2 months ago
.menu-icon {
width: 44rpx;
height: 44rpx;
margin-right: 20rpx;
2 months ago
}
2 months ago
.menu-name {
2 months ago
font-size: 32rpx;
2 months ago
color: rgba(33, 33, 32, 1);
2 months ago
}
}
2 months ago
.menu-arrow {
color: rgba(173, 172, 178, 1);
2 months ago
font-size: 32rpx;
}
.switch {
zoom: 0.8;
}
2 months ago
}
}
2 months ago
.logout-btn {
margin: 40rpx 30rpx;
height: 88rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 32rpx;
color: rgba(33, 33, 32, 1);
background: #fff;
border-radius: 44rpx;
}
2 months ago
}