- /* nova-werun/pages/circle/my-circle/index.wxss */
- /* nova-werun/pages/my-circle/index.wxss */
- .all{
- width: 100vw;
- position: relative;
- .trends{
- width: 100%;
- border-top: grey solid 1px;
- overflow-y: scroll;
- padding-top: 20rpx;
- }
- .trends::-webkit-scrollbar {
- display: none; /* 隐藏滚动条 */
- }
- }
|