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.
|
- .com_line_box{
- width: 1300px;
- margin: 40px 0px 40px 40px;
-
- }
- .sole_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;
- }
- .com_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;
- }
- .top_down{
- position: relative;
- top: 1px;
- background-color: #fff;
- }
- .com_line_content{
- width: 1200px;
- }
- .basic_line{
- margin-top: 30px;
- }
- .basic_box{
- padding-bottom:30px;
- width: 1000px;
- border-top: 1px solid #CCCCCC;
- border-bottom: 1px solid #CCCCCC;
- }
- .basic_content{
- width: 900px;
- margin-left: 40px;
- margin-top: 30px;
- }
- .basic_content_div1{
- width: 80px;
- height: 40px;
- }
- input{
- font-size: 13px!important;
- }
- .border_top_none{
- border-top: 0;
- }
- .com_trave{
- width: 800px;
- margin-left: 125px;
- margin-top: 30px;
-
- }
- .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;
- }
|