Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- /*Author:fuhc
- Date:10161014
- 单一线路 的基本信息 */
- /*type_btn class*/
- .type_btn_cur{
- position: relative;
- top: 1px;
- background: white;
- }
-
- .singline_box{
- width: 1300px;
- margin: 40px 0px 40px 40px;
-
- }
- .top_line{
- width: 100px;
- height: 35px;
- display: inline-block;
- line-height: 35px;
- text-align: center;
- cursor: pointer;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- border-top: 1px solid #CCCCCC;
- border-right: 1px solid #CCCCCC;
- border-left: 1px solid #CCCCCC;
- }
-
- .singline_content{
- width: 1200px;
-
- border-bottom: 1px solid #CCCCCC;
- }
- .basic_line{
- margin-top: 30px;
- }
- .basic_box{
- width: 1000px;
- }
-
- /*base*/
- .base-info{
- margin-top: 60px;
- margin-left: 40px;
- padding-bottom: 50px;
- border-bottom: 1px solid #CCCCCC;
- }
- .submit{
- width: 80px;
- height: 35px;
- text-align: center;
- line-height: 35px;
- display: inline-block;
- margin-right: 20px;
- }
- .cannel{
- width: 80px;
- height: 35px;
- text-align: center;
- line-height: 35px;
- border: 1px solid #ccc;
- display: inline-block;
- }
- /*一行 (左边加右边)-对齐*/
- input:focus {
- border: 1px solid orange!important;
- outline: none!important;
- }
-
- .second_style_frist {
- /*width: 500px;*/
- /*overflow: hidden;*/
- margin-top: 10px;
- padding-bottom: 15px;
- }
-
- .second_style_main {
- width: 100px;
- text-align: right;
- display: inline-block;
- line-height: 25px;
- vertical-align: top;
- }
-
- .second_style_next {
- display: inline-block;
- /*width: 250px;*/
- margin-left: 15px;
- line-height: 25px;
- }
-
- .second_style_next>input {
- height: 25px;
- width: 220px;
- }
- .second_style_next>select {
- height: 25px;
- }
|