postCate.wxss 449 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. page, .container {
  2. height: 100%;
  3. background: #f4f4f4;
  4. }
  5. .cate {
  6. margin:30rpx 30rpx 0 30rpx;
  7. width: 690rpx;
  8. height: auto;
  9. overflow: hidden;
  10. padding:0 30rpx 30rpx 30rpx;
  11. background: #fff;
  12. }
  13. .cate .element {
  14. display: flex;
  15. height: 70rpx;
  16. border-bottom: 1rpx solid #eee;
  17. margin-top: 30rpx;
  18. }
  19. .cate .lable {
  20. line-height: 60rpx;
  21. margin-left:10px;
  22. width:600rpx;
  23. }
  24. .cate .i{
  25. float:right;
  26. width:45rpx;
  27. height:45rpx;
  28. }