文章分类 -  css

摘要:方法一:(可滑动) css .swiper-tab{ width: 100%; height: 60rpx; line-height: 60rpx; } .swiper-tab-list{ font-size: 28rpx; display: inline-block; width: 20%; co 阅读全文
posted @ 2018-06-26 21:43 doctorsun
摘要:.root { display: flex; flex-direction: column; background: slateblue; width:100%; height:100%; } .main{ width:100%; background: orange; position:absol 阅读全文
posted @ 2018-05-16 14:58 doctorsun