|
- /*author:func
- date:20161021*/
- /*一行 (左边加右边)-对齐*/
- input:focus {
- border: 1px solid orange!important;
- outline: none!important;
- }
- .regular_box{
- width:1000px;
- margin: 40px 0px 40px 40px;
- }
- .regular_info{
- height: 70px;
- border: 1px solid #ccc;
- background-color: #f2f2f2;
-
- }
- .regular_info span{
- display: inline-block;
- height: 70px;
- line-height: 70px;
- margin-left: 15px;
- }
- .regular_ramend{
- width: 100px;
- height: 35px;
- line-height: 35px;
- text-align: center;
- margin-top: 40px;
-
- }
- .regular_list{
- width: 1000px;
- }
- .list_middle {
- vertical-align: middle!important;
- text-align: center;
- }
- .amend_promotion_type{
- position: absolute;
- top: 0px;
- bottom: 0px;
- left: 0px;
- right: 0px;
- background: rgba(0,0,0,0.5);
- z-index: 1000;
- display: none;
- }
-
- .add_promotion{
- border: 1px solid #ccc;
- width: 100px;
- height: 30px;
- text-align: center;
- line-height: 30px;
- margin-top: 50px;
- }
- .top_down{
- position: relative;
- top: 1px;
- background-color: #fff;
- }
- .add_promotion_type{
- position: absolute;
- top: 0px;
- bottom: 0px;
- left: 0px;
- right: 0px;
- background: rgba(0,0,0,0.5);
- z-index: 1000;
- }
- .update_promotion_type{
- position: absolute;
- top: 0px;
- bottom: 0px;
- left: 0px;
- right: 0px;
- background: rgba(0,0,0,0.5);
- z-index: 1000;
- }
- .amend_promotion_type{
- position: absolute;
- top: 0px;
- bottom: 0px;
- left: 0px;
- right: 0px;
- background: rgba(0,0,0,0.5);
- z-index: 1000;
- display: none;
-
-
- }
-
-
-
- .add_promotion_type_div{
- width: 650px;
- margin: 150px auto 0px;
- background-color: #FFFFFF;
- border: 1px solid #ccc;
- }
- .add_promotion_1{
- height: 40px;
- border-bottom: 1px solid #ccc;
- }
- .promotion1_div1{
- float: left;
- height: 40px;
- width: 200px;
- font-size: 15px;
- line-height: 40px;
- vertical-align: top;
- padding-left:15px;
- }
- .promotion1_div2{
- width: 40px;
- height: 40px;
- float: right;
- vertical-align: top;
- text-align: center;
- margin-right: 1px;
- }
- .promotion2_div1{
- /*height: 50px;*/
- }
-
- .promotion2_span1{
- display: inline-block;
- width: 80px;
- height: 50px;
- /*line-height: 50px;*/
- text-align: right;
-
- }
- .promotion2_span2{
- display: inline-block;
- width: 500px;
- }
- .add_promotion_2{
- padding: 30px;
- border-bottom: 1px solid #ccc;
- }
- .promotion2_span3{
- border: 1px solid #ccc;
- width: 110px;
- height: 28px;
- display: inline-block;
-
- }
- .promotion2_span3 input{
- width: 80px;
- border: 0;
- text-align: right;
- }
- .add_promotion_3{
- width: 188px;
- margin: 15px auto;
- }
-
-
-
-
- .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;
- }
|