jianli.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /* components/jianli/jianli.wxss */
  2. .edit {
  3. color: #0177FF;
  4. font-size: 30rpx;
  5. }
  6. .header,
  7. .experience,
  8. .intention {
  9. margin-top: 10rpx;
  10. background: #fff;
  11. position: relative;
  12. }
  13. .edit-content {
  14. width: 120rpx;
  15. height: 80rpx;
  16. position: absolute;
  17. right: 30rpx;
  18. top: 38rpx;
  19. display: flex;
  20. justify-content: flex-end;
  21. z-index: 99;
  22. }
  23. .info {
  24. height: 280rpx;
  25. display: flex;
  26. align-items: center;
  27. justify-content: space-between;
  28. padding: 0 30rpx;
  29. border-bottom: 1rpx solid #f5f5f5;
  30. }
  31. .info-content {
  32. flex: 1;
  33. display: flex;
  34. justify-content: space-around;
  35. flex-direction: column;
  36. }
  37. .name {
  38. font-size: 48rpx;
  39. margin-bottom: 10rpx;
  40. }
  41. .info-detail {
  42. color: #666666;
  43. font-size: 30rpx;
  44. }
  45. .cell {
  46. min-height: 86rpx;
  47. font-size: 30rpx;
  48. color: #000;
  49. padding: 15rpx 30rpx;
  50. box-sizing: border-box;
  51. display: flex;
  52. align-items: center;
  53. justify-content: space-between;
  54. border-bottom: 1rpx solid #f5f5f5;
  55. }
  56. .cell-title {
  57. color: #666;
  58. }
  59. .cell-content {
  60. flex: 1;
  61. margin-left: 15rpx;
  62. }
  63. .title {
  64. height: 116rpx;
  65. padding: 0 30rpx;
  66. box-sizing: border-box;
  67. border-bottom: 1rpx solid #f5f5f5;
  68. display: flex;
  69. align-items: center;
  70. justify-content: space-between;
  71. position: relative;
  72. }
  73. .title-edit {
  74. height: 100%;
  75. width: 100%;
  76. padding: 0 30rpx;
  77. box-sizing: border-box;
  78. display: flex;
  79. align-items: center;
  80. justify-content: flex-end;
  81. position: absolute;
  82. left: 0;
  83. top: 0;
  84. z-index: 99;
  85. }
  86. .add-experience {
  87. font-size: 34rpx;
  88. color: #006BE7;
  89. height: 100rpx;
  90. background: #fff;
  91. margin-bottom: 20rpx;
  92. display: flex;
  93. align-items: center;
  94. justify-content: center;
  95. position: relative;
  96. }
  97. .add-experience-image {
  98. height: 35rpx;
  99. width: 35rpx;
  100. margin-right: 30rpx;
  101. }
  102. .add-experience-content {
  103. height: 100%;
  104. width: 100%;
  105. position: absolute;
  106. left: 0;
  107. top: 0;
  108. z-index: 99;
  109. }