|
@@ -133,24 +133,27 @@ export default {
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
|
|
|
-@media (max-width: 768px) {
|
|
|
- .mta-card-content-h5 {
|
|
|
- img {
|
|
|
- max-width: 100%;
|
|
|
- }
|
|
|
- // card--info
|
|
|
- .card-info {
|
|
|
- width: 100%;
|
|
|
-
|
|
|
- h5 {font-size: 18px;margin: 20px 0 10px;}
|
|
|
- em{width: 35px;height: 3px;background: #00b96b;display: block;margin-bottom: 20px;}
|
|
|
- .card-des{
|
|
|
- font-size: 14px;margin: 20px 0 10px;text-align: justify;line-height: 22px;
|
|
|
+ @media (max-width: 768px) {
|
|
|
+ margin: 0 auto 60px;
|
|
|
+ .mta-card-content-h5 {
|
|
|
+ img {
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ // card--info
|
|
|
+ .card-info {
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ h5 {font-size: 18px;margin: 20px 0 10px;}
|
|
|
+ em{width: 35px;height: 3px;background: #00b96b;display: block;margin-bottom: 20px;}
|
|
|
+ .card-des{
|
|
|
+ font-size: 14px;margin: 20px 0 10px;text-align: justify;line-height: 22px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
</style>
|