Merge branch 'StableVersion' into develop

This commit is contained in:
X1627315083
2024-03-08 11:19:33 +08:00
20 changed files with 1256 additions and 665 deletions

View File

@@ -1,6 +1,6 @@
@font-face {
font-family: "iconfont"; /* Project id */
src: url('iconfont.ttf?t=1701308010197') format('truetype');
src: url('iconfont.ttf?t=1709865709415') format('truetype');
}
.iconfont {
@@ -43,3 +43,47 @@
content: "\e685";
}
.icon-bianji:before {
content: "\e600";
}
.icon-circle:before {
content: "\e64f";
}
.icon-sanjiaoxing:before {
content: "\e615";
}
.icon-tuceng:before {
content: "\e632";
}
.icon-move:before {
content: "\e616";
}
.icon-xiangpi_huaban1:before {
content: "\e67b";
}
.icon-tx-fill-tuoyuanxing:before {
content: "\e64c";
}
.icon-zhixian:before {
content: "\e602";
}
.icon-xian:before {
content: "\ec5f";
}
.icon-checkbox-full:before {
content: "\ea6f";
}
.icon-tuceng1:before {
content: "\e62d";
}

View File

@@ -60,6 +60,83 @@
"font_class": "dianwei",
"unicode": "e685",
"unicode_decimal": 59013
},
{
"icon_id": "130743908",
"name": "编辑",
"font_class": "bianji",
"unicode": "e600",
"unicode_decimal": 58880
},
{
"icon_id": "130743909",
"name": "圆形",
"font_class": "circle",
"unicode": "e64f",
"unicode_decimal": 58959
},
{
"icon_id": "130743910",
"name": "三角形",
"font_class": "sanjiaoxing",
"unicode": "e615",
"unicode_decimal": 58901
},
{
"icon_id": "130743911",
"name": "图层",
"font_class": "tuceng",
"unicode": "e632",
"unicode_decimal": 58930
},
{
"icon_id": "130743912",
"name": "平移",
"font_class": "move",
"unicode": "e616",
"unicode_decimal": 58902
},
{
"icon_id": "130743913",
"name": "橡皮",
"font_class": "xiangpi_huaban1",
"unicode": "e67b",
"unicode_decimal": 59003
},
{
"icon_id": "130743914",
"name": "tx-fill-椭圆形",
"font_class": "tx-fill-tuoyuanxing",
"unicode": "e64c",
"unicode_decimal": 58956
},
{
"icon_id": "130743915",
"name": "直线",
"font_class": "zhixian",
"unicode": "e602",
"unicode_decimal": 58882
},
{
"icon_id": "130743916",
"name": "线",
"font_class": "xian",
"unicode": "ec5f",
"unicode_decimal": 60511
},
{
"icon_id": "130743917",
"name": "正方形",
"font_class": "checkbox-full",
"unicode": "ea6f",
"unicode_decimal": 60015
},
{
"icon_id": "130743918",
"name": "图层",
"font_class": "tuceng1",
"unicode": "e62d",
"unicode_decimal": 58925
}
]
}

Binary file not shown.

View File

@@ -1001,6 +1001,10 @@ i {
color: #fff;
flex-direction: column;
}
.mark_loading.bgFFF {
background: #ffffff;
color: #000;
}
.mark_loading .mark_loading_text {
text-align: center;
font-size: 1.2rem;
@@ -1017,16 +1021,25 @@ i {
}
.mark_loading .mark_loading_title {
font-size: 3rem;
text-decoration: underline;
cursor: pointer;
font-weight: 600;
margin-bottom: 2rem;
}
.mark_loading .mark_loading_intro {
color: rgba(0, 0, 0, 0.6);
font-size: 1.4rem;
margin-bottom: 2rem;
text-align: center;
width: 80%;
}
.mark_loading .mark_loading_title_box {
display: flex;
}
.mark_loading .mark_loading_btn,
.mark_loading .mark_loading_btn2 {
display: flex;
margin-top: 10px;
text-align: center;
border: 2px solid;
display: inline-block;
padding: 0 20px;
border-radius: 10px;
cursor: pointer;
@@ -1035,9 +1048,10 @@ i {
color: #fff;
border: none;
margin: 0 2rem;
align-items: center;
}
.mark_loading .mark_loading_btn2 {
border: 2px solid #000;
color: #000;
background: rgba(0, 0, 0, 0);
color: #fff;
}

View File

@@ -1066,6 +1066,10 @@ i{
justify-content: center;
color: #fff;
flex-direction: column;
&.bgFFF{
background: rgba(255,255,255, 1);
color: #000;
}
.mark_loading_text{
text-align: center;
font-size: 1.2rem;
@@ -1085,18 +1089,29 @@ i{
}
.mark_loading_title{
font-size: 3rem;
text-decoration: underline;
cursor: pointer;
// text-decoration: underline;
font-weight: 600;
margin-bottom: 2rem;
// color: #fff;
}
.mark_loading_intro{
color: rgba(0, 0, 0, 0.6);
font-size: 1.4rem;
margin-bottom: 2rem;
text-align: center;
width: 80%;
}
.mark_loading_title_box{
display: flex;
}
.mark_loading_btn,.mark_loading_btn2{
// border: #000;
// color: #fff;
display: flex;
margin-top: 10px;
text-align: center;
border: 2px solid;
display: inline-block;
padding: 0 20px;
border-radius: 10px;
cursor: pointer;
@@ -1105,10 +1120,11 @@ i{
color: #fff;
border: none;
margin: 0 2rem;
align-items: center;
}
.mark_loading_btn2{
border: 2px solid #000;
color: #000;
background: rgba(0,0,0,0);
color: #fff;
}
}