index.less 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. @import "../config";
  2. page{
  3. font-size: 14px;
  4. color:#333;
  5. }
  6. .panel-container{
  7. position: relative;
  8. }
  9. .panel{
  10. display: flex;
  11. justify-content: space-around;
  12. align-items: center;
  13. padding: 40rpx 0;
  14. font-size: 28rpx;
  15. z-index: 3;
  16. border-top: 1px solid #eaeaea;
  17. .avatar{
  18. width: 140rpx;
  19. height: 140rpx;
  20. flex: 0 0 auto;
  21. border-radius: 50%;
  22. }
  23. .person-info{
  24. .name{
  25. font-size: 44rpx;
  26. font-weight: 700;
  27. color:#333;
  28. }
  29. .enter{
  30. font-size: 28rpx;
  31. color: #999;
  32. margin-top: 10rpx;
  33. }
  34. }
  35. .auth{
  36. width: 78rpx;
  37. margin-left: 30rpx;
  38. }
  39. .enter{
  40. .edit{
  41. margin-left: 20rpx;
  42. width: 90rpx;
  43. }
  44. }
  45. .qycode{
  46. width:50rpx;
  47. }
  48. }
  49. /* banner */
  50. .banner-img{
  51. width: 100%;
  52. }
  53. /* 简历 */
  54. .jian-box{
  55. display: flex;
  56. justify-content: space-between;
  57. align-items: center;
  58. padding: 10rpx 40rpx;
  59. box-sizing: border-box;
  60. border-bottom: 20rpx solid #f5f5f5;
  61. border-top: 10rpx solid #f5f5f5;
  62. .jianli-pic{
  63. width: 180rpx;
  64. }
  65. .jianli-title{
  66. font-size: 14px;
  67. font-weight: 700;
  68. }
  69. .jianli-desc{
  70. margin-top: 20rpx;
  71. color: #999;
  72. font-size: 12px;
  73. }
  74. .edit-jianli{
  75. width: 200rpx;
  76. }
  77. }
  78. /* list */
  79. .list .item{
  80. padding:7px 15px;
  81. }
  82. .item-icon{
  83. width: 30rpx;
  84. margin-right: 20rpx;
  85. }