selectnorm.wxss 721 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .nav_left{
  2. display: inline-block;
  3. width: 30%;
  4. height: 100%;
  5. background: #f5f5f5;
  6. text-align: center;
  7. }
  8. .nav_left .nav_left_items{
  9. height: 30px;
  10. line-height: 30px;
  11. padding: 6px 0;
  12. border-bottom: 1px solid #dedede;
  13. font-size: 24rpx;
  14. }.nav_left .nav_left_items.active{
  15. background: #fff;
  16. }.nav_right{
  17. position: absolute;
  18. top: 0;
  19. right: 0;
  20. flex: 1;
  21. width: 70%;
  22. height: 100%;
  23. padding: 10px;
  24. background: #fff;
  25. box-sizing: border-box;
  26. }
  27. .nav_right_items{
  28. min-height:35px;
  29. margin: 6px 0;font-size: 24rpx;background-color: #fff;text-align: left;
  30. }
  31. /* start 无数据时 样式 */
  32. .nodata_style{
  33. width:200rpx;
  34. height:200rpx;
  35. text-align:center;
  36. }
  37. /* edn 无数据时 样式 */