|
@@ -133,10 +133,10 @@ body {
|
|
|
.input-line-wrap {
|
|
.input-line-wrap {
|
|
|
// 是否必填
|
|
// 是否必填
|
|
|
.required::before {
|
|
.required::before {
|
|
|
- content: '*';
|
|
|
|
|
- color: #F04545;
|
|
|
|
|
|
|
+ content: "*";
|
|
|
|
|
+ color: #f04545;
|
|
|
font-size: 28px;
|
|
font-size: 28px;
|
|
|
- margin-right: 8px;;
|
|
|
|
|
|
|
+ margin-right: 8px;
|
|
|
}
|
|
}
|
|
|
// 公共
|
|
// 公共
|
|
|
.line-cell {
|
|
.line-cell {
|
|
@@ -150,6 +150,7 @@ body {
|
|
|
.tui-title {
|
|
.tui-title {
|
|
|
width: 210px;
|
|
width: 210px;
|
|
|
color: $fontColor2;
|
|
color: $fontColor2;
|
|
|
|
|
+ flex-shrink: 0;
|
|
|
}
|
|
}
|
|
|
.tui-input {
|
|
.tui-input {
|
|
|
width: calc(100% - 210px);
|
|
width: calc(100% - 210px);
|
|
@@ -166,10 +167,15 @@ body {
|
|
|
.tui-placeholder {
|
|
.tui-placeholder {
|
|
|
color: #ccc;
|
|
color: #ccc;
|
|
|
}
|
|
}
|
|
|
- .phcolor {
|
|
|
|
|
- color: #ccc;
|
|
|
|
|
|
|
+ .tui-prompt {
|
|
|
|
|
+ flex-shrink: 0;
|
|
|
|
|
+ color: $fontColor2;
|
|
|
|
|
+ margin-left: 20px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ .phcolor {
|
|
|
|
|
+ color: #ccc;
|
|
|
|
|
+ }
|
|
|
.prompt-text {
|
|
.prompt-text {
|
|
|
color: $fontColor3;
|
|
color: $fontColor3;
|
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
@@ -210,6 +216,9 @@ body {
|
|
|
.line-input {
|
|
.line-input {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
@include disFlex(center, center);
|
|
@include disFlex(center, center);
|
|
|
|
|
+ &.flex-strat {
|
|
|
|
|
+ justify-content: flex-start;
|
|
|
|
|
+ }
|
|
|
.inp-input,
|
|
.inp-input,
|
|
|
.inp-select {
|
|
.inp-select {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -230,7 +239,7 @@ body {
|
|
|
height: 20px;
|
|
height: 20px;
|
|
|
width: 20px;
|
|
width: 20px;
|
|
|
border-width: 2px 2px 0 0;
|
|
border-width: 2px 2px 0 0;
|
|
|
- border-color: #BBBBBB;
|
|
|
|
|
|
|
+ border-color: #bbbbbb;
|
|
|
border-style: solid;
|
|
border-style: solid;
|
|
|
transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
|
|
transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -250,16 +259,25 @@ body {
|
|
|
|
|
|
|
|
// ======================= admin 操作弹窗 公共 =========================
|
|
// ======================= admin 操作弹窗 公共 =========================
|
|
|
|
|
|
|
|
-.operate-icon {
|
|
|
|
|
|
|
+.operate-icon-wrap {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- top: 20px;
|
|
|
|
|
- left: 20px;
|
|
|
|
|
- padding: 20px;
|
|
|
|
|
- .iconcaozuojihuo {
|
|
|
|
|
- color: $mainColor;
|
|
|
|
|
|
|
+ width: 36px;
|
|
|
|
|
+ height: 36px;
|
|
|
|
|
+ .operate-icon {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ bottom: -18px;
|
|
|
|
|
+ left: -18px;
|
|
|
|
|
+ padding: 20px;
|
|
|
|
|
+ .iconcaozuojihuo {
|
|
|
|
|
+ color: $mainColor;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.app-margin-left-20 {
|
|
|
|
|
+ margin-left: 20px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
// 带统计字数文本域
|
|
// 带统计字数文本域
|
|
|
.textarea_wrap {
|
|
.textarea_wrap {
|
|
|
position: relative;
|
|
position: relative;
|