|
@@ -80,7 +80,14 @@ body {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
-
|
|
|
+.clamp-two{
|
|
|
+ white-space: normal;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ }
|
|
|
.inedxfyy-content-icon .mui-grid-view.mui-grid-9 .mui-media .mui-icon.color4fc5f7 {
|
|
|
border: 1px #4fc5f7 solid;
|
|
|
}
|
|
@@ -864,7 +871,9 @@ h3 {
|
|
|
padding: 5px;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
- color: #ffffff
|
|
|
+ color: #ffffff;
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
.faceaifyy-content .mui-media-body span {
|
|
@@ -2689,7 +2698,7 @@ h3 {
|
|
|
.vongi-cashier textarea{
|
|
|
padding:0;
|
|
|
}
|
|
|
-.mui-col-xs-5{
|
|
|
+.vongi-cashier .mui-col-xs-5{
|
|
|
max-height: 100px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
@@ -2865,7 +2874,9 @@ h3 {
|
|
|
color: #ffffff
|
|
|
}
|
|
|
|
|
|
-.vongi-hdsq .mui-table-view-cell:after {
|
|
|
+.vongi-hdsq .mui-table-view-cell:after,
|
|
|
+.vongi-hdsq .mui-table-view:before,
|
|
|
+.vongi-hdsq .mui-table-view:after {
|
|
|
background: 0
|
|
|
}
|
|
|
|
|
@@ -3263,3 +3274,18 @@ h3 {
|
|
|
border-radius: initial;
|
|
|
border-bottom:1px #eee solid
|
|
|
}
|
|
|
+.vongi-sqtp-text .mui-media-body{
|
|
|
+ height:42px
|
|
|
+}
|
|
|
+.vongi-sqtp-list .mui-media-object{
|
|
|
+ width:68px;
|
|
|
+ height:68px;
|
|
|
+ max-width: 68px;
|
|
|
+ display: flex;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+.vongi-sqtp-list .mui-media-object img{
|
|
|
+ object-fit: cover;
|
|
|
+ width:100%;
|
|
|
+ min-height: 100%;
|
|
|
+}
|