information.wxss 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. #information.data-v-f8f98b02 {
  2. height: 100%;
  3. display: flex;
  4. flex-direction: column;
  5. background: #fff;
  6. }
  7. #information .info-max-box.data-v-f8f98b02 {
  8. flex: 1;
  9. overflow: scroll;
  10. background: #fff;
  11. }
  12. #information .info-max-box .for-info-box.data-v-f8f98b02:nth-child(1) {
  13. border: none;
  14. }
  15. #information .info-max-box .for-info-box.data-v-f8f98b02 {
  16. height: 150rpx;
  17. border-top: 1rpx solid #f5f5f5;
  18. position: relative;
  19. display: flex;
  20. }
  21. #information .info-max-box .for-info-box ._img.data-v-f8f98b02 {
  22. border-radius: 50%;
  23. margin: 25rpx 28rpx 25rpx 20rpx;
  24. width: 100rpx;
  25. height: 100rpx;
  26. }
  27. #information .info-max-box .for-info-box .right-box.data-v-f8f98b02 {
  28. flex: 1;
  29. overflow: hidden;
  30. }
  31. #information .info-max-box .for-info-box .right-box .top-box.data-v-f8f98b02 {
  32. display: flex;
  33. line-height: 67rpx;
  34. margin-top: 7rpx;
  35. margin-right: 20rpx;
  36. }
  37. #information .info-max-box .for-info-box .right-box .top-box view.data-v-f8f98b02:nth-child(1) {
  38. font-size: 30rpx;
  39. color: #333;
  40. margin-right: 28rpx;
  41. }
  42. #information .info-max-box .for-info-box .right-box .top-box view.data-v-f8f98b02:nth-child(2) {
  43. font-size: 24rpx;
  44. color: #999;
  45. flex: 1;
  46. display: block;
  47. overflow: hidden;
  48. text-overflow: ellipsis;
  49. white-space: nowrap;
  50. }
  51. #information .info-max-box .for-info-box .right-box .top-box view.data-v-f8f98b02:nth-child(3) {
  52. font-size: 20rpx;
  53. color: #999;
  54. text-align: right;
  55. }
  56. #information .info-max-box .for-info-box .right-box .bottom.data-v-f8f98b02 {
  57. width: 530rpx;
  58. line-height: 62rpx;
  59. font-size: 25rpx;
  60. color: #666;
  61. display: block;
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. white-space: nowrap;
  65. }
  66. #information .info-max-box .for-info-box .tips-box.data-v-f8f98b02 {
  67. position: absolute;
  68. top: 0;
  69. left: 0;
  70. background-color: #fa5151;
  71. }
  72. #information .info-max-box .get-null-box.data-v-f8f98b02 {
  73. height: 100rpx;
  74. line-height: 100rpx;
  75. color: #999;
  76. text-align: center;
  77. padding-bottom: 200rpx;
  78. }