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.
|
|
|
@font-face {
|
|
|
|
font-family: 'Tahoma';
|
|
|
|
src: url('https://hb.jzce.com/Tahoma.ttf') format('truetype');
|
|
|
|
}
|
|
|
|
|
|
|
|
page {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
position: relative;
|
|
|
|
color: #071437;
|
|
|
|
}
|
|
|
|
|
|
|
|
view {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: inherit;
|
|
|
|
&::after {
|
|
|
|
content: '';
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
::v-deep .uni-calendar__box {
|
|
|
|
padding-bottom: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagList {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
align-items: center;
|
|
|
|
gap: 16rpx;
|
|
|
|
.tag {
|
|
|
|
display: flex;
|
|
|
|
padding: 4rpx 12rpx;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
border-radius: 4rpx;
|
|
|
|
background: var(--LightMode-Grey-Grey-100, #f9f9f9);
|
|
|
|
color: var(--LightMode-Grey-Grey-600, #78829d);
|
|
|
|
text-align: center;
|
|
|
|
font-size: 24rpx;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
}
|