123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367 |
- html,body,#app {
- margin: 0;
- padding: 0;
- height: 100%;
- color: #333;
- }
- ul {
- margin: 0;
- padding: 0;
- list-style-type: none;
- }
- .clearfix:after {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: ".";
- clear: both;
- height: 0;
- }
- .clearfix {
- zoom: 1;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- /*.ui-popup-full { width: 50%; }*/
- #app>.ui-grid, #app>.ui-grid .ui-grid {
- height: 100%;
- }
- #app>.ui-grid .ui-col-0 {
- width: 340px;
- border-right: 1px solid #d7dce6;
- position: relative;
- }
- #app>.ui-grid .ui-col-1 {
- position: relative;
- height: -moz-calc(100%);
- height: -webkit-calc(100%);
- height: calc(100%);
- box-sizing: border-box;
- }
- ul.nav-tab {
- padding-left: 5px;
- }
- ul.nav-tab::after {
- content: ' ';
- position: absolute;
- border-bottom: 1px solid #d7dce6;
- height: 35px;
- width: 100%;
- left: 0;
- z-index: -1;
- }
- ul.nav-tab li {
- display: inline-block;
- line-height: 34px;
- padding-left: 10px;
- padding-right: 10px;
- border: 1px solid #d7dce6;
- margin-left: 3px;
- text-align: center;
- font-size: 14px;
- background-color: #f5f5fa;
- color: #666666;
- cursor: pointer;
- }
- ul.nav-tab li.active {
- border-bottom: 1px solid #fff;
- color: #12b7f5;
- background-color: #fff;
- }
- .inp-search {
- width: 100%;
- border: solid 1px #d7dce6;
- margin: 10px auto;
- 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 {
- position: relative;
- font-size: 14px;
- line-height: 40px;
- color: #333333;
- border-bottom: 1px solid #d7dce6;
- cursor: pointer;
- }
- .item-header {
- padding-right: 80px;
- }
- .list-arrow-r:after,
- .list-arrow-d:after {
- position: absolute;
- top: 20px;
- right: 0.75rem;
- margin-top: -0.25rem;
- content: "";
- display: block;
- width: 0.4rem;
- height: 0.4rem;
- border: solid #cdcdcd;
- border-width: 0.1rem 0.1rem 0 0;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .list-arrow-d:after {
- right: 0.65rem;
- margin-top: -0.4rem;
- -webkit-transform: rotate(135deg);
- transform: rotate(135deg);
- }
- .temp-item .dropdown-item {
- position: relative;
- }
- .temp-item .dropdown-item:first-child {
- border-top: 1px dashed #d7dce6;
- }
- .temp-item .dropdown-item:not(:last-child) {
- border-bottom: 1px dashed #d7dce6;
- }
- .new-temp {
- font-size: 14px;
- color: #12b7f5;
- position: fixed;
- bottom: 15px;
- left: 105px;
- cursor: pointer;
- }
- .temp-info {
- border: 1px solid #d7dce6;
- }
- .temp-name,
- .team-name,
- .label-name {
- position: relative;
- border-bottom: 1px solid #d7dce6;
- }
- .temp-name input {
- border: 0;
- width: -moz-calc(100% - 80px);
- width: -webkit-calc(100% - 80px);
- width: calc(100% - 80px);
- }
- .img-items {
- border: 1px solid #d7dce6;
- padding-left: 10px;
- padding-right: 10px;
- padding-top: 10px;
- overflow: hidden;
- }
- .img-items img {
- float: left;
- width: 60px;
- height: 60px;
- margin-right: 10px;
- margin-bottom: 10px;
- vertical-align: middle;
- }
- .img-items img:nth-of-type(4n){
- margin-right: 0;
- }
- .send-btn, .back-btn {
- display: inline-block;
- width: 120px;
- height: 34px;
- line-height: 34px;
- background-color: #12b7f5;
- border-radius: 2px;
- color: #fff;
- cursor: pointer;
- }
- .foot-btns {
- text-align: center;
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- }
- .template-wrap{
- position: relative;
- padding-bottom: 45px;
- box-sizing: border-box;
- min-height: calc(100%);
- }
- .preview-btn, .new-btn {
- display: inline-block;
- width: 120px;
- height: 34px;
- line-height: 34px;
- color: #fff;
- cursor: pointer;
- }
- .back-btn {
- background-color: #12b7f5;
- }
- .preview-btn {
- background-color: #02cfb9;
- }
- .new-btn {
- background-color: #12b7f5;
- }
- .save-btn {
- float: right;
- width: 100px;
- height: 28px;
- line-height: 28px;
- background-color: #12b7f5;
- border-radius: 2px;
- color: #fff;
- text-align: center;
- cursor: pointer;
- }
- .delete-btn {
- float: right;
- width: 100px;
- height: 28px;
- line-height: 28px;
- background-color: #ff3b30;
- border-radius: 2px;
- color: #fff;
- text-align: center;
- cursor: pointer;
- }
- .delete-icon {
- position: absolute;
- top: -8px;
- left: 55px;
- cursor: pointer;
- }
- .file-upload {
- width: 65px;
- height: 65px;
- position: absolute;
- opacity: 0;
- font-size: 0;
- }
- .delete-icon >img {
- background: #fff;
- border-radius: 50%;
- }
- .label-name .c-list {
- max-height: 100px;
- overflow-y: auto;
- }
- .c-list .c-list-li {
- height: 28px;
- line-height: 28px;
- float: left;
- display: inline;
- margin: 10px 7px 0 1%;
- padding: 0px 28px;
- border-radius: 15px;
- border: 1px solid #d7dce6;
- }
- .c-list .active-icon {
- border: 1px solid #12b7f5 ;
- }
- .item-header.active {
- color: #12b7f5;
- }
- .preview-wrap {
- height: calc(100% - 50px);
- overflow-y: auto;
- }
- .cur-pit {
- cursor: pointer;
- }
- .c-position-r {
- position: relative;
- }
- .c-position-a {
- position: absolute;
- }
- .c-border {
- border-width: 0;
- border-color: #e1e1e1;
- border-style: solid;
- }
- .c-border-all{
- border-width: 1px;
- }
- .c-border-r {
- border-right-width: 1px;
- }
- .c-border-l {
- border-left-width: 1px;
- }
- .c-border-b {
- border-bottom-width: 1px;
- }
- .downList{
- }
- .downList .downList-value{
- height: 30px;
- line-height: 30px;
- font-size: 14px;
- background: url(../../../images/tiaozhuan_xia_icon.png) no-repeat no-repeat 96% center;
- background-size: 10px 6px;
- box-sizing: border-box;
- }
- .downList .downList-inner{
- font-size: 14px;
- width: 100%;
- box-sizing: border-box;
- background-color: #fff;
- z-index: 10;
- }
- .downList .downList-inner li{
- padding-top: 3px;
- padding-bottom: 3px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
|