图书馆小程序
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.
 
 
 
 
 

69 lines
1.5 KiB

@charset "UTF-8";
/* 水平间距 */
/* 水平间距 */
.activity-img.data-v-23024f0f {
width: 100%;
height: 150px;
}
.activity-base.data-v-23024f0f {
display: flex;
flex-direction: column;
justify-content: flex-start;
background-color: #fff;
padding: 15px;
}
.activity-base .title.data-v-23024f0f {
font-size: 16px;
font-weight: bold;
color: #333;
padding-bottom: 10px;
}
.activity-base .time.data-v-23024f0f,
.activity-base .location.data-v-23024f0f {
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 12px;
color: #999;
}
.activity-base .time .detail-icon.data-v-23024f0f,
.activity-base .location .detail-icon.data-v-23024f0f {
width: 20px;
}
.activity-base .time.data-v-23024f0f {
padding-bottom: 10px;
}
.activity-base .time .detail-icon.data-v-23024f0f {
margin-top: 2px;
margin-left: 2px;
}
.activity-content.data-v-23024f0f {
display: flex;
flex-direction: column;
justify-content: flex-start;
background-color: #fff;
margin-top: 20px;
padding: 15px 0;
}
.activity-content .content-title.data-v-23024f0f {
position: relative;
font-size: 16px;
font-weight: bold;
color: #333;
padding-left: 12px;
}
.activity-content .content-title.data-v-23024f0f::before {
position: absolute;
left: 0;
top: 50%;
margin-top: -9px;
content: "";
width: 4px;
height: 18px;
background-color: #01a4fe;
}
.activity-content .content-desc.data-v-23024f0f {
padding: 15px;
font-size: 14px;
line-height: 24px;
}