123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321 |
- /*common*/
- *{
- margin: 0;
- padding: 0;
- }
- .pull-right{
- float: right;
- }
- .pull-left{
- float: left;
- }
- ul li{
- list-style: none;
- }
- body{
- min-width: 1000px;
- color: #222;
- }
- .wrapper{
- width: 1025px;
- padding: 25px 0 88px;
- margin-left: auto;
- margin-right: auto;
- background: #fff;
- }
- a{
- text-decoration: none;
- }
- .error{
- padding-top: 5px;
- padding-left: 90px;
- color: #e15f63;
- margin: 0;
- }
- /*展示部分*/
- .card_title{
- font-size: 16px;
- height: 30px;
- width: 100%;
- padding: 0 50px 0 30px;
- }
- .card_title div{
- border-bottom: 1px solid #efefef;
- line-height: 40px;
- }
- .preview{
- position: fixed;
- top: 190px;
- float: left;
- width: 318px;
- margin-left:30px;
- padding-bottom: 150px;
- overflow: hidden;
- background-color:#f6f6f8;
- border: 1px solid #e7e7eb;
- }
- .cart-top{
- width: 100%;
- height: auto;
- background: #fff;
- }
- .cart-top img{
- width: 100%;
- height: 100%;
- vertical-align: middle;
- }
- .preview .title{
- padding: 15px 10px;
- background: #fff;
- }
- .preview .title i{
- color: #000;
- }
- .preview .title .back{
- font-size: 20px;
- }
- .preview .title .more{
- font-size: 24px;
- }
- .preview .panel{
- background: #fff;
- border-radius: 5px;
- }
- .logo-area{
- width: 273px;
- height: 140px;
- background: #55bd47;
- margin: 0 auto;
- border-radius: 10px;
- padding: 24px 20px;
- color: #fff;
- margin-bottom: 20px;
- }
- .logo-area div{
- float: left;
- }
- .logo-area .bot{
- height: 20px;
- width: 100%;
- margin-top: 25px;
- }
- .logo-area .logo{
- width: 40px;
- height: 40px;
- margin-right: 10px;
- }
- .logo-area .logo img{
- width: 100%;
- height: 100%;
- border-radius: 50%;
- border: 2px solid #fff;
- }
- .logo-area .code{
- width: 36px;
- height: 36px;
- float: right;
- }
- /*适用门店 公众号*/
- .card-other{
- padding:0px 10px 0px 10px;
- margin-bottom: 15px;
- background: #fff;
- }
- .card-other ul li{
- padding: 10px 0;
- border-bottom: 1px solid #e7e7eb;
- }
- .card-other ul li:last-child{
- border: 0;
- }
- .go.icon{
- font-weight: bolder;
- color: #c8c8c8;
- }
- .control{
- float: left;
- margin-left: 20px;
- /*width: 800px;*/
- /*border: 1px solid #e7e7eb;*/
- /*background-color: #f4f5f9;*/
- background: #f5f7f9;
- margin-right: 20px;
- }
- .control.control-cover{
- width: 1160px;
- margin: 0 auto;
- }
- .control .con-label{
- margin-bottom: 20px;
- }
- .control .editor_section{
- margin-bottom: 20px;
- padding: 0px 20px 0 20px;
- }
- .control .title{
- font-size: 14px;
- height: 34px;
- line-height: 34px;
- border-bottom: 1px solid #e6e9eb;
- font-weight: normal;
- margin-bottom: 20px;
- }
- .control-group{
- margin-top: 30px;
- margin-bottom: 30px;
- padding-bottom: 0;
- }
- .control-group.user{
- height: 120px;
- }
- .control-group.color{
- height: 30px;
- }
- .control-group.limit{
- height: 70px;
- }
- .control-group.caption{
- height: 75px;
- }
- .control-group.date{
- height: 75px;
- }
- .control-group.receive{
- height: 50px;
- }
- .control-group.use{
- height: 220px;
- }
- .control-group .frm_label{
- width: 90px;
- height: 32px;
- line-height: 32px;
- }
- .control-group .frm-image{
- width: 50px;
- height: 50px;
- display: inline-block;
- }
- .control-group .frm_controls{
- margin-left: 90px;
- margin-bottom: 5px;
- vertical-align: middle;
- }
- .control-group .frm_controls .frm_controls_name{
- vertical-align: top;
- }
- .control-group input{
- margin-right: 5px;
- }
- .frm_tip{
- padding-top:5px;
- color: #8d8d8d
- }
- .frm_tip a{
- color: #459ae9;
- }
- .card_tip{
- padding-top:5px;
- padding-left: 90px;
- color: #8d8d8d
- }
- .control-group .frm-image img{
- width: 100%;
- height: 100%;
- }
- .control-group .caret{
- display: inline-block;
- margin: 10px 10px;
- color: #000;
- }
- /*卡券颜色*/
- .bootstrap-colorpalette {
- padding-left:4px;
- padding-right:4px;
- white-space: normal;
- line-height:1;
- }
- .bootstrap-colorpalette div {
- line-height:0;
- }
- .bootstrap-colorpalette .btn-color {
- width: 25px;
- height: 25px;
- border: 1px solid #fff;
- margin: 2px;
- padding: 0;
- }
- .bootstrap-colorpalette .btn-color:hover {
- border: 1px solid #000;
- }
- .btn-groups.btn-group.btns{
- vertical-align: middle;
- width: 116px;
- background: #fff;
- border: 1px solid #eee;
- }
- .btns a{
- display: inline-block;
- width: 116px;
- height: 20px;
- padding: 5px;
- }
- .btns a i{
- display: inline-block;
- width: 20px;
- height: 20px;
- background: rgb(99, 179, 89);
- }
- /**/
- .frm_controls .input{
- height: 32px;
- background: #fff;
- border: 1px solid #eee;
- padding-left: 5px;
- color: #222;
- }
- .frm_controls .chose{
- display: inline-block;
- height: 32px;
- width: 116px;
- background: #fff;
- border: 1px solid #eee;
- padding-left: 5px;
- color: #222;
- vertical-align: middle;
- }
- /*封面*/
- .cover .control {
- padding: 10px;
- }
- .cover .upload{
- margin-left: 90px;
- }
- textarea{
- text-indent: 15px;
- padding: 5px 10px;
- }
- .control-group.cover{
- height: 35px;
- }
- /*自定义入口*/
- .way-open{
- width: 300px;
- margin: 20px 0;
- }
- .way-open .open-on{
- margin-right:20px ;
- }
- /*.user-defined{
- height: 80px;
- }*/
- /*OTEzNzAyMDIzNTAzMjQyOTE0*/
|