Personnel_edit.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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:200rpx;
  41. height:220rpx;
  42. border-radius:50%;
  43. background-color:#ebebeb;
  44. margin:0 auto;
  45. text-align:center;
  46. line-height:30rpx;
  47. }
  48. .upload-Model{
  49. width:100%;
  50. height:100%;
  51. border-radius: 50%;
  52. background: rgba(155, 154, 154, 0.5);
  53. z-index: 1000;
  54. line-height:200rpx;
  55. position:relative;
  56. top:-216rpx;
  57. }
  58. .list-items-del{
  59. height:58rpx;
  60. text-align: center;
  61. line-height: 58rpx;
  62. color: rgba(255,100,100,1);
  63. font-size: 26rpx;
  64. margin-top: 30rpx;
  65. }
  66. .list-items-del-text{
  67. display: inline-block;
  68. }
  69. .model-list{
  70. color: #A1A1B3;
  71. font-size: 28rpx;
  72. text-align: left;
  73. padding: 0 34rpx 34rpx 34rpx;
  74. }
  75. .model-list-title{
  76. color: #41414C;
  77. font-size: 32rpx;
  78. padding: 37rpx 0;
  79. text-align: center;
  80. }
  81. .model-list-del{
  82. position: absolute;
  83. bottom: -120rpx;
  84. left: 45%;
  85. }
  86. .model-list-img{
  87. width: 60rpx;
  88. height: 60rpx;
  89. }
  90. .model-list-footer{
  91. display:flex;
  92. justify-content: space-around;
  93. font-size: 32rpx;
  94. padding: 40rpx 0;
  95. }
  96. .model-list-footer-cancel{
  97. width:224rpx;
  98. height:68rpx;
  99. background:rgba(255,255,255,1);
  100. border:2rpx solid rgba(0,183,255,1);
  101. border-radius:44rpx;
  102. line-height: 68rpx;
  103. text-align: center;
  104. color: #00B7FF;
  105. }
  106. .model-list-footer-sure{
  107. width:224rpx;
  108. height:68rpx;
  109. background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  110. border:2rpx solid transparent;
  111. border-radius:44rpx;
  112. line-height: 68rpx;
  113. text-align: center;
  114. color: #FFFFFF;
  115. }
  116. .model-show{
  117. z-index: 1001;
  118. position: fixed;
  119. top: 30%;
  120. margin: 0 12.5%;
  121. width: 75%;
  122. background: #fff;
  123. border-radius:30rpx;
  124. text-align: center;
  125. }
  126. .li-input,
  127. .li-picker,
  128. .li-text {
  129. width: 400rpx;
  130. font-size: 30rpx;
  131. color: #999;
  132. text-align: right;
  133. }