details_list.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. .detail_list.data-v-3a48915c {
  8. padding: 16px;
  9. }
  10. .detail_list .empty.data-v-3a48915c {
  11. margin-top: 100px;
  12. }
  13. .detail_list .enptyStatus.data-v-3a48915c {
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. flex-direction: column;
  18. padding: 30px 10px;
  19. }
  20. .detail_list .enptyStatus image.data-v-3a48915c {
  21. width: 80px;
  22. height: 110px;
  23. }
  24. .detail_list .enptyStatus .words.data-v-3a48915c {
  25. color: #ffae21;
  26. font-size: 14px;
  27. padding-top: 10px;
  28. }
  29. .detail_list .header.data-v-3a48915c {
  30. display: flex;
  31. }
  32. .detail_list .header .xuehao.data-v-3a48915c {
  33. width: 33%;
  34. text-align: center;
  35. height: 40px;
  36. line-height: 40px;
  37. border: 1px solid #cccccc;
  38. font-size: 16px;
  39. font-weight: 900;
  40. background-color: #e3e3e3;
  41. }
  42. .detail_list .bodys.data-v-3a48915c {
  43. display: flex;
  44. }
  45. .detail_list .bodys .xuehao.data-v-3a48915c {
  46. width: 33%;
  47. text-align: center;
  48. height: 40px;
  49. line-height: 40px;
  50. border: 1px solid #cccccc;
  51. border-top: 0;
  52. font-size: 16px;
  53. }