| 12345678910111213141516171819202122232425 | /* nova-werun/components/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; /* 隐藏滚动条 */        }        .publishbox{            position: absolute;            bottom:214rpx;            right: 12rpx;            image{                width: 80rpx;                height: 80rpx;            }        }}
 |