| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538 |
- @import './element-ui.scss';
- body {
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
- font-size: 14px;
- }
- button, input, optgroup, select, textarea {
- font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; /* 1 */
- }
- html, body {
- margin: 0;
- padding: 0;
- height: 100%;
- }
- b,
- strong {
- font-weight: bold;
- }
- //common css
- .mt-10 {
- margin-top: 10px
- }
- .mr-10 {
- margin-right: 10px
- }
- .h100 {
- height: 100%
- }
- .hide {
- display: none;
- }
- .fr {
- float: right;
- }
- .fl {
- float: left;
- }
- .pt {
- position: relative;
- }
- .pr-5 {
- padding-right: 5px;
- }
- .pl-5 {
- padding-left: 5px;
- }
- .block {
- display: block;
- }
- .pointer {
- cursor: pointer;
- }
- .inlineBlock {
- display: block;
- }
- textarea {
- resize: none;
- }
- //.l-block {
- // display: inline-block
- //}
- label {
- font-weight: normal;
- }
- html {
- box-sizing: border-box;
- }
- li {
- list-style: none;
- }
- *,
- *:before,
- *:after {
- box-sizing: inherit;
- }
- .no-padding {
- padding: 0px !important;
- }
- .padding-content {
- padding: 4px 0;
- }
- a:focus,
- a:active {
- outline: none;
- }
- a,
- a:focus,
- a:hover {
- cursor: pointer;
- color: inherit;
- text-decoration: none;
- }
- //去除chrome input上下箭头
- input::-webkit-outer-spin-button,
- input::-webkit-inner-spin-button {
- -webkit-appearance: none !important;
- margin: 0;
- }
- code {
- background: #eef1f6;
- padding: 15px 10px;
- margin-bottom: 20px;
- display: block;
- line-height: 36px;
- a {
- color: #337ab7;
- cursor: pointer;
- &:hover {
- color: rgb(32, 160, 255);
- }
- }
- }
- .fade-enter-active,
- .fade-leave-active {
- transition: all .2s ease
- }
- .fade-enter,
- .fade-leave-active {
- opacity: 0;
- }
- //main-container全局样式
- .app-container {
- padding: 20px;
- }
- .components-container {
- margin: 30px 50px;
- position: relative;
- }
- .pagination-container {
- margin-top: 20px;
- text-align: center;
- }
- .editor-container .CodeMirror {
- height: 100% !important;
- }
- .wscn-icon {
- }
- .sub-navbar {
- height: 50px;
- line-height: 50px;
- position: relative;
- width: 100%;
- text-align: right;
- padding-right: 20px;
- transition: 600ms ease position;
- background: linear-gradient(90deg, rgba(32, 182, 249, 1) 0%, rgba(32, 182, 249, 1) 0%, rgba(33, 120, 241, 1) 100%, rgba(33, 120, 241, 1) 100%);
- .subtitle {
- font-size: 20px;
- color: #fff;
- }
- &.draft {
- background: #d0d0d0;
- }
- &.deleted {
- background: #d0d0d0;
- }
- }
- .link-type,
- .link-type:focus {
- color: #337ab7;
- cursor: pointer;
- &:hover {
- color: rgb(32, 160, 255);
- }
- }
- .publishedTag,
- .draftTag,
- .deletedTag {
- color: #fff;
- background-color: $panGreen;
- line-height: 1;
- text-align: center;
- margin: 0;
- padding: 8px 12px;
- font-size: 14px;
- border-radius: 4px;
- position: absolute;
- left: 20px;
- top: 10px;
- }
- .draftTag {
- background-color: $yellow;
- }
- .deletedTag {
- background-color: $red;
- }
- .input-label {
- font-size: 14px;
- color: #48576a;
- line-height: 1;
- padding: 11px 5px 11px 0;
- }
- .clearfix {
- &:after {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: " ";
- clear: both;
- height: 0;
- }
- }
- .no-marginLeft {
- .el-checkbox {
- margin: 0 20px 15px 0;
- }
- .el-checkbox + .el-checkbox {
- margin-left: 0px;
- }
- }
- .filter-container {
- padding-bottom: 10px;
- .filter-item {
- display: inline-block;
- vertical-align: middle;
- margin-bottom: 10px;
- }
- }
- .filter-container {
- margin: 15px 0 10px;
- padding-bottom: 0;
- float: right;
- }
- //refine vue-multiselect plugin
- .multiselect {
- line-height: 16px;
- }
- .multiselect--active {
- z-index: 1000 !important;
- }
- //refine simplemde
- .simplemde-container {
- .editor-toolbar.fullscreen, .CodeMirror-fullscreen {
- z-index: 1003;
- }
- }
- @keyframes octocat-wave {
- 0%,
- 100% {
- transform: rotate(0)
- }
- 20%,
- 60% {
- transform: rotate(-25deg)
- }
- 40%,
- 80% {
- transform: rotate(10deg)
- }
- }
- //table 部分
- .blue-table {
- thead {
- th {
- // height:40px;
- // line-height:40px;
- // border: none;
- background-color: #f3f3f3;
- }
- td {
- border-color: #FFF;
- }
- }
- tbody {
- .cell {
- border: none;
- text-align: center;
- height: 44px;
- line-height: 44px;
- }
- tr {
- // height: 40px;
- // line-height: 40px;
- }
- td {
- border-bottom: none;
- // padding:5px 0;
- }
- }
- }
- .el-table {
- .cell {
- height: 44px;
- line-height: 44px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- th {
- background-color: #eef1f6;
- text-align: center;
- .cell {
- height: 40px;
- line-height: 40px;
- color: #000;
- }
- }
- td {
- border-bottom: none;
- text-align: center;
- }
- }
- .cell {
- height: 40px;
- line-height: 40px;
- border: none;
- }
- .cell {
- height: 40px;
- line-height: 40px;
- border: none;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- //button
- //big button in table head
- .btn {
- width: 82px;
- height: 28px;
- line-height: 28px;
- border: none;
- font-size: 12px;
- border-radius: 4px;
- padding: 0 14px;
- letter-spacing: 1px;
- }
- .btn-add, .el-button--primary.btn-add:hover {
- background: #4d84ba
- }
- .btn-edit, .el-button--primary.btn-edit:hover {
- background: #46be94
- }
- .btn-delete, .el-button--danger.btn-delete:hover {
- background: #de5237;
- }
- .btn-reset {
- background-color: #ddd;
- }
- .btn-add, .el-button--primary.btn-add:hover {
- background: #4d84ba;
- color: #FFF;
- }
- .btn-edit, .el-button--primary.btn-edit:hover {
- background: #46be94;
- color: #FFF;
- }
- .btn-delete, .el-button--danger.btn-delete:hover {
- background: #de5237;
- color: #FFF;
- }
- .icon-add1, .icon-delete1, .icon-edit1, .icon-tag, .icon-cancel, .icon-sucai {
- overflow: hidden;
- width: 13px;
- height: 13px;
- fill: #ffffff;
- vertical-align: middle;
- position: relative;
- right: 0;
- bottom: 1px;
- }
- .icon-sucai {
- width: 16px;
- height: 16px;
- fill: #444;
- }
- .btn-tags .el-button {
- padding: 4px;
- border: none;
- background: none;
- }
- .btn-tags .el-button:hover .icon-tag {
- fill: #000;
- }
- .icon-tag {
- fill: #666;
- width: 20px;
- height: 20px;
- }
- .icon-cancel {
- fill: #666
- }
- .icon-btn, .data-table {
- .icon {
- width: 16px;
- height: 16px;
- fill: #8ab4da;
- border: none;
- }
- .icon:hover {
- fill: #5c8cb4;
- }
- }
- .cell .el-button--small {
- padding: 4px 5px;
- border: none;
- background: none;
- }
- // big save button container
- .button-container {
- margin-top: 40px;
- button {
- width: 120px;
- border: 1px solid #5584ff;
- border-radius: 30px;
- background-color: #fff;
- color: #5584ff;
- font-size: 14px;
- }
- .save {
- background-color: #5584ff;
- color: #fff;
- }
- .icon {
- width: 14px;
- height: 14px;
- padding-top: 2px;
- margin-right: 5px;
- }
- .icon-save {
- fill: #fff;
- }
- }
- .search-dialog .el-button {
- // border: 1px solid #c4c4c4;
- width: 48%;
- }
- .search-dialog{
- overflow-x: hidden;
- }
- .el-table__row .el-button + .el-button {
- margin-left: 0px;
- }
- .account-filter-container {
- float: right;
- margin: 15px 0 10px;
- padding-bottom: 0;
- }
- .el-table th {
- font-weight: normal;
- }
- .v-content {
- clear: both;
- background-color: #fff;
- padding: 10px 20px 20px;
- // border:solid 1px #c6cad6;
- }
- .cell img {
- height: 36px;
- width: 36px;
- vertical-align: middle;
- border-radius: 50%;
- }
- .dialogForm .el-dialog {
- width: 800px;
- margin-bottom: 0;
- top: 50% !important;
- left: 50% !important;
- margin-top: -290px;
- margin-left: -300px;
- transform: translateX(0);
- // height: 550px;
- }
- .dialogShowFansForm .el-dialog {
- width: 1200px;
- margin-bottom: 0;
- top: 50% !important;
- left: 50% !important;
- margin-top: -295px;
- margin-left: -600px;
- transform: translateX(0);
- }
- .dialogFans360Form .el-dialog {
- width: 1200px;
- margin-bottom: 0;
- top: 50% !important;
- left: 50% !important;
- margin-top: -295px;
- margin-left: -600px;
- transform: translateX(0);
- height: 630px;
- }
- .dialogFormBox {
- overflow: auto;
- max-height: 420px;
- }
- .el-form-item {
- margin-bottom: 20px;
- }
- ::-webkit-scrollbar {
- width: 8px;
- height: 8px;
- background-color: #F5F5F5;
- }
- /*定义滚动条轨道 内阴影+圆角*/
- ::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- border-radius: 3px;
- background-color: #eee;
- }
- /*定义滑块 内阴影+圆角*/
- ::-webkit-scrollbar-thumb {
- border-radius: 3px;
- -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .2);
- background-color: #ccc;
- }
- .radioLabel {
- width: 90%;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- //sharing-material
- //组织机构组件横向滚动条
- .sharing-material {
- .item {
- position: relative;
- margin-top: 15px;
- .icon-container {
- padding-left: 10px;
- padding-right: 10px;
- margin-top: 5px;
- }
- .icon-container:after {
- content: "\0020";
- display: block;
- height: 0;
- clear: both;
- }
- .item-wrapper {
- box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px 0px, rgba(0, 0, 0, 0.04) 0px 0px 6px 0px;
- padding-bottom: 10px;
- border: solid 1px #c8cbd0;
- overflow: hidden;
- .icon-wrapper {
- margin-left: 5px;
- }
- .icon-wrapper:first-child {
- margin-left: 0;
- }
- .icon-wrapper:last-child {
- float: right;
- }
- .image-cover {
- position: absolute;
- top: 0;
- width: 100%;
- height: 192px;
- }
- .image-cover-black {
- background-color: rgba(0, 0, 0, 0.6);
- }
- .image-cover-white {
- background-color: rgba(255, 255, 255, 0.6);
- }
- }
- }
- .material-content .account-filter-container {
- margin: 0;
- }
- //account 实例下拉框
- .control-bar {
- color: #999;
- .select-all-wrapper {
- position: relative;
- }
- .select-all {
- vertical-align: middle;
- margin-left: 25px;
- font-size: 14px;
- line-height: 14px;
- color: #999;
- }
- .float-right{
- float: right;
- }
- a {
- //float: right;
- font-size: 14px;
- line-height: 14px;
- vertical-align: middle;
- margin-top: 2px;
- color: #999;
- // text-decoration: underline;
- }
- a:hover {
- color: #4d84ba;
- }
- }
- .el-scrollbar__view {
- max-width: 300px;
- }
- .material-content {
- display: inline-block;
- }
- .icon-edit1 {
- fill: #61c2c4;
- width: 14px;
- height: 14px;
- }
- .icon-wrapper {
- display: inline-block;
- width: 28px;
- height: 28px;
- border-radius: 100%;
- border: 1px solid #61c2c4;
- text-align: center;
- line-height: 28px;
- }
- .delete {
- border: 1px solid #e46456;
- }
- .delete .icon-edit1 {
- fill: #e46456;
- }
- //material
- .material-wrapper {
- border: 1px solid #c8cbd0;
- padding-top: 20px;
- padding-bottom: 30px;
- margin-top: 38px;
- background: #fff;
- }
- .material-title {
- text-align: center;
- height: 40px;
- line-height: 40px;
- margin: 0;
- padding: 0 10px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .checkbox {
- width: 16px;
- height: 16px;
- position: absolute;
- top: 1px;
- left: 0;
- }
- .item-checkbox {
- right: 20px;
- left: auto;
- top: 10px;
- z-index: 999;
- }
- .material-content {
- width: 100%;
- overflow: auto;
- .delete:hover {
- background: #e46456
- }
- }
- }
- //upload-img-container
- .avatar-uploader .el-upload {
- border: 1px dashed #d9d9d9;
- border-radius: 6px;
- cursor: pointer;
- position: relative;
- overflow: hidden;
- }
- .avatar-uploader .el-upload:hover {
- border-color: #20a0ff;
- }
- .avatar-uploader-icon {
- font-size: 28px;
- color: #8c939d;
- width: 50px;
- height: 50px;
- line-height: 50px;
- text-align: center;
- border: 1px solid #ccc;
- }
- .avatar {
- width: 84px;
- height: 84px;
- display: block;
- }
- //push-message
- .exhibition .el-tabs__nav-wrap {
- padding-left: 155px;
- .el-tabs__nav-next, .el-tabs__nav-prev {
- display: none;
- }
- }
- .select-radio .el-radio__label {
- display: none;
- }
- .message-country label {
- text-indent: 14px;
- }
- .message-city label {
- text-indent: 14px;
- }
- .message-province label {
- text-indent: 28px;
- }
- .material-icon {
- width: 100px;
- height: 100px;
- line-height: 100px;
- }
- .dataRport {
- text-align: right;
- }
- .fans-filter-container {
- float: right;
- margin: 15px 0 10px;
- padding-bottom: 0;
- }
- .message-container {
- width: 100%;
- .message {
- height: 350px;
- padding: 10px 15px;
- overflow: auto;
- background-color: #F5F5F5;
- border-bottom: 1px solid #ccc;
- }
- .message-wrapper {
- border-right: solid 1px #d5d5d5;
- }
- .el-icon-close:before {
- content: "\E60C";
- color: #999;
- font-size: 14px;
- display: inline-block;
- margin: 10px 15px 0 0;
- }
- .message li {
- margin-bottom: 15px;
- left: 0;
- position: relative;
- display: block;
- }
- .message .time {
- margin: 10px 0;
- text-align: center;
- }
- .message .text {
- display: inline-block;
- position: relative;
- max-width: calc(100% - 75px);
- min-height: 35px;
- line-height: 2.1;
- font-size: 14px;
- padding: 3px 10px;
- text-align: left;
- word-break: break-all;
- background-color: #fff;
- color: #000;
- border-radius: 4px;
- // box-shadow: 0px 1px 7px -5px #000;
- }
- .message .avatar {
- float: left;
- margin: 0 10px 0 0;
- border-radius: 3px;
- background: #fff;
- }
- .message .time > span {
- display: inline-block;
- padding: 5px 5px;
- font-size: 12px;
- color: #999;
- }
- .message .system > span {
- padding: 4px 9px;
- text-align: left;
- }
- .message .text:before {
- content: " ";
- position: absolute;
- top: 12px;
- right: 100%;
- border: 5px solid transparent;
- border-right-color: #fff;
- }
- .message .self {
- text-align: right;
- }
- .message .self .avatar {
- float: right;
- margin: 0 0 0 10px;
- width: 35px;
- height: 35px;
- }
- .message .self .text {
- background-color: rgb(158, 234, 106);
- // border:none;
- }
- .message .self .text:before {
- right: inherit;
- left: 100%;
- border-right-color: transparent;
- border-left-color: rgb(158, 234, 106);
- }
- .message .image {
- max-width: 200px;
- }
- img.static-emotion-gif, img.static-emotion {
- vertical-align: middle !important;
- }
- .an-move-left {
- left: 0;
- animation: moveLeft .7s ease;
- -webkit-animation: moveLeft .7s ease;
- }
- .an-move-right {
- left: 0;
- animation: moveRight .7s ease;
- -webkit-animation: moveRight .7s ease;
- }
- @keyframes moveRight {
- 0% {
- left: -20px;
- opacity: 0
- }
- 100% {
- left: 0;
- opacity: 1
- }
- }
- @-webkit-keyframes moveRight {
- 0% {
- left: -20px;
- opacity: 0
- }
- 100% {
- left: 0;
- opacity: 1
- }
- }
- @keyframes moveLeft {
- 0% {
- left: 20px;
- opacity: 0
- }
- 100% {
- left: 0;
- opacity: 1
- }
- }
- @-webkit-keyframes moveLeft {
- 0% {
- left: 20px;
- opacity: 0;
- }
- 100% {
- left: 0;
- opacity: 1
- }
- }
- .el-dialog__body {
- padding: 0;
- }
- .history-message {
- position: absolute;
- top: 0;
- left: 100%;
- width: 50%;
- background-color: #fff;
- .el-dialog__header {
- height: 47px;
- }
- }
- .el-dialog__header {
- padding: 0px;
- }
- .el-dialog--small {
- width: 40%;
- top: 50% !important;
- margin-top: -275px;
- }
- .el-dialog {
- border-radius: 0;
- }
- .material-btn {
- border: 0;
- }
- .history-message-btn {
- float: right;
- border: 0;
- border-radius: 0;
- }
- .message_send textarea {
- border: 0;
- resize: none;
- padding-left: 10px;
- }
- .el-dialog__body {
- .el-dialog__header {
- padding-left: 15px;
- background-color: #f3efeb;
- height: 47px;
- line-height: 47px;
- border-bottom: solid 1px #d5d5d5;
- }
- .el-dialog__title {
- color: #333;
- font-size: 16px;
- font-weight: 700;
- font-family: "微软雅黑"
- }
- .el-dialog__close {
- color: #de5237;
- }
- }
- .message_send textarea {
- height: 63px;
- }
- }
- .user-info-dialog {
- .el-dialog {
- top: 50%;
- left: 39%;
- width: 16%;
- }
- .el-dialog:before {
- content: " ";
- position: absolute;
- bottom: 100%;
- left: 20px;
- border: 6px solid transparent;
- border-bottom-color: #fff;
- }
- }
- //qr-code
- .add-code {
- .el-menu--horizontal .el-menu-item {
- height: 50px;
- line-height: 50px;
- }
- .el-menu-item.is-active {
- border-bottom: none;
- color: #48576a;
- }
- .el-menu--horizontal .el-menu-item {
- float: left;
- }
- .code-main {
- padding-top: 53px;
- }
- .navbar-container {
- .router-link-active .el-menu-item {
- border-bottom: 5px solid #4d84ba;
- color: #4d84ba;
- }
- }
- .child-code {
- padding: 20px;
- background: #fff;
- min-height: 450px;
- }
- .show-all-btn {
- float: right;
- height: 100%;
- padding: 0;
- padding-right: 5px;
- border: none;
- background-color: inherit;
- }
- tbody {
- .cell {
- border-bottom: 1px solid #ccc;
- }
- }
- .el-input.is-disabled {
- .el-input__inner {
- background-color: #fff;
- color: #000;
- }
- }
- .el-textarea.is-disabled {
- .el-textarea__inner {
- background-color: #fff;
- color: #000;
- }
- }
- .code-list {
- .el-table {
- height: 400px;
- overflow-y: auto;
- }
- }
- .el-select {
- width: 100%;
- }
- .connected-car {
- .el-select {
- width: auto;
- }
- }
- .code-edit-bar {
- position: absolute;
- left: 250px;
- top: 200px;
- ul {
- padding: 0;
- margin-left: 10px;
- li {
- margin-top: 10px;
- .el-button--small {
- padding: 4px 5px;
- }
- }
- }
- }
- .el-date-editor--date {
- width: 100%;
- }
- .qr-code-container {
- margin-left: 50px;
- text-align: center;
- img {
- width: 100px;
- }
- }
- }
- .code-part {
- .el-date-editor.el-input {
- width: 100%;
- }
- }
- .item-wrapper-img {
- height: 175px;
- overflow: hidden;
- display: table-cell;
- display: block\0;
- vertical-align: middle;
- border-bottom: solid 1px #dedede;
- padding: 4px;
- line-height: 0;
- width: 1000px;
- width: 100%\0;
- text-align: center;
- }
- .item-wrapper-img img {
- max-height: 100%;
- max-width: 100%;
- position: relative;
- top:50%;
- transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
- }
- // 标签管理
- .container {
- position: absolute;
- top: 111px;
- background: #fff;
- border: solid 1px #c6cad6;
- bottom: 20px;
- right: 20px;
- left: 20px;
- padding: 20px;
- }
- .userlabel-content {
- height: 100%;
- }
- .userlabel-tree {
- overflow: auto;
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- top: 45px;
- border-radius: 5px;
- }
- .icon-wrapper:hover {
- background: #61c2c4
- }
- .icon-wrapper:hover svg, .delete:hover .icon-edit1 {
- fill: #fff;
- }
- .dashboard-container {
- clear: both;
- }
- //disabled
- .is-disabled {
- svg {
- fill: #bfcbd9;
- }
- }
- .triangle-topright {
- position: absolute;
- right: 15px;
- top: 0;
- width: 0;
- height: 0;
- border-top: 60px solid rgba(0, 0, 0, 0.4);
- border-left: 60px solid transparent;
- z-index: 999;
- }
- .checkbox-normal {
- width: 22px;
- height: 22px;
- position: absolute;
- }
- .item-checkbox-topleft {
- left: 20px;
- top: 5px;
- z-index: 999;
- //top: 1px;
- //left: 0;
- }
- .triangle-topleft {
- position: absolute;
- left: 15px;
- top: 0;
- width: 0;
- height: 0;
- border-top: 60px solid rgba(108,226,108, 0.4);
- border-right: 60px solid transparent;
- z-index: 999;
- }
- .count-contaner {
- .el-form-item__content {
- margin-left: 0 !important;
- }
- }
- .material-select-btn {
- display: inline-block;
- button {
- border: 0;
- }
- }
- //小分页
- .small-page {
- margin-top: 4px;
- position: relative;
- height: 33px;
- .el-pager li.active + li {
- border-left: 0;
- }
- .el-pagination .btn-next, .el-pagination .btn-prev {
- border: 0;
- padding-top: 5px;
- }
- .el-pagination {
- position: absolute;
- right: 0;
- }
- .message-filter-icon {
- position: absolute;
- left: 5px;
- padding: 0;
- border: 0;
- top: 10px;
- display: inline-block;
- }
- .el-input {
- width: 80px;
- }
- .el-input__inner {
- height: 28px;
- }
- .el-autocomplete {
- width: 100%;
- }
- .search-bar-btn {
- position: absolute;
- top: 5px;
- right: 10px;
- height: 28px;
- padding: 4px 15px;
- }
- .search-bar {
- height: 37px;
- width: 100%;
- position: absolute;
- bottom: 33px;
- background: #fff;
- left: 0;
- border-bottom: 1px solid #ccc;
- }
- }
- .card-container {
- .card-wrapper {
- max-width: 100%;
- width: 150px;
- height: 78px;
- background-color: white;
- border-radius: 5px;
- }
- .card-body {
- border-bottom: dashed 1px gray;
- height: 50px;
- }
- .card-img-container {
- float: left;
- margin: 10px;
- height: 30px;
- width: 20%;
- img {
- width: 30px;
- height: 30px;
- border-radius: 50%;
- }
- }
- .card-title {
- margin-top: 15px;
- float: left;
- width: 50%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .card-foot {
- font-size: 12px;
- color: gray;
- text-align: center;
- }
- .push-msg-card-foot{
- padding: 10px;
- }
- }
- // 消息提示
- .msg-error{
- background-color: #e44c3c;
- // border:solid 1px #fedddd;
- }
- .msg-error .errorCode{
- font-size:12px;color:#f99;
- }
- .msg-error:before{
- content: "\D7";background-color: #ac382c;
- }
- .msg-success:before{
- content: "\2714";background-color:#1c8048;
- }
- .msg-error:before,.msg-success:before{
- width: 62px;
- height: 52px;
- display: block;
- float: left;
- font-size: 28px;
- font-weight: 700;
- text-align: center;
- line-height: 52px;
- color: #fff;
- }
- .msg-success{
- background-color: #24ac60;
- // border:solid 1px #fedddd;
- }
- .reply-message-container{
- overflow: hidden;
- }
- //行内多行表格
- .filter-table .el-table__row .cell{
- height: auto;
- padding: 0;
- }
- .inner-table {
- border: 0;
- .el-table__header {
- display: none;
- }
- .el-table__row td:last-child{
- border: 0;
- }
- .el-table__row>td:last-child{
- border: 0;
- }
- }
- //问卷
- .question-item{
- .option-item{
- margin-bottom: 20px;
- .el-form-item__label{
- width: 40px!important;
- }
- .el-form-item__content{
- margin-left: 40px!important;
- }
- }
- .title{
- margin-left: 10px;
- }
- }
- .report-btn{
- width: 82px;
- height: 28px;
- line-height: 28px;
- font-size: 12px;
- border-radius: 4px;
- padding: 0 14px;
- letter-spacing: 1px;
- }
- .underline{
- color: #0000cc;
- text-decoration:underline;
- }
- .box-show{
- .corner{
- display:none;
- }
- }
- .box-show:hover{
- .corner{
- display:block;
- }
- }
- .box-show .corner-show{
- display:block !important;
- }
- .material-tag-topright {
- position: absolute;
- right: 0;
- top: 5px;
- width: 0;
- height: 0;
- margin-right: 50px;
- z-index: 999;
- }
- .material-tag-item {
- margin-top: 5px;
- margin-left: 5px;
- line-height: 30px;
- color: #409EFF;
- }
- .bookmark-box {
- width: 50px;
- height: 33px;
- background: url("../bookmarks.png") no-repeat;
- background-size:cover;
- opacity:0.85;
- filter:Alpha(opacity=85); /* IE8 以及更早的浏览器 */
- transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- /* IE 9 */
- -webkit-transform: rotate(-15deg);
- /* Safari and Chrome */
- -o-transform: rotate(-15deg);
- /* Opera */
- -moz-transform: rotate(-15deg);
- /* Firefox */
- }
- .icon-info{
- width: 26px;
- height: 26px;
- //fill: #4d84b;
- }
- .icon-enable1,.icon-disable1{
- width: 26px;
- height: 26px;
- }
- .icon-enable {
- overflow: hidden;
- width: 13px;
- height: 13px;
- fill: #ffffff;
- vertical-align: middle;
- position: relative;
- right: 0;
- bottom: 1px;
- }
- .icon-disable{
- overflow: hidden;
- width: 13px;
- height: 13px;
- fill: #ffffff;
- vertical-align: middle;
- position: relative;
- right: 0;
- bottom: 1px;
- }
|