You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
407 B
20 lines
407 B
/* pages/test/scrollview.wxss */
|
|
scroll-view{
|
|
width: 100%;
|
|
height: 300rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.scroll-item-y{
|
|
height: 300rpx;
|
|
line-height: 300rpx;
|
|
font-size: 30px;
|
|
background-color: lightblue;
|
|
}
|
|
.scroll-item-x{
|
|
width: 100%;
|
|
height: 300rpx;
|
|
line-height: 300rpx;
|
|
font-size: 30px;
|
|
background-color: lightcoral;
|
|
display: inline-block;
|
|
} |