123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545 |
- @import './variables.module.scss';
- @import './mixin.scss';
- @import './transition.scss';
- @import './element-ui.scss';
- @import './sidebar.scss';
- @import './btn.scss';
- @import './ruoyi.scss';
- @import './map.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;
- 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;
- }
- }
- .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: 38px;
- color: transparent;
- background-image: linear-gradient(to bottom, #ffffff 25%, #2b72d6 100%);
- -webkit-background-clip: text;
- background-clip: text;
- display: inline-block;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #227dfe !important;
- }
- ::-webkit-scrollbar-track {
- background-color: transparent !important;
- }
- .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: 88px;
- background: url('@/assets/images/common/header.png') no-repeat;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- padding: 0 10px;
- .td-cursor {
- cursor: pointer;
- }
- }
- .tr {
- width: 100%;
- min-height: 88px;
- background: url('@/assets/images/common/tr.png') no-repeat;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- margin-top: 10px;
- padding: 22.26px 10px;
- .td {
- //white-space: nowrap;
- //overflow: hidden;
- //text-overflow: ellipsis;
- }
- }
- .td {
- font-size: 38px;
- 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: 32px;
- height: 32px;
- background: url('@/assets/images/common/checked.png') no-repeat;
- background-size: 100% 100%;
- cursor: pointer;
- }
- .common-checked-half {
- width: 32px;
- height: 32px;
- background: url('@/assets/images/common/checked2.png') no-repeat;
- background-size: 100% 100%;
- cursor: pointer;
- }
- .common-checked-active {
- width: 32px;
- height: 32px;
- 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: 65px;
- background-image: url(@/assets/images/common/titleBox.png);
- background-repeat: no-repeat;
- background-size: 369px 34px;
- background-position: bottom left;
- padding-left: 55px;
- color: #ffffff;
- font-size: 44px;
- }
- .common-title {
- position: absolute;
- top: 6px;
- left: 141px;
- font-size: 60px;
- }
- .amap-marker {
- .amap-icon {
- img {
- width: 100%;
- height: 100%;
- }
- }
- }
|