experience.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /* components/jianli/experience.wxss */
  2. .list {
  3. height: 282rpx;
  4. padding: 0 30rpx;
  5. box-sizing: border-box;
  6. display: flex;
  7. align-items: center;
  8. justify-content: space-between;
  9. border-bottom: 1rpx solid #f5f5f5;
  10. }
  11. .list-left,
  12. .list-right {
  13. height: 100%;
  14. position: relative;
  15. display: flex;
  16. flex-direction: column;
  17. justify-content: space-around;
  18. z-index: 1;
  19. }
  20. .up,
  21. .down {
  22. width: 8rpx;
  23. left: 57rpx;
  24. position: absolute;
  25. }
  26. .up,
  27. .down {
  28. background: #EFF8FF;
  29. }
  30. .up {
  31. height: 45rpx;
  32. top: 0;
  33. }
  34. .down {
  35. height: 210rpx;
  36. bottom: 0;
  37. }
  38. .middle {
  39. position: absolute;
  40. top: 44rpx;
  41. left: 46rpx;
  42. height: 30rpx;
  43. width: 30rpx;
  44. }
  45. .length {
  46. height: 162rpx;
  47. bottom: 46rpx;
  48. }
  49. .cell {
  50. font-size: 28rpx;
  51. display: flex;
  52. align-items: center;
  53. position: relative;
  54. }
  55. .cell-image {
  56. height: 30rpx;
  57. width: 30rpx;
  58. margin-right: 15rpx;
  59. }
  60. .list-left {
  61. width: 130rpx;
  62. }
  63. .list-right {
  64. flex: 1;
  65. height: 85%;
  66. }
  67. .edit {
  68. color: #0177FF;
  69. font-size: 30rpx;
  70. }
  71. .cell-edit {
  72. height: 70rpx;
  73. width: 50%;
  74. position: absolute;
  75. right: 0;
  76. top: 0;
  77. display: flex;
  78. /* align-items: center; */
  79. justify-content: flex-end;
  80. }