|
|
|
|
page {
|
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
|
}
|
|
|
|
|
.page {
|
|
|
|
|
padding: 32rpx 32rpx 80rpx;
|
|
|
|
|
.page-container {
|
|
|
|
|
padding: 32rpx;
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
box-shadow: 0rpx 4rpx 32rpx 0rpx rgba(0, 0, 0, 0.08);
|
|
|
|
|
border-radius: 12rpx 12rpx 12rpx 12rpx;
|
|
|
|
|
border: 2rpx solid #f4f3f3;
|
|
|
|
|
.card {
|
|
|
|
|
padding-top: 32rpx;
|
|
|
|
|
padding-bottom: 32rpx;
|
|
|
|
|
border-top: 1px solid rgba(244, 243, 243, 1);
|
|
|
|
|
&:first-of-type {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
.c-title {
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
color: rgba(33, 33, 32, 1);
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.answer-text {
|
|
|
|
|
margin-top: 24rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
gap: 16rpx;
|
|
|
|
|
.answer-tag {
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
color: rgba(33, 33, 32, 1);
|
|
|
|
|
}
|
|
|
|
|
.answer-content {
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
color: rgba(33, 33, 32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.other-text {
|
|
|
|
|
margin-top: 16rpx;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: rgba(34, 34, 34, 0.7);
|
|
|
|
|
}
|
|
|
|
|
.image-group {
|
|
|
|
|
margin-top: 24rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
gap: 20rpx;
|
|
|
|
|
.image-item {
|
|
|
|
|
width: 200rpx;
|
|
|
|
|
height: 200rpx;
|
|
|
|
|
.img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 16rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.empty {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 120rpx 0;
|
|
|
|
|
.empty-text {
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: rgba(34, 34, 34, 0.4);
|
|
|
|
|
margin-bottom: 40rpx;
|
|
|
|
|
}
|
|
|
|
|
.empty-btn {
|
|
|
|
|
padding: 20rpx 64rpx;
|
|
|
|
|
background: linear-gradient(94deg, #0eb66d 0%, #00d277 100%);
|
|
|
|
|
border-radius: 16rpx;
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.edit-btn {
|
|
|
|
|
margin-top: 60rpx;
|
|
|
|
|
height: 96rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background: linear-gradient(94deg, #0eb66d 0%, #00d277 100%);
|
|
|
|
|
border-radius: 16rpx;
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
|
}
|
|
|
|
|
.case-report {
|
|
|
|
|
margin-top: 64rpx;
|
|
|
|
|
.c-header {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 32rpx;
|
|
|
|
|
.left {
|
|
|
|
|
width: 204rpx;
|
|
|
|
|
height: 2rpx;
|
|
|
|
|
background: linear-gradient(90deg, rgba(14, 182, 109, 0) 0%, #0eb66d 100%);
|
|
|
|
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
|
|
|
|
}
|
|
|
|
|
.right {
|
|
|
|
|
width: 204rpx;
|
|
|
|
|
height: 2rpx;
|
|
|
|
|
background: linear-gradient(270deg, rgba(14, 182, 109, 0) 0%, #0eb66d 100%);
|
|
|
|
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
|
|
|
|
}
|
|
|
|
|
.name {
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
color: #222222;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.list {
|
|
|
|
|
.row {
|
|
|
|
|
margin-top: 32rpx;
|
|
|
|
|
padding: 34rpx;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 24rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 24rpx;
|
|
|
|
|
.icon {
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
width: 96rpx;
|
|
|
|
|
height: 96rpx;
|
|
|
|
|
}
|
|
|
|
|
.col {
|
|
|
|
|
.name {
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
color: #222222;
|
|
|
|
|
}
|
|
|
|
|
.content {
|
|
|
|
|
margin-top: 8rpx;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: rgba(34, 34, 34, 0.5);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#drug-page {
|
|
|
|
|
.empty-btn {
|
|
|
|
|
background: linear-gradient(270deg, #5956e9 0%, #b384f4 100%) !important;
|
|
|
|
|
}
|
|
|
|
|
.edit-btn {
|
|
|
|
|
background: linear-gradient(270deg, #5956e9 0%, #b384f4 100%) !important;
|
|
|
|
|
}
|
|
|
|
|
}
|