UI修改
This commit is contained in:
parent
39d1b8aa80
commit
c6fa978998
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 303 B |
|
@ -289,6 +289,9 @@
|
|||
margin-bottom: 0.2rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
background: url("~@/assets/newHome/biaoti.png") no-repeat;
|
||||
background-position-y: 7px;
|
||||
padding-left: 17px;
|
||||
}
|
||||
|
||||
.ability-to-apply-for-content {
|
||||
|
@ -297,7 +300,7 @@
|
|||
|
||||
.dep-name {
|
||||
color: #0558e1;
|
||||
font-size: 0.22rem;
|
||||
font-size: 0.18rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 0.22rem;
|
||||
|
@ -346,7 +349,7 @@
|
|||
|
||||
.description {
|
||||
width: 8.8rem;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
color: rgba(0, 0, 0, 0.70);
|
||||
}
|
||||
|
||||
.remove {
|
||||
|
|
|
@ -678,11 +678,21 @@
|
|||
height: 100vh;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// @font-face {
|
||||
// font-family: 'num-typeface';
|
||||
// src: url('~@/assets/newHome/font/num-typeface.otf');
|
||||
// }
|
||||
:deep .ant-anchor-link{
|
||||
height: 50px !important;
|
||||
line-height: 50px;
|
||||
margin:0px !important;
|
||||
}
|
||||
:deep .ant-anchor-link-active > .ant-anchor-link-title {
|
||||
color: #fff;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #0058e1;
|
||||
}
|
||||
:deep .ant-anchor-link-title:only-child {
|
||||
|
||||
padding-left: 14px;
|
||||
}
|
||||
|
||||
.border {
|
||||
border: 1px solid #dddee1;
|
||||
|
@ -768,22 +778,22 @@
|
|||
|
||||
.top {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
height: 137px;
|
||||
margin-bottom: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
justify-content: flex-end;
|
||||
|
||||
.td-name {
|
||||
height: 100px;
|
||||
height: 137px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.td {
|
||||
height: 100px;
|
||||
line-height: 100px;
|
||||
height: 137px;
|
||||
line-height: 137px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -877,9 +887,9 @@
|
|||
}
|
||||
|
||||
.add-img {
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
background: url('~@/assets/newHome/add-on.png');
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
background: url('~@/assets/newHome/add-grey.png');
|
||||
background-size: 100% 100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -117,11 +117,14 @@
|
|||
</div>
|
||||
<a-button
|
||||
style="
|
||||
margin-left: 0.8rem;
|
||||
background: #e1edfa;
|
||||
color: #0087ff;
|
||||
border: none;
|
||||
border-radius: 0.06rem;
|
||||
width: 80px;
|
||||
height: 32px;
|
||||
text-align: center;
|
||||
background: #0558e1;
|
||||
color: #fff;
|
||||
border: 1px solid #0558e1;
|
||||
border-radius: 2px;
|
||||
font-size: 14px;
|
||||
"
|
||||
@click="appointment(item)"
|
||||
>
|
||||
|
@ -2830,7 +2833,7 @@
|
|||
.rightContent {
|
||||
height: 1.75rem;
|
||||
width: 5.8rem;
|
||||
|
||||
margin-right:72px;
|
||||
.topContent {
|
||||
font-size: 0.2rem;
|
||||
color: #000;
|
||||
|
|
Loading…
Reference in New Issue