菜单配置

cyl/dev
张少康 2 years ago
parent dc688fce3c
commit f345c11510

@ -697,7 +697,7 @@ div{
/deep/ .ttd{ /deep/ .ttd{
text-align: center; text-align: center;
font-size: 28px; font-size: 36px;
} }
.mmtt111{ .mmtt111{
@ -798,14 +798,27 @@ div{
width: 14%; width: 14%;
} }
@media screen and (max-width: 1400px) { @media screen and (max-width: 1500px) {
h4.f24 {
font-size: 48px;
}
.ttd{
text-align: center;
font-size: 25px;
}
.s_left { .s_left {
width: 96%; width: 96%;
} }
.tc1 { .tc1 {
min-width: 50px; min-width: 50px;
} }
.tc2{
width:16%
}
.tc5 {
width: 10%;
}
} }
</style> </style>

Loading…
Cancel
Save