gerenziliao.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. .skill_div{
  2. display: -webkit-box;
  3. -webkit-line-clamp: 3;
  4. max-height: 60px;
  5. overflow: hidden;
  6. -webkit-box-orient: vertical;
  7. color: #909090;
  8. padding-left: 20px;
  9. word-break: break-all;
  10. }
  11. .c-w-100{width: 100px;}
  12. .home-bg{
  13. width: 100%;
  14. height: 120px;
  15. object-fit: contain;
  16. position: relative;
  17. }
  18. .home-bg .header{
  19. position: absolute;
  20. width: 100%;
  21. height: 45px;
  22. line-height: 45px;
  23. color: #fff;
  24. font-size: 16px;
  25. top: 0;
  26. left: 0;
  27. text-align: center;
  28. }
  29. .header h1{
  30. line-height: 45px;
  31. }
  32. .home-bg .header .mui-action-back {
  33. display: block;
  34. width: 45px;
  35. height: 45px;
  36. position: absolute;
  37. left: 0;
  38. top: 0;
  39. }
  40. .header .mui-action-back:before {
  41. content: '';
  42. display: block;
  43. width: 12px;
  44. height: 12px;
  45. border: solid #fff;
  46. border-width: 1px 1px 0 0;
  47. transform: rotate(-135deg);
  48. -webkit-transform: rotate(-135deg);
  49. -moz-transform: rotate(-135deg);
  50. -ms-transform: rotate(-135deg);
  51. position: absolute;
  52. left: 18px;
  53. top: 16px;
  54. }
  55. .doc-photo{
  56. position: absolute;
  57. top: -25px;
  58. right: 10px;
  59. }
  60. .edit-div{
  61. position: absolute;
  62. width: 50px;
  63. top: 35px;
  64. right: 10px;
  65. text-align: center;
  66. }
  67. .edit-div span{
  68. background-color: #657180;
  69. padding: 2px 8px;
  70. color: #fff;
  71. border-radius: 5px;
  72. font-size: 14px;
  73. }
  74. .c-list > .list-arrow-r:after,
  75. .c-list > .list-arrow-u:after,
  76. .c-list > .list-arrow-d:after {
  77. position: absolute;
  78. top: 50%;
  79. right: 0.75rem;
  80. margin-top: -0.25rem;
  81. content: "";
  82. display: block;
  83. width: 0.4rem;
  84. height: 0.4rem;
  85. border: solid #cdcdcd;
  86. border-width: 0.1rem 0.1rem 0 0;
  87. -webkit-transform: rotate(45deg);
  88. transform: rotate(45deg);
  89. }
  90. .c-list .c-list-info{
  91. padding-right: 25px;
  92. font-size: 14px;
  93. }
  94. .c-list > .list-arrow-d:after {
  95. right: 0.65rem;
  96. margin-top: -0.4rem;
  97. -webkit-transform: rotate(135deg);
  98. transform: rotate(135deg);
  99. }
  100. /*.article-li{position: relative; margin-bottom: 10px;}*/
  101. .image-item{margin-top: 5px;}
  102. .count-div div{
  103. text-align: center;
  104. color: #909090;
  105. height: 29px;
  106. line-height: 29px;
  107. }
  108. .count-div div img{vertical-align: middle;}
  109. .image-item>img{
  110. width: 83px;
  111. height: 80px;
  112. }
  113. .link-icon {
  114. width: 17px;
  115. }