|
@@ -4320,5 +4320,64 @@ h3 {
|
|
}
|
|
}
|
|
.vongi-fx p{
|
|
.vongi-fx p{
|
|
text-align: justify;
|
|
text-align: justify;
|
|
- color:#101010
|
|
|
|
|
|
+ color:#101010;
|
|
|
|
+ font-size:14px
|
|
|
|
+}
|
|
|
|
+.vongi-fx-list .mui-pull-left span{
|
|
|
|
+ margin:0 5px
|
|
|
|
+}
|
|
|
|
+.vongi-fx-card{
|
|
|
|
+ background:#3385FF;
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ padding:15px;
|
|
|
|
+ color:#ffffff;
|
|
|
|
+ line-height: 1.5;
|
|
|
|
+}
|
|
|
|
+.vongi-fx-card h4{
|
|
|
|
+ line-height: 1.2;
|
|
|
|
+}
|
|
|
|
+.vongi-fx-card h1{
|
|
|
|
+ margin-bottom:10px;
|
|
|
|
+ font-weight: initial;
|
|
|
|
+}
|
|
|
|
+.vongi-fx-card .iconfont{
|
|
|
|
+ display: block;
|
|
|
|
+ float:left;
|
|
|
|
+ margin-right:5px
|
|
|
|
+}
|
|
|
|
+.vongi-fx-dattop{
|
|
|
|
+ position:relative;
|
|
|
|
+ margin:10px
|
|
|
|
+}
|
|
|
|
+.vongi-fx-dattop a{
|
|
|
|
+ position:absolute;
|
|
|
|
+ right:15px;
|
|
|
|
+ top:30px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color:#ffffff;
|
|
|
|
+ font-size:12px
|
|
|
|
+}
|
|
|
|
+.vongi-fx-dattop a .iconfont{
|
|
|
|
+ font-size:36px
|
|
|
|
+}
|
|
|
|
+.vongi-fx-dat .mui-input-row label{
|
|
|
|
+ width:100%;
|
|
|
|
+ color:#888
|
|
|
|
+}
|
|
|
|
+.vongi-fx-datpot .mui-media-object{
|
|
|
|
+ width:100%;
|
|
|
|
+ max-height:100px;
|
|
|
|
+ display: flex;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+}
|
|
|
|
+.vongi-fx-datpot .mui-media-object img{
|
|
|
|
+ object-fit: cover;
|
|
|
|
+ width:100%
|
|
|
|
+}
|
|
|
|
+.vongi-fx-datpot {
|
|
|
|
+ background:#ffffff;
|
|
|
|
+ padding:10px 10px 0
|
|
|
|
+}
|
|
|
|
+.mui-grid-view.mui-grid-9 .mui-table-view-cell{
|
|
|
|
+ padding:0 5px
|
|
}
|
|
}
|