12345678910111213141516171819202122 |
- /* 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;
-
- }
- .publishbox{
- position: absolute;
- bottom: 170rpx;
- right: 12rpx;
- image{
- width: 80rpx;
- height: 80rpx;
- }
- }
- }
|