Personnel_management.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. /* parents//pages/borrow_record/borrow_record.wxss */
  2. @import '../../../templates/nodata/nodata.wxss';
  3. @import '../../../templates/loading/loading.wxss';
  4. @import '../../../templates/footer/footer.wxss';
  5. page{
  6. background: #fff;
  7. }
  8. .nav{
  9. box-shadow:0px 4rpx 8rpx 0rpx rgba(0, 0, 0, 0.06);
  10. }
  11. .list {
  12. padding: 10rpx 40rpx;
  13. }
  14. .list-detail{
  15. margin-top: 63rpx;
  16. }
  17. .li-margin{
  18. margin-bottom: 26rpx;
  19. }
  20. .icon{
  21. height: 24rpx;
  22. width: 12rpx;
  23. display:inline-block;
  24. margin-top:12rpx;
  25. }
  26. .image{
  27. height: 24rpx;
  28. width: 12rpx;
  29. }
  30. .pickChange{
  31. height:108rpx;
  32. line-height:108rpx;
  33. background: #F6F5FB;
  34. border-radius:20rpx;
  35. margin: 40rpx 40rpx 98rpx 40rpx;
  36. padding:0 40rpx;
  37. }
  38. .pickChange_text{
  39. display:inline-block;
  40. float:left;
  41. }
  42. .pickChange_time{
  43. display:inline-block;
  44. color:rgba(0,183,255,1);
  45. font-size:30rpx;
  46. font-family:PingFang SC;
  47. font-weight:500;
  48. float:right;
  49. }
  50. .li {
  51. display: flex;
  52. justify-content: flex-start;
  53. align-items: flex-start;
  54. padding: 0;
  55. }
  56. .li-box {
  57. position: relative;
  58. width: 154rpx;
  59. min-height: 158rpx;
  60. }
  61. .li-img {
  62. position: absolute;
  63. top: 4li0rpx;
  64. left: 0;
  65. width: 88rpx;
  66. height: 88rpx;
  67. border-radius:50%;
  68. background: white;
  69. }
  70. .li-col {
  71. width:80%;
  72. display: flex;
  73. justify-content: flex-start;
  74. align-items: flex-start;
  75. }
  76. .li-text {
  77. width:80%;
  78. }
  79. .li-text-gray {
  80. font-size: 30rpx;
  81. color: #ccc;
  82. }
  83. .li-text-black {
  84. font-size: 34rpx;
  85. color: #333;
  86. flex: 1;
  87. }
  88. .li-text-info{
  89. margin-top:15rpx;
  90. width:15%;
  91. color: #00B7FF;
  92. }
  93. .li-header-search {
  94. flex: 1;
  95. padding: 12rpx 20rpx 14rpx 20rpx;
  96. background:#F6F5FB;
  97. border-radius: 100rpx;
  98. text-align: center;
  99. margin: 40rpx;
  100. cursor: pointer;
  101. }
  102. .li-header-search-icon {
  103. width: 28rpx;
  104. height: 28rpx;
  105. margin-right: 14rpx;
  106. vertical-align: middle;
  107. }
  108. .li-header-search-text {
  109. font-size: 28rpx;
  110. color: #999;
  111. vertical-align: middle;
  112. }
  113. .load{
  114. margin-bottom:120rpx;
  115. }