Personnel_edit.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /* parents/pages/information/information.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. .list {
  4. padding: 0rpx;
  5. }
  6. .li {
  7. display: flex;
  8. justify-content: space-between;
  9. align-items: center;
  10. padding: 30rpx;
  11. background: #fff;
  12. border-radius: 0;
  13. border-bottom: solid 1rpx #e6e6e6;
  14. margin: 0;
  15. }
  16. .li-label {
  17. font-size: 32rpx;
  18. color: #666;
  19. margin: 0;
  20. }
  21. .li-image {
  22. width: 60rpx;
  23. height: 60rpx;
  24. margin-top:80rpx;
  25. }
  26. .li-imageTip{
  27. width: 100%;
  28. height: 100%;
  29. border-radius:50%;
  30. }
  31. .upload-text{
  32. font-size:12px;
  33. color:#999999;
  34. }
  35. .upload-refrehtext{
  36. font-size:12px;
  37. color:#ffff;
  38. }
  39. .uploadImg{
  40. width:220rpx;
  41. height:220rpx;
  42. border-radius:50%;
  43. background-color:#ebebeb;
  44. margin:0 auto;
  45. margin-left:220rpx;
  46. text-align:center;
  47. line-height:30rpx;
  48. }
  49. .upload-Model{
  50. width:100%;
  51. height:100%;
  52. border-radius: 50%;
  53. background: rgba(155, 154, 154, 0.5);
  54. z-index: 1000;
  55. line-height:200rpx;
  56. position:relative;
  57. top:-216rpx;
  58. }
  59. .list-items-del{
  60. height:58rpx;
  61. text-align: center;
  62. line-height: 58rpx;
  63. font-size:30rpx;
  64. font-family:PingFang SC;
  65. font-weight:500;
  66. color:rgba(255,84,43,1);
  67. margin-top: 30rpx;
  68. }
  69. .list-items-del-text{
  70. display: inline-block;
  71. }
  72. .model-list{
  73. color: #A1A1B3;
  74. font-size: 28rpx;
  75. text-align: left;
  76. padding: 0 34rpx 34rpx 34rpx;
  77. }
  78. .model-list-title{
  79. color: #41414C;
  80. font-size: 32rpx;
  81. padding: 37rpx 0;
  82. text-align: center;
  83. }
  84. .model-list-del{
  85. position: absolute;
  86. bottom: -120rpx;
  87. left: 45%;
  88. }
  89. .model-list-img{
  90. width: 60rpx;
  91. height: 60rpx;
  92. }
  93. .model-list-footer{
  94. display:flex;
  95. justify-content: space-around;
  96. font-size: 32rpx;
  97. padding: 40rpx 0;
  98. }
  99. .model-list-footer-cancel{
  100. width:224rpx;
  101. height:68rpx;
  102. background:rgba(255,255,255,1);
  103. border:2rpx solid rgba(0,183,255,1);
  104. border-radius:44rpx;
  105. line-height: 68rpx;
  106. text-align: center;
  107. color: #00B7FF;
  108. }
  109. .model-list-footer-sure{
  110. width:224rpx;
  111. height:68rpx;
  112. background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  113. border:2rpx solid transparent;
  114. border-radius:44rpx;
  115. line-height: 68rpx;
  116. text-align: center;
  117. color: #FFFFFF;
  118. }
  119. .model-show{
  120. z-index: 1001;
  121. position: fixed;
  122. top: 30%;
  123. margin: 0 12.5%;
  124. width: 75%;
  125. background: #fff;
  126. border-radius:30rpx;
  127. text-align: center;
  128. }
  129. .li-input,
  130. .li-picker,
  131. .li-text {
  132. width: 400rpx;
  133. font-size: 30rpx;
  134. color: #999;
  135. text-align: right;
  136. }