commit
This commit is contained in:
BIN
src/assets/images/loginPage/aida_logo_centent.jpg
Normal file
BIN
src/assets/images/loginPage/aida_logo_centent.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
@@ -75,9 +75,13 @@ li {
|
||||
.select_block .ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
||||
background: transparent;
|
||||
height: 4rem;
|
||||
border: 0.1rem solid #000 !important;
|
||||
border: 0.1rem solid rgba(0, 0, 0, 0) !important;
|
||||
border-radius: 0;
|
||||
box-shadow: none !important;
|
||||
width: 15rem;
|
||||
background: #FFFFFF;
|
||||
border-radius: 1rem;
|
||||
margin: 0 1rem;
|
||||
}
|
||||
.select_block .ant-select-single .ant-select-selector .ant-select-selection-item,
|
||||
.select_block .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
||||
@@ -86,6 +90,9 @@ li {
|
||||
font-size: 1.3rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
.select_block .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
.started_btn {
|
||||
padding: 0.5rem 2rem;
|
||||
display: inline-block;
|
||||
@@ -114,6 +121,9 @@ li {
|
||||
.modal_component .ant-modal-content .ant-modal-body {
|
||||
padding: 0;
|
||||
}
|
||||
.ant-modal-body {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
.operate_file_block {
|
||||
width: 100%;
|
||||
height: 3rem;
|
||||
@@ -187,6 +197,12 @@ li {
|
||||
border-color: #543087;
|
||||
background: #543087;
|
||||
}
|
||||
.ant-spin-dot-item {
|
||||
background-color: #543087;
|
||||
}
|
||||
.ant-spin {
|
||||
color: #000;
|
||||
}
|
||||
.pin_block {
|
||||
text-align: center;
|
||||
margin-top: 0.5rem;
|
||||
|
||||
@@ -83,9 +83,14 @@ ul,li{
|
||||
.ant-select:not(.ant-select-customize-input) .ant-select-selector{
|
||||
background: transparent;
|
||||
height: 4rem;
|
||||
border: 0.1rem solid #000 !important;
|
||||
border: 0.1rem solid rgba(0,0,0,0) !important;
|
||||
// border: 0.1rem solid #000 !important;
|
||||
border-radius: 0;
|
||||
box-shadow: none !important;
|
||||
width: 15rem;
|
||||
background: #FFFFFF;
|
||||
border-radius: 1rem;
|
||||
margin: 0 1rem;
|
||||
}
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-item, .ant-select-single .ant-select-selector .ant-select-selection-placeholder{
|
||||
line-height: 3.8rem;
|
||||
@@ -93,6 +98,9 @@ ul,li{
|
||||
font-size: 1.3rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
//started公共按钮样式
|
||||
.started_btn{
|
||||
@@ -132,6 +140,9 @@ ul,li{
|
||||
}
|
||||
}
|
||||
}
|
||||
.ant-modal-body{
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
//衣服类型下拉菜单
|
||||
.operate_file_block{
|
||||
width: 100%;
|
||||
@@ -231,6 +242,13 @@ ul,li{
|
||||
}
|
||||
}
|
||||
}
|
||||
//loding样式
|
||||
.ant-spin-dot-item{
|
||||
background-color: #543087;
|
||||
}
|
||||
.ant-spin{
|
||||
color: #000;
|
||||
}
|
||||
.pin_block{
|
||||
text-align: center;
|
||||
margin-top:.5rem;
|
||||
|
||||
Reference in New Issue
Block a user