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.
 
 
 
 

107 lines
1.8 KiB

  1. body {
  2. font-family: 'Open Sans';
  3. font-size: 13px;
  4. line-height: 1.5;
  5. }
  6. .navbar {
  7. margin-left: 0;
  8. margin-right: 0;
  9. box-shadow: none;
  10. margin: 0;
  11. padding-left: 0;
  12. padding-right: 0;
  13. background: #438eb9;
  14. width: 100%;
  15. }
  16. .navbar-default .navbar-brand {
  17. color: white;
  18. }
  19. .profile-user-info-striped .profile-info-name {
  20. color: black;
  21. /*border-top: 1px solid #f7fbff;*/
  22. }
  23. .profile-info-name {
  24. position: absolute;
  25. width: 110px;
  26. text-align: right;
  27. padding: 7px 10px 6px 0;
  28. left: 0;
  29. top: 0;
  30. bottom: 0;
  31. font-weight: normal;
  32. color: black;
  33. background-color: transparent;
  34. /*border-top: 1px dotted #d5e4f1;*/
  35. }
  36. .title_add{
  37. font-weight:bold;
  38. font-size: 15px;
  39. }
  40. .line_top{
  41. width: 1200px;
  42. height: 1px;
  43. border: 1px solid lightgray;
  44. margin-top: 15px;
  45. }
  46. .total{
  47. margin-left: 40px;
  48. margin-top: 25px;
  49. }
  50. .tabbable{
  51. margin-left: 40px;
  52. }
  53. .add_btn{
  54. width: 60px;
  55. height: 30px;
  56. display: inline-block;
  57. line-height: 30px;
  58. border:1px solid rgb(204,204,204);
  59. text-align: center;
  60. background-color:lightgray;
  61. cursor:pointer;
  62. margin-left: 20px;
  63. }
  64. .line_list{
  65. width: 250px;
  66. font-size: 13px;
  67. background-color:white;
  68. }
  69. .line_down{
  70. width: 1200px;
  71. height: 1px;
  72. border: 1px solid lightgray;
  73. margin-top: 35px;
  74. }
  75. .save_btn{
  76. width: 80px;
  77. height: 35px;
  78. display: inline-block;
  79. line-height: 35px;
  80. border:1px solid rgb(204,204,204);
  81. text-align: center;
  82. background-color:lightgray;
  83. cursor:pointer;
  84. margin-left: 20px;
  85. margin-top: 25px;
  86. }
  87. .profile-info-value>span+span:before {
  88. display: inline;
  89. content: " ";
  90. margin-left: 1px;
  91. margin-right: 3px;
  92. color: #666;
  93. border-bottom: 1px solid #FFF;
  94. }