32 lines
791 B
Plaintext
32 lines
791 B
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
||
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
||
*/
|
||
.scroll-list.data-v-47029a5c {
|
||
height: 200rpx;
|
||
width: 100%;
|
||
white-space: nowrap;
|
||
}
|
||
.scroll-list .list-item.data-v-47029a5c {
|
||
display: inline-block;
|
||
width: 120rpx;
|
||
margin-left: 100rpx;
|
||
}
|
||
.scroll-list .list-item .item.data-v-47029a5c {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
}
|
||
.scroll-list .list-item .item image.data-v-47029a5c {
|
||
width: 100rpx;
|
||
height: 100rpx;
|
||
}
|
||
.scroll-list .list-item .item text.data-v-47029a5c {
|
||
margin-top: 10rpx;
|
||
color: #000;
|
||
font-weight: bold;
|
||
font-size: 30rpx;
|
||
}
|
||
|