|
@@ -750,6 +750,45 @@
|
|
|
color: rgba(255, 255, 255, .5);
|
|
|
}
|
|
|
|
|
|
+.yvan-msg.yvan-anim {
|
|
|
+ border-radius: 6px;
|
|
|
+}
|
|
|
+
|
|
|
+/*加载弹出框样式调整*/
|
|
|
+.x-mask.x-loading-mask {
|
|
|
+ background-color: transparent;
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.x-mask.x-loading-mask .x-mask-inner {
|
|
|
+ width: 92px;
|
|
|
+ height: 82px;
|
|
|
+ font-size: 15px;
|
|
|
+ padding: 15px;
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 5px;
|
|
|
+ background-color: rgba(0, 0, 0, .8);
|
|
|
+}
|
|
|
+
|
|
|
+.x-mask.x-loading-mask .x-mask-message {
|
|
|
+ color: #fff;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: normal;
|
|
|
+ line-height: 14px;
|
|
|
+ position: static;
|
|
|
+}
|
|
|
+
|
|
|
+.x-mask.x-loading-mask.x-has-message .x-loading-spinner-outer {
|
|
|
+ height: 33px;
|
|
|
+}
|
|
|
+
|
|
|
+.x-mask .x-loading-spinner-outer {
|
|
|
+ min-width: auto;
|
|
|
+}
|
|
|
+
|
|
|
+/*.x-loading-spinner > span, .x-loading-spinner > span:before, .x-loading-spinner > span:after,*/
|
|
|
+
|
|
|
/*首页样式调整*/
|
|
|
.x-dataview.whiteBgc {
|
|
|
padding: 10px;
|
|
@@ -786,20 +825,23 @@
|
|
|
}
|
|
|
|
|
|
/*列表样式调整*/
|
|
|
-
|
|
|
.goodCard .x-listitem {
|
|
|
border-bottom: none;
|
|
|
+ border-top: none;
|
|
|
}
|
|
|
|
|
|
.goodCard .x-listitem-inner-el {
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
+.goodCard .x-listitem {
|
|
|
+ background-color: #fff;
|
|
|
+ margin-top: 5px;
|
|
|
+}
|
|
|
+
|
|
|
.goodCard .goodCardItem {
|
|
|
font-family: '微软雅黑';
|
|
|
position: relative;
|
|
|
- background-color: #fff;
|
|
|
- margin-top: 5px;
|
|
|
padding: 5px 12px;
|
|
|
}
|
|
|
|
|
@@ -819,7 +861,6 @@
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.goodCard .goodCardItem a {
|
|
|
text-decoration: none;
|
|
|
}
|
|
@@ -829,7 +870,6 @@
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.goodCard .goodCardItem .fixedBtn {
|
|
|
cursor: pointer;
|
|
|
color: #6B9AE1;
|
|
@@ -847,3 +887,5 @@
|
|
|
color: #fff;
|
|
|
background-color: #009DF6;
|
|
|
}
|
|
|
+
|
|
|
+
|