商丘12345 前端

userList.css 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .count {
  2. color: #ff0006;
  3. }
  4. .icon_color {
  5. color: #00b4ff;
  6. margin-right: 3px;
  7. vertical-align: middle;
  8. }
  9. ul li a {
  10. font-size: 14px;
  11. color: #585858;
  12. }
  13. .head {
  14. background: url(../img/banner.png) no-repeat;
  15. background-size:100% 100%;
  16. width: 100%;
  17. height: 170px;
  18. position: relative;
  19. }
  20. .count_list {
  21. padding: 0;
  22. margin: 0;
  23. width: 100%;
  24. border: 0;
  25. }
  26. .count_list li {
  27. width: 33.3%;
  28. text-align: center;
  29. float: left;
  30. background: #eef7fd;
  31. list-style: none;
  32. padding: 5px 0;
  33. }
  34. .nickName_box {
  35. color: #fff;
  36. font-size: 20px;
  37. position: absolute;
  38. right: 0;
  39. left: 0;
  40. top: 90px;
  41. bottom: 0;
  42. text-align: center;
  43. }
  44. .change_nickName {
  45. display: block;
  46. font-size: 10px;
  47. border: 1px solid #fff;
  48. width: 100px;
  49. margin: 9px auto;
  50. border-radius: 20px;
  51. }
  52. .right_wz {
  53. background: transparent;
  54. color: #929292;
  55. }
  56. .mui-segmented-control .mui-control-item.mui-active {
  57. color: #000!important;
  58. background-color: #eef7fd!important;
  59. }