态势感知平台-增加武汉市开源建设生态页面展示
This commit is contained in:
@@ -310,3 +310,20 @@ circle.devui-radio__material-outer {
|
||||
padding: 16px 20px;
|
||||
}
|
||||
|
||||
|
||||
.tcode-login-modal {
|
||||
width: 600px;
|
||||
:deep(.devui-modal) {
|
||||
width: 600px !important;
|
||||
}
|
||||
.devui-modal__header {
|
||||
border-bottom: none;
|
||||
padding: 0;
|
||||
}
|
||||
.devui-modal__body {
|
||||
padding: 0; /* 移除默认内边距,由内部控制 */
|
||||
}
|
||||
.btn-close {
|
||||
z-index: 10; /* 确保关闭按钮在最上层 */
|
||||
}
|
||||
}
|
||||
|
||||
@@ -463,3 +463,99 @@
|
||||
padding: 20px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.LNK:link, .LNK:visited {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
img {
|
||||
-webkit-transition: all .2s ease-out .1s;
|
||||
transition: all .2s ease-out .1s;
|
||||
}
|
||||
|
||||
img:hover {
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
-webkit-transform: matrix(1.02, 0, 0, 1.02, 0, 0);
|
||||
transform: matrix(1.02, 0, 0, 1.02, 0, 0);
|
||||
}
|
||||
|
||||
.animated {
|
||||
-webkit-animation-duration: 1s;
|
||||
animation-duration: 1s;
|
||||
-webkit-animation-fill-mode: both;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
|
||||
.swiper-button-prev, .swiper-button-next {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.GreenBtn {
|
||||
background: #4bad52;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
letter-spacing: .5px;
|
||||
text-align: center;
|
||||
-webkit-transition: all .4s ease-out;
|
||||
transition: all .4s ease-out;
|
||||
}
|
||||
|
||||
.GreenBtn:hover {
|
||||
background: #7aba4a;
|
||||
}
|
||||
|
||||
.GreenBtn .ICO {
|
||||
left: 6px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.EASE {
|
||||
-webkit-transition: all .4s ease-out;
|
||||
transition: all .4s ease-out;
|
||||
}
|
||||
|
||||
.ICO {
|
||||
background-position: 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.ic-down {
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAYCAMAAADJYP15AAAAAXNSR0IArs4c6QAAAHhQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xqjkrAAAACd0Uk5TAAIGChUWIywtLjNES1Zpa3Z3eHl6e3x9hYiTm526u7/G0uzu9fj5nSjk/AAAAHxJREFUKM+1zEcOwjAABdEBTHESQi+mm+J//xuyIBJJbCQWMMu3GHjXJVV576fYafhHHn3Bg71pcL7rAIzlTY2LcO0BsHm5kwWKcMuqzVreVFxTWMkbnGxTYSFvnGxLYS5/0LKtMJOkSGGaVJhcMn7c9hR1zOEcoh7lh8UTxpYPktza7JUAAAAASUVORK5CYII=);
|
||||
margin: 0 10px 0 0;
|
||||
width: 11px;
|
||||
}
|
||||
|
||||
.ic-arow, .ic-down {
|
||||
display: inline-block;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
|
||||
.TeamSetupModal {
|
||||
width: 600px !important;
|
||||
background: rgb(27, 25, 19);
|
||||
|
||||
|
||||
.devui-modal__header {
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.devui-modal__body {
|
||||
padding: 4rem;
|
||||
}
|
||||
|
||||
.modal-actions-footer {
|
||||
padding: 0 4rem 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -366,28 +366,6 @@ body::-webkit-scrollbar-corner {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: transparent !important;
|
||||
// appearance: none;
|
||||
|
||||
&:-webkit-autofill,
|
||||
textarea:-webkit-autofill,
|
||||
select:-webkit-autofill {
|
||||
-webkit-text-fill-color: inherit !important;
|
||||
background-color: transparent !important;
|
||||
background-image: none;
|
||||
transition: background-color 36000s ease-in-out 0s; //背景色透明 生效时长 过渡效果 启用时延迟的时间
|
||||
}
|
||||
&:-moz-autofill,
|
||||
textarea:-moz-autofill,
|
||||
select:-moz-autofill {
|
||||
-webkit-text-fill-color: inherit !important;
|
||||
background-color: transparent !important;
|
||||
background-image: none;
|
||||
transition: background-color 36000s ease-in-out 0s; //背景色透明 生效时长 过渡效果 启用时延迟的时间
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1536px) {
|
||||
.g-padding-x {
|
||||
padding: 0 32px;
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.4 MiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 519 KiB After Width: | Height: | Size: 520 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 96 KiB |
Reference in New Issue
Block a user