fix style

This commit is contained in:
chiu 2021-08-31 14:43:01 +08:00
parent c25a8c2d03
commit bdc7ac3faf
3 changed files with 22 additions and 16 deletions

View File

@ -13,7 +13,8 @@
// ## Gerneral styles for widgets // ## Gerneral styles for widgets
.clearfix{ .clearfix{
display: flex; display: flex;
justify-content: center; justify-content: center;
flex-wrap: wrap;
} }
.w-annc__widget-title{ .w-annc__widget-title{
background: url(/assets/titlecap.png) top no-repeat; background: url(/assets/titlecap.png) top no-repeat;

View File

@ -90,6 +90,9 @@
overflow: hidden; overflow: hidden;
// border: 0.0625em solid #cecece; // border: 0.0625em solid #cecece;
padding: 0; padding: 0;
@media (max-width: 768px){
width: 85%;
}
} }
.i-member-pic { .i-member-pic {

View File

@ -54,20 +54,22 @@
"en" : "5. Carousel ( image, title, description, navigation )" "en" : "5. Carousel ( image, title, description, navigation )"
}, },
"thumbnail" : "thumb.png" "thumbnail" : "thumb.png"
}, { },
"filename" : "ad_banner_widget6", {
"name" : { "filename" : "ad_banner_widget6",
"zh_tw" : "6. 橫幅輪播 ( 首頁五張圖片, 圖片說明文字 )", "name" : {
"en" : "6. Carousel ( image, description, navigation )" "zh_tw" : "6. 橫幅輪播 ( 首頁五張圖片, 圖片說明文字 )",
}, "en" : "6. Carousel ( image, description, navigation )"
"thumbnail" : "thumb.png" },
}, { "thumbnail" : "thumb.png"
"filename" : "ad_banner_widget7", },
"name" : { {
"zh_tw" : "7. 橫幅輪播 ( 內頁圖片, 圖片說明文字 )", "filename" : "ad_banner_widget7",
"en" : "7. Carousel ( image, description, navigation )" "name" : {
}, "zh_tw" : "7. 橫幅輪播 ( 內頁圖片, 圖片說明文字 )",
"thumbnail" : "thumb.png" "en" : "7. Carousel ( image, description, navigation )"
} },
"thumbnail" : "thumb.png"
}
] ]
} }