|
@@ -4526,7 +4526,7 @@ h3 {
|
|
|
font-size:16px;
|
|
|
}
|
|
|
.vongi-car-banner .flew{
|
|
|
- box-shadow: 0 2px 5px rgba(0,0,0,0.2);;
|
|
|
+ box-shadow: 0 2px 5px rgba(0,0,0,0.2);
|
|
|
}
|
|
|
.vongi-car-footer{
|
|
|
position:absolute;
|
|
@@ -4604,6 +4604,85 @@ h3 {
|
|
|
.padd30{
|
|
|
padding:30px
|
|
|
}
|
|
|
+.vongi-car-banner img {
|
|
|
+ width: 60px;
|
|
|
+ margin-right: 15px;
|
|
|
+}
|
|
|
+.vongi-car-dj {
|
|
|
+ margin-bottom:60px
|
|
|
+}
|
|
|
+.vongi-car-dj .vongi-car-banner,
|
|
|
+.vongi-car-dj .vongi-car-banner p{
|
|
|
+ color:white;
|
|
|
+ text-shadow: 0 2px 5px rgba(0,0,0,0.2);
|
|
|
+}
|
|
|
+.vongi-car-dj .vongi-car-banner p{
|
|
|
+ margin-top:5px
|
|
|
+}
|
|
|
+.vongi-car-dj .vongi-car-banner button{
|
|
|
+ color:white;
|
|
|
+ border-radius: 5px;
|
|
|
+ font-size:14px;
|
|
|
+ box-shadow: 0 2px 5px rgba(0,0,0,0.1);
|
|
|
+}
|
|
|
+.car-juan{
|
|
|
+ background:#3385FF;
|
|
|
+ color:white;
|
|
|
+ text-align: center;
|
|
|
+ border-top-left-radius: 5px;
|
|
|
+ border-bottom-left-radius: 5px;
|
|
|
+ padding:20px;
|
|
|
+ width:35%;
|
|
|
+ position:relative
|
|
|
+}
|
|
|
+.car-juan:after{
|
|
|
+ content: "";
|
|
|
+ background:#EEEEEE;
|
|
|
+ width:8px;
|
|
|
+ height:8px;
|
|
|
+ border-radius: 50%;
|
|
|
+ position:absolute;
|
|
|
+ top:-4px;
|
|
|
+ right:-4.5px;
|
|
|
+ z-index: 999;
|
|
|
+}
|
|
|
+.car-juan-text{
|
|
|
+ padding:17px 20px 20px;
|
|
|
+ background:#ffffff;
|
|
|
+ width:65%;
|
|
|
+ border-top-right-radius: 5px;
|
|
|
+ border-bottom-right-radius: 5px;
|
|
|
+ border-left:1px #3385FF dashed;
|
|
|
+ position:relative
|
|
|
+}
|
|
|
+.car-juan-text:after{
|
|
|
+ content: "";
|
|
|
+ background:#EEEEEE;
|
|
|
+ width:8px;
|
|
|
+ height:8px;
|
|
|
+ border-radius: 50%;
|
|
|
+ position:absolute;
|
|
|
+ bottom:-4px;
|
|
|
+ left:-4.5px
|
|
|
+}
|
|
|
+.car-juan .mui-h1{
|
|
|
+ font-size:44px
|
|
|
+}
|
|
|
+.car-juan h6{
|
|
|
+ color:white
|
|
|
+}
|
|
|
+.vongi-car-dj h4{
|
|
|
+ line-height: 1.5;
|
|
|
+}
|
|
|
+.vongi-car-dj h1{
|
|
|
+ font-size:20px
|
|
|
+}
|
|
|
+.vongi-car-dj .vongi-car-over{
|
|
|
+ padding-top:20px
|
|
|
+}
|
|
|
+.vongi-car-juan{
|
|
|
+ padding:20px;
|
|
|
+}
|
|
|
@media (max-width: 320px) {
|
|
|
.mui-grid-view.mui-grid-9 .mui-table-view-cell.inedxfyy-grid-agin {
|
|
|
padding: 0
|