|
@@ -10,31 +10,31 @@ body {
|
|
}
|
|
}
|
|
|
|
|
|
.color4fc5f7 {
|
|
.color4fc5f7 {
|
|
- color: #4fc5f7
|
|
|
|
|
|
+ color: #3385FF/*蓝*/
|
|
}
|
|
}
|
|
|
|
|
|
.colorf8b155 {
|
|
.colorf8b155 {
|
|
- color: #f8b155
|
|
|
|
|
|
+ color: #FF8400/*黄*/
|
|
}
|
|
}
|
|
|
|
|
|
.color05c8af {
|
|
.color05c8af {
|
|
- color: #05c8af
|
|
|
|
|
|
+ color: #05c8af/*湖绿*/
|
|
}
|
|
}
|
|
|
|
|
|
.colorfe616c {
|
|
.colorfe616c {
|
|
- color: #fe616c
|
|
|
|
|
|
+ color: #fe616c/*红*/
|
|
}
|
|
}
|
|
|
|
|
|
.colorda94f8 {
|
|
.colorda94f8 {
|
|
- color: #da94f8
|
|
|
|
|
|
+ color: #da94f8/*紫*/
|
|
}
|
|
}
|
|
|
|
|
|
.color55f868 {
|
|
.color55f868 {
|
|
- color: #47bf37
|
|
|
|
|
|
+ color: #47bf37/*绿*/
|
|
}
|
|
}
|
|
|
|
|
|
.color-yellow {
|
|
.color-yellow {
|
|
- color: #fe616c
|
|
|
|
|
|
+ color: #fe616c/*红*/
|
|
}
|
|
}
|
|
|
|
|
|
.color-bule {
|
|
.color-bule {
|
|
@@ -45,6 +45,10 @@ body {
|
|
color: #375cf5
|
|
color: #375cf5
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.margin60 {
|
|
|
|
+ margin-bottom: 60px
|
|
|
|
+}
|
|
|
|
+
|
|
.inedxfyy-content {
|
|
.inedxfyy-content {
|
|
margin-bottom: 70px
|
|
margin-bottom: 70px
|
|
}
|
|
}
|
|
@@ -173,10 +177,6 @@ body {
|
|
.mui-grid-view.mui-grid-9 .mui-media .mui-icon {
|
|
.mui-grid-view.mui-grid-9 .mui-media .mui-icon {
|
|
font-size: 26px
|
|
font-size: 26px
|
|
}
|
|
}
|
|
- .mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
|
|
|
|
- font-size: 15px;
|
|
|
|
- line-height: 15px;
|
|
|
|
- }
|
|
|
|
.mui-grid-view.mui-grid-9 .mui-table-view-cell>a:not(.mui-btn) {
|
|
.mui-grid-view.mui-grid-9 .mui-table-view-cell>a:not(.mui-btn) {
|
|
padding: 5px 0
|
|
padding: 5px 0
|
|
}
|
|
}
|
|
@@ -200,6 +200,9 @@ body {
|
|
.mui-input-group .mui-input-row p {
|
|
.mui-input-group .mui-input-row p {
|
|
font-size: 14px
|
|
font-size: 14px
|
|
}
|
|
}
|
|
|
|
+ .mui-content .vongi-choose .mui-table-view-cell a{
|
|
|
|
+ padding:11px 15px
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.bindfyy-btn button {
|
|
.bindfyy-btn button {
|
|
@@ -221,11 +224,13 @@ body {
|
|
.openfyy-list .mui-table-view-cell:after {
|
|
.openfyy-list .mui-table-view-cell:after {
|
|
background: 0
|
|
background: 0
|
|
}
|
|
}
|
|
-.openfyy-list .mui-table-view-cell .mui-media-body{
|
|
|
|
|
|
+
|
|
|
|
+.openfyy-list .mui-table-view-cell .mui-media-body {
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
- text-overflow: ellipsis;
|
|
|
|
- padding-right:30px
|
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ padding-right: 30px
|
|
}
|
|
}
|
|
|
|
+
|
|
.openfyy-progressbar {
|
|
.openfyy-progressbar {
|
|
text-align: center;
|
|
text-align: center;
|
|
padding: 30% 30px
|
|
padding: 30% 30px
|
|
@@ -270,15 +275,6 @@ body {
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
}
|
|
|
|
|
|
-.faceaifyy-content.mui-content-padded {
|
|
|
|
- background: url(../img/faceai.png) center no-repeat;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
- height: 300px;
|
|
|
|
- width: 60%;
|
|
|
|
- padding: 15px;
|
|
|
|
- margin: 20px auto
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.faceaifyy-content-region {
|
|
.faceaifyy-content-region {
|
|
background: #999;
|
|
background: #999;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -355,10 +351,11 @@ body {
|
|
padding: 0;
|
|
padding: 0;
|
|
padding-right: 45px;
|
|
padding-right: 45px;
|
|
line-height: 50px;
|
|
line-height: 50px;
|
|
- text-align: left;
|
|
|
|
|
|
+ text-align: right;
|
|
background: 0;
|
|
background: 0;
|
|
border: 0;
|
|
border: 0;
|
|
- font-size: 17px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ margin-bottom: 0
|
|
}
|
|
}
|
|
|
|
|
|
.mui-input-row {
|
|
.mui-input-row {
|
|
@@ -375,7 +372,7 @@ body {
|
|
position: fixed;
|
|
position: fixed;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
- padding: 15px;
|
|
|
|
|
|
+ padding: 10px 15px;
|
|
}
|
|
}
|
|
|
|
|
|
.fyy-footer .bindfyy-btn {
|
|
.fyy-footer .bindfyy-btn {
|
|
@@ -387,14 +384,13 @@ body {
|
|
padding: 15px 0
|
|
padding: 15px 0
|
|
}
|
|
}
|
|
|
|
|
|
-.fyy-view .mui-table-view-cell label {
|
|
|
|
- float: left;
|
|
|
|
- width: 30%;
|
|
|
|
|
|
+.mui-table-view.fyy-view .mui-table-view-cell {
|
|
|
|
+ padding: 5px 15px
|
|
}
|
|
}
|
|
|
|
|
|
-.fyy-view .mui-table-view-cell span {
|
|
|
|
|
|
+.fyy-view .mui-table-view-cell label {
|
|
float: left;
|
|
float: left;
|
|
- width: 70%;
|
|
|
|
|
|
+ width: 30%;
|
|
}
|
|
}
|
|
|
|
|
|
.mui-table-view.fyy-view:before,
|
|
.mui-table-view.fyy-view:before,
|
|
@@ -411,8 +407,8 @@ body {
|
|
.mui-input-row p {
|
|
.mui-input-row p {
|
|
line-height: 50px;
|
|
line-height: 50px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
- padding-right:15px;
|
|
|
|
- color:#333
|
|
|
|
|
|
+ padding-right: 15px;
|
|
|
|
+ color: #333
|
|
}
|
|
}
|
|
|
|
|
|
.fyy-content {
|
|
.fyy-content {
|
|
@@ -533,10 +529,6 @@ h3 {
|
|
top: 20px
|
|
top: 20px
|
|
}
|
|
}
|
|
|
|
|
|
-.fyy-footer .mui-btn {
|
|
|
|
- margin-top: 10px
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.fyy-footer p {
|
|
.fyy-footer p {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
@@ -584,7 +576,7 @@ h3 {
|
|
.fyy-upphoto .mui-content-padded h5 {
|
|
.fyy-upphoto .mui-content-padded h5 {
|
|
margin: 25px 0 15px;
|
|
margin: 25px 0 15px;
|
|
color: #666;
|
|
color: #666;
|
|
- font-size:16px
|
|
|
|
|
|
+ font-size: 16px
|
|
}
|
|
}
|
|
|
|
|
|
.fyy-upphoto .mui-media-body {
|
|
.fyy-upphoto .mui-media-body {
|
|
@@ -609,67 +601,234 @@ h3 {
|
|
.fyy-radio ul li .mui-media-body {
|
|
.fyy-radio ul li .mui-media-body {
|
|
color: #ffffff
|
|
color: #ffffff
|
|
}
|
|
}
|
|
-.vongi-notice{
|
|
|
|
- background:#ffffff;
|
|
|
|
- margin-top:10px;
|
|
|
|
- padding:15px;
|
|
|
|
- margin-bottom:10px
|
|
|
|
|
|
+
|
|
|
|
+.vongi-notice {
|
|
|
|
+ background: #ffffff;
|
|
|
|
+ margin-top: 10px;
|
|
|
|
+ padding: 15px;
|
|
|
|
+ margin-bottom: 10px
|
|
}
|
|
}
|
|
-.vongi-notice p{
|
|
|
|
- font-size:14px
|
|
|
|
|
|
+
|
|
|
|
+.vongi-notice p {
|
|
|
|
+ font-size: 14px
|
|
}
|
|
}
|
|
|
|
|
|
-.vongi-notice .mui-h3{
|
|
|
|
- padding:15px 0;
|
|
|
|
- border-bottom:1px #eee solid;
|
|
|
|
- margin-bottom:15px
|
|
|
|
|
|
+.vongi-notice .mui-h3 {
|
|
|
|
+ padding: 15px 0;
|
|
|
|
+ border-bottom: 1px #eee solid;
|
|
|
|
+ margin-bottom: 15px
|
|
}
|
|
}
|
|
-.vongi-notice-img{
|
|
|
|
- height:68px;
|
|
|
|
|
|
+
|
|
|
|
+.vongi-notice-img {
|
|
|
|
+ height: 68px;
|
|
display: flex;
|
|
display: flex;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- margin-bottom:10px
|
|
|
|
|
|
+ margin-bottom: 10px
|
|
}
|
|
}
|
|
-.vongi-notice-img img{
|
|
|
|
- width:100%;
|
|
|
|
|
|
+
|
|
|
|
+.vongi-notice-img img {
|
|
|
|
+ width: 100%;
|
|
min-height: 100%;
|
|
min-height: 100%;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
-.vongi-notice-list{
|
|
|
|
- padding:15px;
|
|
|
|
- background:#ffffff
|
|
|
|
|
|
+
|
|
|
|
+.vongi-notice-list {
|
|
|
|
+ padding: 15px;
|
|
|
|
+ background: #ffffff
|
|
}
|
|
}
|
|
-.vongi-notice-list h3{
|
|
|
|
- margin-bottom:10px;
|
|
|
|
|
|
+
|
|
|
|
+.vongi-notice-list h3 {
|
|
|
|
+ margin-bottom: 10px;
|
|
}
|
|
}
|
|
-.vongi-notice-list h3 img{
|
|
|
|
- margin-right:5px
|
|
|
|
|
|
+
|
|
|
|
+.vongi-notice-list h3 img {
|
|
|
|
+ margin-right: 5px
|
|
}
|
|
}
|
|
-.vongi-floor-padded a{
|
|
|
|
- padding:2px 0 2px 15px;
|
|
|
|
|
|
+
|
|
|
|
+.vongi-floor-padded a {
|
|
|
|
+ padding: 2px 0 2px 15px;
|
|
display: block;
|
|
display: block;
|
|
- color:#333;
|
|
|
|
- position:relative;
|
|
|
|
- }
|
|
|
|
-.vongi-floor-padded a:after{
|
|
|
|
|
|
+ color: #333;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.vongi-floor-padded a:after {
|
|
content: "";
|
|
content: "";
|
|
- position: absolute;
|
|
|
|
- left: 0;
|
|
|
|
- background: #333;
|
|
|
|
- width: 3px;
|
|
|
|
- height: 3px;
|
|
|
|
- border-radius: 1.5px;
|
|
|
|
- top: 50%;
|
|
|
|
- margin-top: -1.5px;
|
|
|
|
-}
|
|
|
|
-.vongi-editme .mui-input-row .mui-btn img{
|
|
|
|
- width:32px;
|
|
|
|
- height:32px;
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ background: #333;
|
|
|
|
+ width: 3px;
|
|
|
|
+ height: 3px;
|
|
|
|
+ border-radius: 1.5px;
|
|
|
|
+ top: 50%;
|
|
|
|
+ margin-top: -1.5px;
|
|
|
|
+}
|
|
|
|
+.fyy-statistics-body h3{
|
|
|
|
+ text-align: center;
|
|
|
|
+ width:100%
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.vongi-editme .mui-input-row .mui-btn img {
|
|
|
|
+ width: 32px;
|
|
|
|
+ height: 32px;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
margin: 9px 0;
|
|
margin: 9px 0;
|
|
- float: right;
|
|
|
|
|
|
+ float: right;
|
|
}
|
|
}
|
|
|
|
+
|
|
.vongi-editme .mui-input-row input,
|
|
.vongi-editme .mui-input-row input,
|
|
-.vongi-editme .mui-input-row p{
|
|
|
|
|
|
+.vongi-editme .mui-input-row p {
|
|
text-align: right;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.openfyy-list .flew-sp {
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.openfyy-list .flew-sp .mui-h4 {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.openfyy-list .flew-sp .mui-h4 button {
|
|
|
|
+ margin-left: 15px;
|
|
|
|
+ padding: 3px 12px
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.openfyy-list .flew-sp a {
|
|
|
|
+ padding-right:
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.openfyy-list .flew-sp .mui-navigate-right:after,
|
|
|
|
+.openfyy-list .flew-sp .mui-push-right:after {
|
|
|
|
+ right: 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mui-bar .mui-icon.iconfont {
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ margin-right: 3px;
|
|
|
|
+ padding-right: 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.fyy-footer .bindfyy-btn button {
|
|
|
|
+ font-size: 14px
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mui-input-row .mui-switch {
|
|
|
|
+ margin: 0;
|
|
|
|
+ width: 45px;
|
|
|
|
+ height: 25px;
|
|
|
|
+ line-height: 15px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mui-switch .mui-switch-handle {
|
|
|
|
+ width: 23px;
|
|
|
|
+ height: 23px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.vongi-jkz-left,
|
|
|
|
+.vongi-jkz-right {
|
|
|
|
+ float: left
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.vongi-jkz-content .faceaifyy-content.mui-content-padded {
|
|
|
|
+ margin: 0;
|
|
|
|
+ background: 0;
|
|
|
|
+ padding: 0;
|
|
|
|
+ height:178px;
|
|
|
|
+ width: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.fyy-statistics.mui-grid-view.mui-grid-9 .mui-table-view-cell {
|
|
|
|
+ margin-top: 10px
|
|
|
|
+}
|
|
|
|
+.fyy-statistics.mui-grid-view.mui-grid-9 .mui-table-view-cell:first-child{
|
|
|
|
+ margin-top:0
|
|
|
|
+}
|
|
|
|
+.vongi-jkz-right h2{
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ float:left
|
|
|
|
+}
|
|
|
|
+.vongi-jkz-right h2 span{
|
|
|
|
+ border:1px #47bf37 solid;
|
|
|
|
+ padding:3px 8px;
|
|
|
|
+ font-size:12px;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ margin-left:10px
|
|
|
|
+}
|
|
|
|
+.fyy-statistics.mui-grid-view.mui-grid-9 .mui-media .fyy-statistics-body .mui-icon{
|
|
|
|
+ font-size:18px
|
|
|
|
+}
|
|
|
|
+.fyy-statistics-body{
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+.fyy-statistics-body a{
|
|
|
|
+ position:relative;
|
|
|
|
+ padding-right: 20px;
|
|
|
|
+}
|
|
|
|
+.fyy-statistics-body .mui-navigate-right:after, .fyy-statistics-body .mui-push-right:after{
|
|
|
|
+ right:0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mui-content.vongi-jkz-content {
|
|
|
|
+ overflow: hidden;
|
|
|
|
+}
|
|
|
|
+.faceaifyy-content .mui-media-body{
|
|
|
|
+ background:rgba(0,0,0,0.5);
|
|
|
|
+ padding:5px;
|
|
|
|
+ position:absolute;
|
|
|
|
+ bottom:0;
|
|
|
|
+ color:#ffffff
|
|
|
|
+}
|
|
|
|
+.faceaifyy-content .mui-media-body span{
|
|
|
|
+ margin-left:5px
|
|
|
|
+}
|
|
|
|
+.vongi-jkz-list{
|
|
|
|
+ background:#ffffff;
|
|
|
|
+ padding:10px;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+}
|
|
|
|
+.vongi-choose-yq{
|
|
|
|
+ background:url(../img/blue.png) no-repeat center;
|
|
|
|
+}
|
|
|
|
+.vongi-choose-zz{
|
|
|
|
+ background:url(../img/green.png) no-repeat center;
|
|
|
|
+}
|
|
|
|
+.vongi-choose-yl{
|
|
|
|
+ background:url(../img/red.png) no-repeat center;
|
|
|
|
+}
|
|
|
|
+.vongi-choose .mui-media-body,
|
|
|
|
+.vongi-choose .mui-media-body p,
|
|
|
|
+.vongi-choose .mui-navigate-right:after, .vongi-choose .mui-push-left:after, .vongi-choose .mui-push-right:after{
|
|
|
|
+ color:#ffffff
|
|
|
|
+}
|
|
|
|
+.vongi-choose{
|
|
|
|
+ padding:30px
|
|
|
|
+}
|
|
|
|
+.vongi-choose .mui-table-view{
|
|
|
|
+ background:0
|
|
|
|
+}
|
|
|
|
+.vongi-choose .mui-table-view-cell{
|
|
|
|
+ margin-top:15px;
|
|
|
|
+ background-size:100% 100%;
|
|
|
|
+ border-radius: 7px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.vongi-choose .mui-media-body p{
|
|
|
|
+ margin-top:5px
|
|
|
|
+}
|
|
|
|
+.vongi-choose .mui-table-view-cell a{
|
|
|
|
+ padding:20px 15px
|
|
|
|
+}
|
|
|
|
+.vongi-choose h5{
|
|
|
|
+ line-height: 1.4;
|
|
|
|
+}
|
|
|
|
+.vongi-choose h1{
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom:10px
|
|
|
|
+}
|