selectnorm.wxss 844 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .nav_left{
  2. display: inline-block;
  3. width: 25%;
  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: 75%;
  22. height: 100%;
  23. padding: 10px;
  24. background: #fff;
  25. box-sizing: border-box;
  26. }
  27. .nav_right_items{
  28. min-height:40px;
  29. line-height: 40px;
  30. margin: 6px 0;font-size: 24rpx;background-color: #fff;text-align: center;
  31. }
  32. /* start 无数据时 样式 */
  33. .nodata_style{
  34. width:200rpx;
  35. height:200rpx;
  36. text-align:center;
  37. }
  38. .nodata_view{
  39. display: flex;
  40. flex-direction: column;
  41. text-align:center;
  42. margin-top:200rpx;
  43. }
  44. /* edn 无数据时 样式 */