xuxy
2024-06-27 36f5a552738ff64d35e5508a1db8c2249b9187b0
common/self.scss
@@ -1,5 +1,5 @@
/* $self-gray: #9a9da2; */
:root {
:root,page {
   --selfgray: #9a9da2;
   --self_light_gray: #dce3e9;
   --title_font_size: 60rpx;
@@ -21,11 +21,17 @@
   font-family: PingFangSC-Regular, PingFang SC;
}
.topic-font{
   color: var(--topicolor);
   color: var(--topicolor) !important;
}
.flex-wrap-normal{
   flex-wrap: nowrap;
}
.topic-gray{
   color: var(--topicgray);
}
.relative{
   position: relative;
}
.t-red{
   color: #CE3C39 !important;
}