請(qǐng)教grid-template-areas,用stylus怎么寫(xiě)啊?出不來(lái)應(yīng)有的效果
用stylus來(lái)寫(xiě)網(wǎng)格區(qū)域,引用的時(shí)候,出不來(lái)效果,正常的css沒(méi)問(wèn)題,特請(qǐng)教。
用stylus來(lái)寫(xiě)網(wǎng)格區(qū)域,引用的時(shí)候,出不來(lái)效果,正常的css沒(méi)問(wèn)題,特請(qǐng)教。
2019-04-07
舉報(bào)
2019-04-07
寫(xiě)成一行程序沒(méi)問(wèn)題,程序正常執(zhí)行
? ? grid-template-areas "title title header header" "time time swiper swiper" "block1 block2 swiper swiper" "block3 block4 swiper swiper" "block5 block6 swiper swiper" "block7 block7 video info"
但是格式很難看,失去了所見(jiàn)既布局的意思,多行的話,代碼沒(méi)有執(zhí)行? ?
?grid-template-areas "title title header header"
? ? ? ? ? ? ? ? ? ? ? ? ???????????"time time swiper swiper"
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?"block1 block2 swiper swiper"
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?"block3 block4 swiper swiper"
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?"block5 block6 swiper swiper"
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?"block7 block7 video info"
2019-04-07