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.
21 lines
386 B
21 lines
386 B
/* pages/my_record/my_record.wxss */
|
|
scroll-view {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
background: #f2f1f6;
|
|
}
|
|
/* 隐藏滚动条 */
|
|
::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|
|
.bottom_tip{
|
|
width: 100%;
|
|
height: 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #999999;
|
|
font-size: 26rpx;
|
|
}
|