布局修改 部分bug修复
This commit is contained in:
@@ -3,7 +3,8 @@ html,body,#app{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-weight: 500;
|
||||
font-family: pingfang_medium, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
overflow: hidden;
|
||||
// --antd-wave-shadow-color: #341e57;
|
||||
--aida-fsize2: calc(2.6rem);
|
||||
@@ -20,6 +21,18 @@ input{
|
||||
outline: none;
|
||||
border: .1rem solid #dcdfe6;
|
||||
}
|
||||
input[type="radio"] {
|
||||
accent-color: #000; /* 统一修改选中颜色 */
|
||||
}
|
||||
input[type="number"] {
|
||||
-moz-appearance: textfield; /* Firefox */
|
||||
}
|
||||
|
||||
/* Chrome/Safari等Webkit浏览器 */
|
||||
input[type="number"]::-webkit-outer-spin-button,
|
||||
input[type="number"]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.mdhidden{
|
||||
display: none !important;
|
||||
@@ -66,19 +79,25 @@ input:focus{
|
||||
width: calc(100% - 2rem);
|
||||
|
||||
.ant-slider-rail{
|
||||
height: 0.6rem;
|
||||
border-radius: 0.3rem;
|
||||
height: 1rem;
|
||||
border-radius: 4rem;
|
||||
background: #F2F0FD;
|
||||
}
|
||||
.ant-slider-track{
|
||||
height: 0.6rem;
|
||||
border-radius: 0.3rem;
|
||||
height: 1rem;
|
||||
border-radius: 3rem;
|
||||
background: #000;
|
||||
}
|
||||
.ant-slider-handle{
|
||||
margin-top: -0.4rem;
|
||||
margin-top: 0.1rem;
|
||||
top: 0;
|
||||
height: 1.7rem;
|
||||
width: 1.7rem;
|
||||
border: solid 0.2rem #000;
|
||||
}
|
||||
.ant-slider-step{
|
||||
height: 1rem;
|
||||
}
|
||||
}
|
||||
.ant-slider:hover{
|
||||
.ant-slider-handle{
|
||||
@@ -95,7 +114,6 @@ input:focus{
|
||||
.ant-slider-handle {
|
||||
background-color: #000000 !important;
|
||||
border: none !important;
|
||||
margin-top: -4px;
|
||||
}
|
||||
.ant-slider-handle:hover {
|
||||
box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
|
||||
@@ -223,13 +241,19 @@ input:focus{
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
white-space: nowrap;
|
||||
@media (max-width: 768px) {
|
||||
line-height: 2.4rem;
|
||||
font-size: .72rem;
|
||||
border-radius: 1.6rem;
|
||||
padding: 0 1.7rem;
|
||||
}
|
||||
&.btnSamil{
|
||||
padding: 0rem 2rem;
|
||||
line-height: 4rem;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
&.gallery_btn_radius{
|
||||
border-radius: 1.4rem;
|
||||
border-radius: 1.3rem;
|
||||
}
|
||||
&.gallery_btn:hover{
|
||||
background-color: #fff;
|
||||
@@ -993,6 +1017,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
position: relative;
|
||||
box-shadow: none;
|
||||
height: calc(65rem*1.2);
|
||||
@media (max-width: 768px) {
|
||||
height: calc(48rem*1.2);
|
||||
}
|
||||
&.fullScreen{
|
||||
max-width: 100%;
|
||||
> .ant-modal-content{
|
||||
@@ -1022,7 +1049,6 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
font-size: 1.4rem;
|
||||
padding: 6rem 7rem;
|
||||
position: relative;
|
||||
|
||||
}
|
||||
.fi-rr-down-to-line,.fi-rr-arrow-small-right,.fi-rr-arrow-small-left{
|
||||
font-size: 2rem;
|
||||
@@ -1071,6 +1097,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 2;
|
||||
@media (max-width: 768px) {
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
}
|
||||
> svg{
|
||||
flex-shrink: 0;
|
||||
border-radius: 50%;
|
||||
@@ -1169,7 +1199,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
justify-content: center;
|
||||
.operate_item {
|
||||
font-size: 1.4rem;
|
||||
font-family: Roboto;
|
||||
font-family: pingfang_medium;
|
||||
font-weight: 400;
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
@@ -1653,7 +1683,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
|
||||
.operate_item{
|
||||
font-size: 1.4rem;
|
||||
font-family: Roboto;
|
||||
font-family: pingfang_medium;
|
||||
font-weight: 400;
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
@@ -1675,7 +1705,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
||||
justify-content: center;
|
||||
.operate_item {
|
||||
font-size: 1.4rem;
|
||||
font-family: Roboto;
|
||||
font-family: pingfang_medium;
|
||||
font-weight: 400;
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
@@ -1932,6 +1962,7 @@ textarea:focus{
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
.inputShowText{
|
||||
width: 100%;
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user