lcw
This commit is contained in:
@ -1,19 +1,23 @@
|
||||
.h-100{
|
||||
.h-100 {
|
||||
height: 100%;
|
||||
}
|
||||
.w-100{
|
||||
|
||||
.w-100 {
|
||||
width: 100%;
|
||||
}
|
||||
.flexcc{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
.flexcc {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.flexcb{
|
||||
|
||||
.flexcb {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.font10 {
|
||||
font-size: 10px;
|
||||
}
|
||||
@ -64,12 +68,10 @@ align-items: center;
|
||||
|
||||
// 分割线
|
||||
.divider {
|
||||
background: linear-gradient(
|
||||
90.143958942072deg,
|
||||
rgba(14, 48, 115, 1) 0%,
|
||||
rgba(70, 159, 251, 1) 50%,
|
||||
rgba(14, 48, 115, 1) 100%
|
||||
);
|
||||
background: linear-gradient(90.143958942072deg,
|
||||
rgba(14, 48, 115, 1) 0%,
|
||||
rgba(70, 159, 251, 1) 50%,
|
||||
rgba(14, 48, 115, 1) 100%);
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
@ -137,6 +139,7 @@ align-items: center;
|
||||
.relative {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.absolute {
|
||||
position: absolute;
|
||||
}
|
||||
@ -180,9 +183,11 @@ align-items: center;
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.flex-grow1 {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.shrink0 {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
@ -190,6 +195,7 @@ align-items: center;
|
||||
.flex-warp {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.flex-nowrap {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
@ -200,7 +206,9 @@ align-items: center;
|
||||
|
||||
.just-between {
|
||||
justify-content: space-between;
|
||||
|
||||
}
|
||||
|
||||
.just-around {
|
||||
justify-content: space-around;
|
||||
}
|
||||
@ -221,14 +229,18 @@ align-items: center;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
align-items: center;
|
||||
.align-space-around {
|
||||
align-content: space-around;
|
||||
}
|
||||
|
||||
.align-bottom {
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/**********文本省略***********/
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
@ -328,11 +340,11 @@ align-items: center;
|
||||
}
|
||||
|
||||
.ww#{$i} {
|
||||
width: #{$i}+ "%";
|
||||
width: #{$i}+"%";
|
||||
}
|
||||
|
||||
.hh#{$i} {
|
||||
height: #{$i}+ "%";
|
||||
height: #{$i}+"%";
|
||||
}
|
||||
|
||||
//高度
|
||||
@ -345,24 +357,29 @@ align-items: center;
|
||||
.lh#{$i} {
|
||||
line-height: #{$i}px;
|
||||
}
|
||||
//自适应大号字体(通常为统计数字 18-30)
|
||||
.font_size_big{
|
||||
font-size: clamp(1.125rem, -0.894rem + 2.31vw, 1.875rem);
|
||||
}
|
||||
|
||||
//自适应大号字体(通常为统计数字 18-30)
|
||||
.font_size_big {
|
||||
font-size: clamp(1.125rem, -0.894rem + 2.31vw, 1.875rem);
|
||||
}
|
||||
|
||||
//自适应一号字体(通常为一级标题 14-18)
|
||||
.font_size_title{
|
||||
.font_size_title {
|
||||
font-size: clamp(0.875rem, 0.37rem + 0.58vw, 1.063rem);
|
||||
}
|
||||
|
||||
//自适应统计字体(通常为统计数字 14-22)
|
||||
.font_size1{
|
||||
.font_size1 {
|
||||
font-size: clamp(0.875rem, -0.471rem + 1.54vw, 1.375rem);
|
||||
}
|
||||
//自适应二号字体(通常为二级标题 14-16)
|
||||
.font_size2{
|
||||
|
||||
//自适应二号字体(通常为二级标题 14-16)
|
||||
.font_size2 {
|
||||
font-size: clamp(0.75rem, 0.077rem + 0.77vw, 1rem);
|
||||
}
|
||||
|
||||
//自适应普通字体(通常为默认大小 10-14)
|
||||
.font_size_default{
|
||||
.font_size_default {
|
||||
font-size: clamp(0.625rem, -0.048rem + 0.77vw, 0.875rem);
|
||||
}
|
||||
}
|
||||
@ -373,6 +390,7 @@ align-items: center;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "HANYILINGXINTIJIAN";
|
||||
src: url("~@/assets/font/HANYILINGXINTIJIAN-1.TTF");
|
||||
|
||||
BIN
src/assets/images/tztg.png
Normal file
BIN
src/assets/images/tztg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 555 B |
BIN
src/assets/images/xtxx.png
Normal file
BIN
src/assets/images/xtxx.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 652 B |
BIN
src/assets/images/xxxt.png
Normal file
BIN
src/assets/images/xxxt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 790 B |
Reference in New Issue
Block a user