1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .header{
- background: #fff;
- padding: 24rpx;
- position: sticky;
- top: 0;
- }
- .search{
- background-color: #f1f1f1;
- border-radius: 10rpx;
- padding:8rpx 10rpx;
- }
- .search input{
- background-color: #f1f1f1;
- font-size: 26rpx;
- }
- .search image{
- width: 30rpx;
- height: 30rpx;
- margin-left: 10rpx;
- }
- .tree,.item-list{
- background: #fff;
- }
- .tree-item{
- padding:20rpx 28rpx;
- border-bottom: 1px solid #f1f1f1;
- }
- .main{
- height: calc(100vh - 132rpx);
- }
- .list-items{
- padding:10rpx 28rpx;
- border-bottom: 1px solid #f1f1f1;
- }
- .remark{
- font-weight: 600;
- margin-bottom: 10rpx;
- width: 100%;
- word-break:break-all
- }
- .num{
- font-size: 28rpx;
- }
- .shu{
- padding:24rpx 0;
- background: #fff;
- font-size: 28rpx;
- color: #26A2FF;
- padding-bottom: 0rpx;
- }
- .shu view:last-child{
- color: #ccc;
- }
|