tijiao
This commit is contained in:
23
unpackage/dist/dev/mp-weixin/pages/component/scroll-view/scroll-view.wxss
vendored
Normal file
23
unpackage/dist/dev/mp-weixin/pages/component/scroll-view/scroll-view.wxss
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
.scroll-Y {
|
||||
height: 300rpx;
|
||||
}
|
||||
.scroll-view_H {
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
.scroll-view-item {
|
||||
height: 300rpx;
|
||||
line-height: 300rpx;
|
||||
text-align: center;
|
||||
font-size: 36rpx;
|
||||
}
|
||||
.scroll-view-item_H {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 300rpx;
|
||||
line-height: 300rpx;
|
||||
text-align: center;
|
||||
font-size: 36rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user