武田基因病B开发环境
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.

149 lines
3.0 KiB

2 months ago
page {
background-color: rgba(247, 247, 250, 1);
}
.page {
padding: 52rpx 30rpx;
.user {
display: flex;
align-items: center;
2 months ago
.avatar-wrapper {
2 months ago
flex-shrink: 0;
2 months ago
padding: 0;
margin: 0;
2 months ago
width: 128rpx;
height: 128rpx;
2 months ago
outline: none;
&::after {
border: none;
}
.avatar {
width: 128rpx;
height: 128rpx;
border-radius: 50%;
}
2 months ago
}
.wrap {
padding-left: 24rpx;
.name {
display: flex;
align-items: center;
.nickname {
font-size: 40rpx;
}
font-weight: bold;
color: rgba(1, 1, 5, 1);
}
.icon {
margin-left: 16rpx;
width: 48rpx;
height: 48rpx;
}
}
.day {
margin-top: 8rpx;
font-size: 28rpx;
color: rgba(1, 1, 5, 0.4);
line-height: 36rpx;
display: flex;
align-items: baseline;
2 months ago
}
}
.apply {
margin-top: 48rpx;
position: relative;
.a-img {
width: 670rpx;
height: 136rpx;
1 month ago
border-radius: 120rpx;
box-shadow: 0px 2px 16px 0px #f33e328f;
2 months ago
}
.a-label {
position: absolute;
top: -8rpx;
right: 68rpx;
width: 115rpx;
height: 60rpx;
}
.content {
padding: 20rpx 0;
position: absolute;
left: 260rpx;
top: -4rpx;
width: 8em;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
line-height: 1.4;
box-sizing: border-box;
font-size: 30rpx;
color: rgba(255, 255, 255, 1);
font-weight: bold;
}
2 months ago
}
.list {
margin-top: 48rpx;
.list-header {
display: flex;
align-items: center;
gap: 8rpx;
.name {
font-size: 32rpx;
color: rgba(1, 1, 5, 1);
font-weight: bold;
}
.icon {
flex-shrink: 0;
width: 48rpx;
height: 48rpx;
}
}
.item {
margin-top: 24rpx;
padding: 32rpx;
display: flex;
align-items: center;
justify-content: space-between;
background: linear-gradient(33deg, #ffffff 0%, #fff3f2 100%);
border-radius: 24rpx 24rpx 24rpx 24rpx;
border: 2rpx solid #ffffff;
.icon {
flex-shrink: 0;
width: 88rpx;
height: 88rpx;
}
.wrap {
padding-left: 30rpx;
flex: 1;
.name {
font-size: 32rpx;
color: rgba(1, 1, 5, 1);
font-weight: bold;
}
.content {
font-size: 32rpx;
color: rgba(242, 58, 47, 1);
font-weight: bold;
}
}
.icon2 {
flex-shrink: 0;
width: 48rpx;
height: 48rpx;
}
}
}
.login-out {
margin-top: 158rpx;
width: 670rpx;
height: 84rpx;
border-radius: 130rpx 130rpx 130rpx 130rpx;
border: 2rpx solid rgba(1, 1, 5, 0.04);
display: flex;
align-items: center;
justify-content: center;
font-size: 32rpx;
2 months ago
color: rgba(1, 1, 5, 0.4);
2 months ago
}
}