| 123456789101112131415161718192021222324252627282930 |
- .Content {
- padding: 10px;
- }
- .Btn_box {
- margin-top: 20px;
- color: #fff;
- }
- .F_Remark {
- width: 100%;
- }
- .tab {
- border-bottom: 1px solid #ccc;
- }
- .rightAdd {
- margin-bottom: 20px;
- background: #1ab394;
- color: #fff;
- float: right;
- width: 100px;
- }
- @media (min-width: 768px) {
- .form-inline .form-control {
- width: 540px;
- }
- }
|