金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
1.7 KiB

  1. @import '../../../common/css/global';
  2. #vipManage{
  3. .navbar {
  4. position: fixed;
  5. top: 0;
  6. width: 100%;
  7. display: flex;
  8. z-index: 20;
  9. height: 50px;
  10. line-height: 50px;
  11. background: #FFFFFF;
  12. font-size: 14px;
  13. color: #9B9B9B;
  14. .navbar-item {
  15. flex: 1;
  16. width: 0%;
  17. text-align: center;
  18. &.activity {
  19. color:@globalColor;
  20. }
  21. }
  22. .navbar-slider {
  23. position: absolute;
  24. content: " ";
  25. left: 0;
  26. bottom: 0;
  27. width: 4em;
  28. height: 3px;
  29. background-color: @globalColor;
  30. transition: transform .3s;
  31. }
  32. }
  33. .vipManagepage{
  34. padding-top:60px;
  35. .isList{
  36. margin-top: 10px;
  37. text-align: center;
  38. color: #959595;
  39. }
  40. .isLists{
  41. margin-top: 10px;
  42. text-align: center;
  43. }
  44. .vipManage-item{
  45. background-color: #ffffff;
  46. padding: 11px 0 11px 11px;
  47. display: flex;
  48. align-items: center;
  49. border-bottom: 1px solid #D8D8D8;
  50. image{
  51. width: 45px;
  52. height: 45px;
  53. }
  54. .item-right{
  55. margin-left: 11px;
  56. flex: 1;
  57. .username{
  58. display: flex;
  59. align-items: center;
  60. .nickname{
  61. color:#000000 ;
  62. font-size: 17px;
  63. }
  64. .grade{
  65. background-color:#FB8F00;
  66. width: 15px;
  67. height: 15px;
  68. border-radius: 50%;
  69. font-size:10px;
  70. margin-left: 10px;
  71. color: #ffffff;
  72. }
  73. }
  74. .vipdate{
  75. font-size:13px;
  76. color:#9B9B9B;
  77. .vipnum{
  78. padding-right: 15px;
  79. }
  80. }
  81. }
  82. }
  83. }
  84. }