武田基因病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.

64 lines
1.4 KiB

16 hours ago
page {
background-color: rgba(247, 247, 250, 1);
}
.page {
padding: 0 40rpx 40rpx;
background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
.card {
margin-top: 40rpx;
padding: 32rpx;
background: #ffffff;
border-radius: 24rpx 24rpx 24rpx 24rpx;
.user {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24rpx;
.avatar {
flex-shrink: 0;
width: 92rpx;
height: 92rpx;
border-radius: 50%;
}
.wrap {
flex: 1;
.w-name {
font-size: 32rpx;
color: rgba(1, 1, 5, 1);
font-weight: bold;
}
.w-content {
margin-top: 16rpx;
line-height: 28rpx;
.hostipal {
margin-right: 12rpx;
display: inline-block;
font-size: 28rpx;
color: rgba(161, 164, 172, 1);
}
.tag {
vertical-align: middle;
display: inline-block;
padding: 0 8rpx;
font-size: 20rpx;
color: rgba(255, 255, 255, 1);
border-radius: 6rpx;
background-color: rgba(255, 186, 1, 1);
}
}
}
.unbind {
font-size: 32rpx;
color: rgba(246, 74, 58, 1);
}
}
.content {
margin-top: 32rpx;
font-size: 28rpx;
color: rgba(161, 164, 172, 1);
line-height: 40rpx;
}
}
}