|
@@ -502,4 +502,25 @@ export default {
|
|
|
.ht100p{
|
|
|
height: 100%;
|
|
|
}
|
|
|
+ @media (min-width: 1400px) {
|
|
|
+ .conPanel .cardDiv .topNumDiv{
|
|
|
+ height: 28%;
|
|
|
+ margin-top: 15%;
|
|
|
+ }
|
|
|
+ .conPanel .cardDiv .infoDiv .imgDiv .levelImgDiv{
|
|
|
+ bottom: 15%;
|
|
|
+ }
|
|
|
+ .conPanel .cardDiv .infoDiv .bottomInfoDiv .bxDetail{
|
|
|
+ padding: 20px;
|
|
|
+ }
|
|
|
+ .conPanel .cardDiv .infoDiv .bottomInfoDiv .bxDetailHt{
|
|
|
+ height: 130px;
|
|
|
+ padding: 20px !important;
|
|
|
+ }
|
|
|
+ .conPanel .cardDiv .dayDiv .dayNum{
|
|
|
+ font-size: 28px;
|
|
|
+ font-weight: bold;
|
|
|
+ margin-top: 22px;
|
|
|
+ }
|
|
|
+ }
|
|
|
</style>
|