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;
@@ -13,15 +13,24 @@
   --topicgray: #999999;
   --topicdarkgray: #936E32;
}
$u-main-color: #20613D;
$main-color: #20613D;
$u-primary: #20613D;
body{
   --tcolor: #3140A2;
   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;
@@ -522,7 +531,7 @@
.button-green-1{
   height: 80rpx;
   
   background: #04BA97;
   background: var(--topicolor);
   border-radius: 44rpx;
   line-height: 80rpx;
   text-align: center;
@@ -531,7 +540,7 @@
}
.button-green-border{
   height: 80rpx;
   border: 1px solid  #04BA97;
   border: 1px solid  var(--topicolor);
   border-radius: 44rpx;
   line-height: 80rpx;
   text-align: center;
@@ -561,7 +570,6 @@
   background-size: 100% 100%;
   width: 136rpx;
   height: 136rpx;
   background-image: url('@/static/app/imgs/app-add.png');
}
// #endif
.flex-w100{
@@ -641,6 +649,7 @@
   bottom: 60rpx;
   left: 40rpx;
   right: 40rpx;
   z-index: 1;
}
.close-parent{
@@ -677,7 +686,7 @@
.button-green{
   width: 302rpx;
   height: 80rpx;
   background: #04BA97;
   background: var(--topicolor);
   border-radius: 62rpx;
   
   font-size: 32rpx;
@@ -943,3 +952,10 @@
   }
.img100{
   background-size: 100% 100%;
}
uni-image>img{
   opacity: 1 !important;
}