123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790 |
- @import './variables.module.scss';
- @import './mixin.scss';
- @import './transition.scss';
- @import './element-ui.scss';
- @import './sidebar.scss';
- @import './btn.scss';
- @import './ruoyi.scss';
- @import 'animate.css';
- @import 'element-plus/dist/index.css';
- @font-face {
- font-family: "YouSheBiaoTiHei";
- src: url('../font/youshebiaotihei.ttf');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "BEBAS-1";
- src: url('../font/BEBAS-1.ttf');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "SourceHanSansCN";
- src: url('../font/SourceHanSansCN.ttf');
- font-weight: normal;
- font-style: normal;
- }
- body {
- height: 100%;
- margin: 0;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: rgba(0, 0, 0, 0.85);
- font-family:
- Helvetica Neue,
- Helvetica,
- PingFang SC,
- Hiragino Sans GB,
- Microsoft YaHei,
- Arial,
- sans-serif;
- }
- label {
- font-weight: 700;
- }
- html {
- height: 100%;
- box-sizing: border-box;
- }
- html.dark .svg-icon,
- html.dark svg {
- fill: var(--el-text-color-regular);
- }
- #app {
- height: 100%;
- }
- *,
- *: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;
- }
- div:focus {
- outline: none;
- }
- .fr {
- float: right;
- }
- .fl {
- float: left;
- }
- .pr-5 {
- padding-right: 5px;
- }
- .pl-5 {
- padding-left: 5px;
- }
- .block {
- display: block;
- }
- .pointer {
- cursor: pointer;
- }
- .inlineBlock {
- display: block;
- }
- .clearfix {
- &:after {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: ' ';
- clear: both;
- height: 0;
- }
- }
- aside {
- background: #eef1f6;
- padding: 8px 24px;
- margin-bottom: 20px;
- border-radius: 2px;
- display: block;
- line-height: 32px;
- font-size: 16px;
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
- sans-serif;
- color: #2c3e50;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- a {
- color: #337ab7;
- cursor: pointer;
- &:hover {
- color: rgb(32, 160, 255);
- }
- }
- }
- //main-container全局样式
- .app-container {
- padding: 20px;
- }
- // search面板样式
- .panel,
- .search {
- margin-bottom: 0.75rem;
- border-radius: 0.25rem;
- border: 1px solid var(--el-border-color-light);
- background-color: var(--el-bg-color-overlay);
- padding: 0.75rem;
- transition: all ease 0.3s;
- &:hover {
- box-shadow: 0 2px 12px #0000001a;
- transition: all ease 0.3s;
- }
- }
- .components-container {
- margin: 30px 50px;
- position: relative;
- }
- .pagination-container {
- margin-top: 30px;
- }
- .text-center {
- text-align: center;
- }
- .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);
- }
- }
- .filter-container {
- padding-bottom: 10px;
- .filter-item {
- display: inline-block;
- vertical-align: middle;
- margin-bottom: 10px;
- }
- }
- .common-select-info {
- width: 100%;
- height: 40px;
- line-height: 40px;
- padding: 0 15px;
- background: #E6F7FF;
- border: 1px solid #BAE7FF;
- border-radius: 2px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 14px;
- margin-bottom: 15px;
- .info-left {
- display: flex;
- align-items: center;
- .info-icon {
- color: #2c81ff;
- margin-right: 5px;
- }
- .info-text1 {
- color: rgba(0, 0, 0, 0.65);
- }
- .info-text2 {
- color: #2c81ff;
- margin: 0 5px;
- }
- }
- .clear-btn {
- color: #2C81FF;
- cursor: pointer;
- }
- }
- .common-btn-text-primary {
- color: #2C81FF !important;
- cursor: pointer;
- margin: 0 4px !important;
- }
- .common-btn-text-danger{
- color: #F90000 !important;
- cursor: pointer;
- margin: 0 4px !important;
- }
- .common-dialog {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- background-color: #ffffff;
- display: flex;
- justify-content: center;
- padding: 0 24px 24px;
- z-index: 99;
- .common-dialog-content {
- border-bottom: 1px solid #e6f2ff;
- border-left: 1px solid #e6f2ff;
- border-right: 1px solid #e6f2ff;
- background-image: linear-gradient(to bottom, #ffffff 0%, #ebf4ff 100%);
- width: 100%;
- height: 100%;
- padding: 16px 24px;
- overflow-y: auto;
- .common-dialog-title-box {
- font-size: 20px;
- margin-bottom: 23.5px;
- font-weight: 500;
- display: flex;
- align-items: flex-end;
- .common-dialog-title-icon {
- width: 16.54px;
- height: 19.46px;
- background: url('@/assets/images/edit.png') no-repeat;
- background-size: 100% 100%;
- margin-right: 4px;
- margin-bottom: 2px;
- }
- }
- .common-dialog-box {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- }
- }
- .dot-red {
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background: #F90000;
- display: inline-block;
- margin-right: 5px;
- }
- .dot-green {
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background: #61DDA2;
- display: inline-block;
- margin-right: 5px;
- }
- .dot-orange {
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background: #FFA047;
- display: inline-block;
- margin-right: 5px;
- }
- .dot-blue{
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background: #2C81FF;
- display: inline-block;
- margin-right: 5px;
- }
- .dot-grey {
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background: #bfbfbf;
- display: inline-block;
- margin-right: 5px;
- }
- .common-flex {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .common-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-bottom: 16px;
- .common-header-left {
- display: flex;
- align-items: flex-end;
- .common-title-icon {
- display: inline-block;
- margin-right: 8px;
- width: 18px;
- height: 17px;
- background: url('@/assets/images/event.png') no-repeat;
- background-size: 100% 100%;
- }
- .common-title-text {
- font-size: 20px;
- color: rgba(0, 0, 0, 0.85);
- }
- }
- .common-header-right {
- display: flex;
- align-items: flex-end;
- }
- }
- .detail-container {
- padding: 13px 26px;
- }
- .edit-icon2 {
- width: 15px;
- height: 16px;
- background: url('@/assets/images/edit2.png') no-repeat;
- background-size: 100% 100%;
- margin-right: 6px;
- display: inline-block;
- }
- .command-icon {
- width: 15px;
- height: 16px;
- background: url('@/assets/images/command.png') no-repeat;
- background-size: 100% 100%;
- margin-right: 6px;
- display: inline-block;
- }
- .close-icon {
- width: 16px;
- height: 16px;
- background: url('@/assets/images/close.png') no-repeat;
- background-size: 100% 100%;
- margin-right: 6px;
- display: inline-block;
- }
- .common-info-box {
- width: 100%;
- background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 5%, rgba(220, 239, 255, 0.15) 100%);
- box-shadow: 0 2px 1px 0 rgba(24, 144, 255, 0.14);
- border-top: 1px solid #ebf4ff;
- //filter: blur(20px);
- padding: 6px 0 13px;
- margin-top: 24px;
- .common-info-header {
- display: flex;
- align-items: center;
- .line-icon {
- display: inline-block;
- width: 6px;
- height: 17px;
- background-image: linear-gradient(180deg, #00FCE7 0%, #2C81FF 100%);
- border-radius: 0 3px 0 0;
- margin-right: 9px;
- }
- .common-info-title {
- font-weight: bold;
- }
- }
- .common-info-content {
- padding: 0 8px;
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- margin-top: 8px;
- .common-info-item {
- display: flex;
- align-items: center;
- margin-top: 9px;
- &:nth-child(4n + 1) {
- width: 31%;
- }
- &:nth-child(4n + 2) {
- width: 23%;
- }
- &:nth-child(4n + 3) {
- width: 23%;
- }
- &:nth-child(4n + 4) {
- width: 23%;
- }
- }
- }
- }
- .common-link {
- color: #2C81FF;
- }
- .common-back-box {
- cursor: pointer;
- color: rgba(0, 0, 0, 0.45);
- font-size: 14px;
- .common-back {
- width: 13px;
- height: 10px;
- background: url('@/assets/images/back.png') no-repeat;
- background-size: 100% 100%;
- display: inline-block;
- }
- }
- .gradient-text {
- /* 设置字体透明 */
- color: transparent;
- /* 设置线性渐变,从红色渐变到蓝色 */
- background-image: linear-gradient(to bottom, #ffffff 30%, #edf7fe 50%, #5cc4fa 70%, #40a2e7 100%);
- /* 使用 -webkit-background-clip 属性将背景剪裁至文本形状 */
- -webkit-background-clip: text;
- /* 非Webkit内核浏览器需要使用标准前缀 */
- background-clip: text;
- /* 把当前元素设置为行内块,以便能够应用背景 */
- display: inline-block;
- font-family: 'YouSheBiaoTiHei';
- }
- .gradient-text2 {
- /* 设置字体透明 */
- color: transparent;
- /* 设置线性渐变,从红色渐变到蓝色 */
- background-image: linear-gradient(to bottom, #fff 50%, #5CC4FA 70%, #40A2E7 100%);
- /* 使用 -webkit-background-clip 属性将背景剪裁至文本形状 */
- -webkit-background-clip: text;
- /* 非Webkit内核浏览器需要使用标准前缀 */
- background-clip: text;
- /* 把当前元素设置为行内块,以便能够应用背景 */
- display: inline-block;
- font-family: 'YouSheBiaoTiHei';
- }
- .gradient-text3 {
- font-size: 14px;
- color: transparent;
- background-image: linear-gradient(to bottom, #ffffff 25%, #2b72d6 100%);
- -webkit-background-clip: text;
- background-clip: text;
- display: inline-block;
- }
- .common-btn-primary {
- width: 212px;
- height: 136px;
- background: url('@/assets/images/common/btnPrimary.png') no-repeat;
- background-size: 100% 100%;
- color: #ffffff;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- font-size: 38px;
- }
- .common-btn-primary2 {
- width: 332px;
- height: 72px;
- background: url('@/assets/images/common/btnPrimary2.png') no-repeat;
- background-size: 100% 100%;
- color: #ffffff;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- font-size: 38px;
- }
- .common-btn-primary3 {
- width: 244px;
- height: 120px;
- background: url('@/assets/images/common/btnPrimary3.png') no-repeat;
- background-size: 100% 100%;
- color: #ffffff;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- font-size: 38px;
- }
- .common-btn-danger{
- width: 268px;
- height: 72px;
- background: url('@/assets/images/common/btnDanger.png') no-repeat;
- background-size: 100% 100%;
- color: #ffffff;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- font-size: 38px;
- }
- .common-btn-danger2{
- width: 188px;
- height: 56px;
- background: url('@/assets/images/common/btnDanger2.png') no-repeat;
- background-size: 100% 100%;
- color: #ffffff;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- font-size: 38px;
- }
- .common-btn {
- width: 148px;
- height: 72px;
- background: url('@/assets/images/common/btn.png') no-repeat;
- background-size: 100% 100%;
- color: #ffffff;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- font-size: 38px;
- }
- .common-table {
- .table-header {
- width: 100%;
- min-height: 31px;
- background: url('@/assets/images/common/header.png') no-repeat;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- padding: 0 19px;
- .td-cursor {
- cursor: pointer;
- }
- }
- .tr {
- width: 100%;
- min-height: 31px;
- background: url('@/assets/images/common/tr.png') no-repeat;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- margin-top: 6px;
- padding: 2px 19px;
- .td {
- //white-space: nowrap;
- //overflow: hidden;
- //text-overflow: ellipsis;
- }
- }
- .td {
- font-size: 14px;
- color: #edfaff;
- flex: 1;
- padding: 0 8px;
- text-align: center;
- }
- .down-icon {
- display: inline-block;
- width: 33px;
- height: 15px;
- background: url('@/assets/images/map/rightMenu/rainMonitor/down.png') no-repeat;
- cursor: pointer;
- margin-left: 8px;
- }
- .asc-icon {
- display: inline-block;
- width: 33px;
- height: 33px;
- background: url('@/assets/images/common/asc.png') no-repeat;
- cursor: pointer;
- margin-left: 8px;
- }
- .desc-icon {
- display: inline-block;
- width: 33px;
- height: 33px;
- background: url('@/assets/images/common/desc.png') no-repeat;
- cursor: pointer;
- margin-left: 8px;
- }
- .unSort-icon {
- display: inline-block;
- width: 33px;
- height: 32px;
- background: url('@/assets/images/common/unSort.png') no-repeat;
- background-size: 100% 100%;
- cursor: pointer;
- margin-left: 8px;
- }
- }
- .common-btn2 {
- border: 3px solid #247dff;
- border-radius: 8px;
- background-color: #19326f;
- color: #9bc3ff;
- font-size: 38px;
- cursor: pointer;
- padding: 15px;
- }
- .danger-tip {
- background: url('@/assets/images/common/dangerBg.png') no-repeat;
- background-size: 100% 100%;
- padding: 23px 18px;
- display: flex;
- align-items: center;
- position: absolute;
- top: 260px;
- left: 50%;
- transform: translateX(-50%);
- color: #fff;
- font-size: 38px;
- z-index: 999;
- &::before {
- content: '';
- display: block;
- width: 40px;
- height: 41px;
- background: url('@/assets/images/common/dangerIcon.png') no-repeat;
- background-size: 100% 100%;
- margin-right: 23px;
- }
- }
- .common-checked {
- width: 14px;
- height: 14px;
- background: url('@/assets/images/common/checked.png') no-repeat;
- background-size: 100% 100%;
- cursor: pointer;
- }
- .common-checked-half {
- width: 14px;
- height: 14px;
- background: url('@/assets/images/common/checked2.png') no-repeat;
- background-size: 100% 100%;
- cursor: pointer;
- }
- .common-checked-active {
- width: 14px;
- height: 14px;
- background: url('@/assets/images/common/checked3.png') no-repeat;
- background-size: 100% 100%;
- cursor: pointer;
- }
- @keyframes slideLeft{
- 0% {
- transform: translateX(-80%);
- }
- 80% {
- transform: translateX(92px);
- }
- 80% {
- transform: translateX(0);
- }
- }
- @keyframes slideRight {
- 0% {
- transform: translateX(100%);
- }
- 80% {
- transform: translateX(-92px);
- }
- 100% {
- transform: translateX(0);
- }
- }
- .success-bg {
- background-color: #38c95a;
- }
- .primary-bg {
- background-color: #2c81ff;
- }
- .processing-bg {
- background-color: #ffb000;
- }
- .common-title-box {
- width: 100%;
- height: 20px;
- background-image: url(@/assets/images/common/titleBox.png);
- background-repeat: no-repeat;
- background-size: 140px 14px;
- background-position: bottom left;
- padding-left: 26px;
- color: #ffffff;
- font-size: 16px;
- }
- .common-title {
- position: absolute;
- top: 3px;
- left: 50px;
- font-size: 24px;
- }
|