|
@@ -48,6 +48,9 @@ body {
|
|
|
.color999 {
|
|
|
color: #999
|
|
|
}
|
|
|
+.color333 {
|
|
|
+ color: #333
|
|
|
+}
|
|
|
|
|
|
.margin60 {
|
|
|
margin-bottom: 60px
|
|
@@ -3012,4 +3015,101 @@ h3 {
|
|
|
.vongi-car.vongi-meform-pho h5 {
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
-}
|
|
|
+}
|
|
|
+.vongi-fqhd .vongi-fqhd-add{
|
|
|
+ text-align: center;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ position:relative
|
|
|
+}
|
|
|
+.vongi-fqhd .vongi-cashier-text{
|
|
|
+ position:relative;
|
|
|
+ padding-right:25px
|
|
|
+}
|
|
|
+.vongi-fqhd .vongi-cashier .iconfont{
|
|
|
+ position:absolute;
|
|
|
+ right:0;
|
|
|
+ color:#999;
|
|
|
+ font-size:14px
|
|
|
+}
|
|
|
+.vongi-fqhd .vongi-cashier .iconfont.icon-guanbi1{
|
|
|
+ top:0px
|
|
|
+}
|
|
|
+.vongi-fqhd .vongi-cashier .iconfont.icon-jiantou1{
|
|
|
+ bottom:0px
|
|
|
+}
|
|
|
+.vongi-fqhd-addimg{
|
|
|
+ position:relative;
|
|
|
+ background:#eee;
|
|
|
+ height:72px;
|
|
|
+ width:72px;
|
|
|
+ overflow: hidden;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+.vongi-fqhd-addimg span{
|
|
|
+ background:rgba(0,0,0,0.6);
|
|
|
+ position:absolute;
|
|
|
+ bottom:0;
|
|
|
+ width:100%;
|
|
|
+ color:#ffffff;
|
|
|
+ font-size:11px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.vongi-fqhd-addimg img{
|
|
|
+ object-fit: cover;
|
|
|
+ width:100%;
|
|
|
+ min-height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.vongi-fqhd .vongi-cashier .vongi-fqhd-addimg .iconfont{
|
|
|
+ top:50%;
|
|
|
+ right:50%;
|
|
|
+ font-size:24px;
|
|
|
+ margin-top:-12px;
|
|
|
+ margin-right:-12px
|
|
|
+}
|
|
|
+.vongi-fqhd .vongi-popover .iconfont{
|
|
|
+ font-size:24px
|
|
|
+}
|
|
|
+.vongi-fqhd .vongi-popover .mui-grid-view.mui-grid-9 .mui-table-view-cell{
|
|
|
+ padding:0
|
|
|
+}
|
|
|
+
|
|
|
+.vongi-popover .mui-popover-arrow:after {
|
|
|
+ position: absolute;
|
|
|
+ top: -8px;
|
|
|
+ left: 50%;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ content: ' ';
|
|
|
+ -webkit-transform: rotate(45deg);
|
|
|
+ transform: rotate(45deg);
|
|
|
+ border-radius: 3px;
|
|
|
+ background: #ffffff;
|
|
|
+ margin-left:-8px
|
|
|
+}
|
|
|
+.vongi-popover{
|
|
|
+ width: 100px;
|
|
|
+ background:#ffffff;
|
|
|
+ border-radius: 7px;
|
|
|
+ -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
|
|
|
+ box-shadow: 0 0 15px rgba(0, 0, 0, .1);
|
|
|
+ position:absolute;
|
|
|
+ top:35px;
|
|
|
+ left:50%;
|
|
|
+ margin-left:-50px;
|
|
|
+ z-index: 999;
|
|
|
+}
|
|
|
+.vongi-zc .openfyy-list .mui-table-view-cell.mui-selected{
|
|
|
+ background:#3385FF;
|
|
|
+ color:#ffffff;
|
|
|
+}
|
|
|
+.vongi-zc .openfyy-list .mui-table-view-cell.mui-selected h6{
|
|
|
+ color:rgba(255,255,255,0.7)
|
|
|
+}
|
|
|
+.vongi-zc .openfyy-list .mui-table-view-cell.mui-selected .mui-navigate-right:after, .vongi-zc .openfyy-list .mui-table-view-cell.mui-selected .mui-push-right:after{
|
|
|
+ color:#ffffff
|
|
|
+}
|
|
|
+ .vongi-zc .mui-selected a{
|
|
|
+ border:0
|
|
|
+ }
|