|
@@ -3,52 +3,43 @@
|
|
padding: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
-
|
|
|
|
-.App{
|
|
|
|
|
|
+.App {
|
|
min-width: 1500px;
|
|
min-width: 1500px;
|
|
min-height: 800px;
|
|
min-height: 800px;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
-
|
|
|
|
}
|
|
}
|
|
-.AppM{
|
|
|
|
|
|
+.AppM {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
max-width: 500px;
|
|
max-width: 500px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
-
|
|
|
|
html {
|
|
html {
|
|
height: 100%;
|
|
height: 100%;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
user-select: none;
|
|
user-select: none;
|
|
}
|
|
}
|
|
-
|
|
|
|
body {
|
|
body {
|
|
font: 1em/1.4 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
|
|
font: 1em/1.4 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
|
|
height: 100%;
|
|
height: 100%;
|
|
color: #333;
|
|
color: #333;
|
|
}
|
|
}
|
|
-
|
|
|
|
a {
|
|
a {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
color: #333;
|
|
color: #333;
|
|
outline: none;
|
|
outline: none;
|
|
}
|
|
}
|
|
-
|
|
|
|
i {
|
|
i {
|
|
font-style: normal;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
-
|
|
|
|
img {
|
|
img {
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
max-height: 100%;
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
-
|
|
|
|
ul {
|
|
ul {
|
|
list-style: none;
|
|
list-style: none;
|
|
}
|
|
}
|
|
-
|
|
|
|
/*修改提示文字的颜色*/
|
|
/*修改提示文字的颜色*/
|
|
/* .ant-input::-webkit-input-placeholder {
|
|
/* .ant-input::-webkit-input-placeholder {
|
|
color: rgba(0, 0, 0, 0.6);
|
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -65,8 +56,6 @@ ul {
|
|
.ant-input:-ms-input-placeholder {
|
|
.ant-input:-ms-input-placeholder {
|
|
color: rgba(0, 0, 0, 0.6);
|
|
color: rgba(0, 0, 0, 0.6);
|
|
} */
|
|
} */
|
|
-
|
|
|
|
-
|
|
|
|
/* .ant-input-affix-wrapper {
|
|
/* .ant-input-affix-wrapper {
|
|
background-color: rgba(255, 255, 255, 0.7000);
|
|
background-color: rgba(255, 255, 255, 0.7000);
|
|
border: none;
|
|
border: none;
|
|
@@ -84,41 +73,39 @@ ul {
|
|
.ant-input {
|
|
.ant-input {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
} */
|
|
} */
|
|
-
|
|
|
|
-.ant-pagination-item-active{
|
|
|
|
|
|
+.ant-pagination-item-active {
|
|
color: #741A1A;
|
|
color: #741A1A;
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|
|
-.ant-pagination-item-active{
|
|
|
|
|
|
+.ant-pagination-item-active {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
-.ant-pagination-item-active a{
|
|
|
|
|
|
+.ant-pagination-item-active a {
|
|
color: #741A1A;
|
|
color: #741A1A;
|
|
}
|
|
}
|
|
-.ant-pagination-item-active:hover a{
|
|
|
|
|
|
+.ant-pagination-item-active:hover a {
|
|
color: #741A1A;
|
|
color: #741A1A;
|
|
}
|
|
}
|
|
-.ant-pagination-item:hover a{
|
|
|
|
|
|
+.ant-pagination-item:hover a {
|
|
color: #741A1A;
|
|
color: #741A1A;
|
|
}
|
|
}
|
|
-.ant-pagination-prev:hover .ant-pagination-item-link, .ant-pagination-next:hover .ant-pagination-item-link{
|
|
|
|
|
|
+.ant-pagination-prev:hover .ant-pagination-item-link,
|
|
|
|
+.ant-pagination-next:hover .ant-pagination-item-link {
|
|
color: #741A1A;
|
|
color: #741A1A;
|
|
-
|
|
|
|
}
|
|
}
|
|
-.ant-pagination{
|
|
|
|
|
|
+.ant-pagination {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
-.ant-pagination-item{
|
|
|
|
|
|
+.ant-pagination-item {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
width: 24px !important;
|
|
width: 24px !important;
|
|
height: 24px !important;
|
|
height: 24px !important;
|
|
line-height: 24px !important;
|
|
line-height: 24px !important;
|
|
}
|
|
}
|
|
-
|
|
|
|
-.lodingApp{
|
|
|
|
|
|
+.lodingApp {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
height: 100vh;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -126,5 +113,17 @@ ul {
|
|
align-items: center;
|
|
align-items: center;
|
|
font-size: 30px;
|
|
font-size: 30px;
|
|
color: #741A1A;
|
|
color: #741A1A;
|
|
-
|
|
|
|
-}
|
|
|
|
|
|
+}
|
|
|
|
+/* h5页面的样式调整 */
|
|
|
|
+#root .nullRightTxtH5 .ifrBox {
|
|
|
|
+ height: calc(100% - 30px);
|
|
|
|
+}
|
|
|
|
+#root .nullRightTxtH5 .model_title {
|
|
|
|
+ background-image: none;
|
|
|
|
+}
|
|
|
|
+#root .nullRightTxtH5 .rightTxt {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+#root .nullRightTxtH5 .flootBtnBox {
|
|
|
|
+ bottom: 30px;
|
|
|
|
+}
|