|
-
- body {
-
- font-family: 'Open Sans';
- font-size: 13px;
- line-height: 1.5;
- }
-
- .navbar {
- margin-left: 0;
- margin-right: 0;
- box-shadow: none;
- margin: 0;
- padding-left: 0;
- padding-right: 0;
- background: #438eb9;
- width: 100%;
- }
- .navbar-default .navbar-brand {
- color: white;
- }
-
- .profile-user-info-striped .profile-info-name {
- color: black;
- /*border-top: 1px solid #f7fbff;*/
- }
-
- .profile-info-name {
- position: absolute;
- width: 110px;
- text-align: right;
- padding: 7px 10px 6px 0;
- left: 0;
- top: 0;
- bottom: 0;
- font-weight: normal;
- color: black;
- background-color: transparent;
- /*border-top: 1px dotted #d5e4f1;*/
- }
-
- .title_add{
- font-weight:bold;
- font-size: 15px;
- }
-
- .line_top{
- width: 1200px;
- height: 1px;
- border: 1px solid lightgray;
- margin-top: 15px;
- }
-
- .search_btn{
- width: 80px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- border:1px solid rgb(204,204,204);
- text-align: center;
- background-color:lightgray;
- cursor:pointer;
- margin-left: 20px;
- }
-
- .sift_style{
- margin-top: 30px;
- }
-
- .control-show{
- margin-left: 40px;
- margin-top: 35px;
- }
-
- .add_line{
- width: 80px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- border:1px solid rgb(204,204,204);
- text-align: center;
- background-color:lightgray;
- cursor:pointer;
- margin-left: 20px;
- }
-
- .start{
- width: 80px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- border:1px solid rgb(204,204,204);
- text-align: center;
- background-color:lightgray;
- cursor:pointer;
- margin-left: 35px;
-
- }
-
- .stop{
- width: 80px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- border:1px solid rgb(204,204,204);
- text-align: center;
- background-color:lightgray;
- cursor:pointer;
- margin-left: 10px;
- }
|