This commit is contained in:
2025-04-18 16:32:32 +08:00
parent 09c087508f
commit 8e44473164
74 changed files with 24833 additions and 10335 deletions

View File

@@ -2,7 +2,8 @@
//主题色
$themeColor: #3AB3AE;
$themeBgColor: #EDF6F5 !important;
$containerColor: #f4f7ff;
$imgBg: #edf3ff;
@keyframes example1 {
0% {
transform: translate(-100px);
@@ -19,7 +20,14 @@ $themeBgColor: #EDF6F5 !important;
// opacity: 1;
}
}
@mixin pleft_right($p) {
padding-left:$p ;
padding-right: $p;
// background-image: url($url);
}
@mixin mshadow($size,$opacity) {
box-shadow: 0px 0px $size 0px rgba(167, 187, 228, $opacity);
}
@mixin theme($type, $path: '') {
@if $type =="btn_bg" {
background-image: linear-gradient(90deg, #3AB3AE 0%, #117e4c 100%);
@@ -49,7 +57,10 @@ $themeBgColor: #EDF6F5 !important;
background-clip: content-box, border-box;
border-radius: $radiusSize;
}
@mixin ptop_bottm($p) {
padding-bottom:$p ;
padding-top: $p;
}
@mixin themFlex($align,$justify1) {
display: flex;
align-items:$align;