suggest.css 1009 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. body {
  2. background: rgba(245, 249, 249, 1);
  3. color: #323232;
  4. }
  5. .w3-row:after {
  6. content: "";
  7. display: table;
  8. clear: both
  9. }
  10. .w3-col {
  11. float: left;
  12. width: 100%
  13. }
  14. .w3-rest {
  15. overflow: hidden
  16. }
  17. .mine-menu {}
  18. .mine-menu {
  19. font-size: 16px;
  20. color: #909090;
  21. }
  22. .mine-menu .active {
  23. color: #0AD8C8;
  24. }
  25. .all-center {
  26. position: absolute;
  27. top: 0;
  28. left: 0;
  29. bottom: 0;
  30. right: 0;
  31. margin: 0 auto;
  32. }
  33. .mainbox {
  34. width: 420px;
  35. margin: 0 auto;
  36. }
  37. .btn-theme {
  38. color: #fff;
  39. background: #0AD8C8;
  40. border-color: #0AD8C8;
  41. }
  42. .btn-theme:hover,
  43. .btn-theme:active {
  44. color: #fff;
  45. background: #0aD9ff;
  46. border-color: #0AD8C8;
  47. }
  48. .pl105 {
  49. padding-left: 105px;
  50. }
  51. .pl251 {
  52. padding-left: 251px;
  53. }
  54. .m8 {
  55. margin-top: 8px;
  56. }
  57. .btn-default {
  58. background: #fff;
  59. color: #909090;
  60. font-size: 16px;
  61. border: 1px solid #D1D7D4;
  62. }
  63. .btn-default:hover,
  64. .btn-default:active {
  65. color: #333;
  66. background: #F4F6FA;
  67. }
  68. .clearfix:after {
  69. content: none;
  70. }
  71. .list-record li {
  72. height: 50px;
  73. }
  74. .suggestcss {
  75. margin-top: 80px;
  76. }