123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346 |
- [v-cloak]{
- display: none;
- }
- html,body,#app {
- margin: 0;
- padding: 0;
- height: 100%;
- color: #333;
- }
- ul {
- margin: 0;
- padding: 0;
- list-style-type: none;
- }
- a {
- text-decoration:none;
- }
- .clearfix:after {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: ".";
- clear: both;
- height: 0;
- }
- .clearfix {
- zoom: 1;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .header{
- background-color: #fff;
- border-bottom: 1px solid #e1e1e1;
- padding: 10px 15px;
- }
- .header .title{
- font-size: 14px;
- font-weight: bold;
- padding-right: 10px;
- color: #333;
- border-right: 1px solid #e1e1e1;
- }
- .header img{
- vertical-align: text-bottom;
- }
- .ui-popup-full { width: auto; }
- #app>.ui-grid, #app>.ui-grid .ui-grid {
- height: 100%;
- }
- .ul-wrap {
- background-color:#f5f5fa;
- height: -moz-calc(100% - 100px);
- height: -webkit-calc(100% - 100px);
- height: calc(100% - 100px);
- overflow-y: auto;
- }
- .left-panel {
- width: 450px;
- border-right: 1px solid #d7dce6;
- }
- .title-name {
- height: 40px;
- line-height: 40px;
- border-bottom: 1px solid #d7dce6;
- box-sizing: border-box;
- }
- .title-name:before {
- content: '';
- display: inline-block;
- vertical-align: middle;
- background: #12b7f5;
- width: 4px;
- height: 20px;
- margin-right: 10px;
- }
- .inp-search {
- border: solid 1px #d7dce6;
- margin: 10px 0 auto;
- width: 100%;
- height: 30px;
- padding-left: 10px;
- box-sizing: border-box;
- }
- .search-warp {
- position: relative;
- }
- .search-warp::after {
- content: ' ';
- width: 20px;
- height: 20px;
- position: absolute;
- right: 8px;
- top: 14px;
- display: block;
- background: url(../../../images/sousuo_icon.png) center center / 15px 15px no-repeat;
- }
- .temp-item {
- height: 28px;
- line-height: 28px;
- background-color: #ffffff;
- border-radius: 5px;
- border: solid 1px #82dcfa;
- margin: 20px 0;
- cursor: pointer;
- }
- .temp-item.active {
- color: #fff;
- background-color: #12b7f5;
- }
- .temp-item.add {
- height: 28px;
- background-color: #ffffff;
- border-radius: 5px;
- border: solid 1px #82dcfa;
- }
- .wushuju {
- width: 260px;
- margin-top: 100px;
- }
- .new-temp-btn {
- width: 120px;
- height: 34px;
- background-color: #ffffff;
- border-radius: 17px;
- border: solid 1px #12b7f5;
- font-size: 14px;
- color: #12b7f5;
- padding: 5px 10px;
- cursor: pointer;
- }
- .temp-name-inpt {
- height: 28px;
- line-height: 28px;
- box-sizing: border-box;
- padding-left: 10px;
- }
- .save-temp-name-btn {
- height: 28px;
- line-height: 28px;
- background-color: #12b7f5;
- border-radius: 2px;
- color: #ffffff;
- width: 80px;
- display: inline-block;
- }
- .foot-btns {
- position: absolute;
- bottom: 20px;
- left: 50%;
- margin-left: -94px;
- }
- .delete-btn {
- width: 90px;
- height: 34px;
- background-color: #f96565;
- border-radius: 2px;
- padding: 5px 10px;
- color: #fff;
- font-size: 14px;
- cursor: pointer;
- }
- .save-btn {
- width: 90px;
- height: 34px;
- background-color: #12b7f5;
- border-radius: 2px;
- padding: 5px 10px;
- color: #fff;
- font-size: 14px;
- cursor: pointer;
- }
- .list-item {
- position: relative;
- cursor: pointer;
- margin-top: 10px;
- }
- .list-item.arrow-r:before {
- height: 11px;
- width: 11px;
- content: '';
- display: inline-block;
- vertical-align: middle;
- background: url(../../../images/shouqi_jiantou_icon.png) no-repeat 100%;
- margin-right: 5px;
- }
- .list-item.arrow-d:before {
- height: 11px;
- width: 11px;
- content: '';
- display: inline-block;
- vertical-align: middle;
- background: url(../../../images/zhankai_jiantou_icon.png) no-repeat 100%;
- margin-right: 5px;
- }
- .list-item-name {
- display: inline-block;
- width: 320px;
- height: 28px;
- line-height: 28px;
- border: 1px solid #12b7f5;
- border-radius: 5px;
- color: #666;
- vertical-align: middle;
- cursor: pointer;
- padding-left: 5px;
- padding-right: 5px;
- font-size: 13px;
- }
- .list-item-name.is-active{
- background-color: #12b7f5;
- color: #fff;
- }
- .add-item-btn {
- height: 30px;
- background-color: #12b7f5;
- border-radius: 5px;
- color: #fff;
- display: inline-block;
- vertical-align: middle;
- text-align: center;
- line-height: 28px;
- padding: 0 10px;
- font-size: 14px;
- cursor: pointer;
- }
- .add-item-btn.disabled {
- background-color: #d7dce6;
- pointer-events: none;
- }
- .item-card {
- position: relative;
- background-color: #ffffff;
- border-radius: 10px;
- border: solid 1px #d7dce6;
- }
- .item-card:before {
- content: '';
- width: 3px;
- height: 60px;
- background-color: #12b7f5;
- border-radius: 3px;
- position: absolute;
- left: 0;
- top: 50%;
- margin-top: -30px;
- }
- .item-delete-btn {
- position: absolute;
- right: 5px;
- top: 50%;
- margin-top: -10px;
- cursor: pointer;
- }
- .template-items {
- height: -moz-calc(100% - 100px);
- height: -webkit-calc(100% - 100px);
- height: calc(100% - 100px);
- overflow-y: auto;
- }
- .item-detail {
- border: solid 1px #d7dce6;
- box-sizing: border-box;
- }
- .item-detail-name {
- height: 40px;
- line-height: 40px;
- background-color: #f5f5fa;
- }
- .back-btn {
- display: inline-block;
- width: 90px;
- height: 34px;
- line-height: 34px;
- background-color: #12b7f5;
- border-radius: 2px;
- color: #fff;
- cursor: pointer;
- position: absolute;
- left: 50%;
- bottom: 10px;
- margin-left: -60px;
- font-size: 14px;
- }
- .item-detail-wrap {
- height: -moz-calc(100% - 20px);
- height: -webkit-calc(100% - 20px);
- height: calc(100% - 20px);
- }
- .item-detail-innerwrap {
- height: -moz-calc(100% - 50px);
- height: -webkit-calc(100% - 50px);
- height: calc(100% - 50px);
- overflow-y: auto;
- }
- .setSelect .el-input__inner{
- width: 100%;
- text-align: center;
- }
- .setSelect .el-input-number--mini{
- width: 100px;
- }
- .setSelect .el-select{
- width: 100%;
- }
|