This commit is contained in:
gongjiale 2023-01-03 16:50:12 +08:00
parent 39d1b8aa80
commit c6fa978998
6 changed files with 905 additions and 979 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

View File

@ -289,6 +289,9 @@
margin-bottom: 0.2rem; margin-bottom: 0.2rem;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
background: url("~@/assets/newHome/biaoti.png") no-repeat;
background-position-y: 7px;
padding-left: 17px;
} }
.ability-to-apply-for-content { .ability-to-apply-for-content {
@ -297,7 +300,7 @@
.dep-name { .dep-name {
color: #0558e1; color: #0558e1;
font-size: 0.22rem; font-size: 0.18rem;
display: flex; display: flex;
align-items: center; align-items: center;
line-height: 0.22rem; line-height: 0.22rem;
@ -346,7 +349,7 @@
.description { .description {
width: 8.8rem; width: 8.8rem;
color: rgba(0, 0, 0, 0.45); color: rgba(0, 0, 0, 0.70);
} }
.remove { .remove {

View File

@ -678,11 +678,21 @@
height: 100vh; height: 100vh;
width: 100%; width: 100%;
} }
:deep .ant-anchor-link{
// @font-face { height: 50px !important;
// font-family: 'num-typeface'; line-height: 50px;
// src: url('~@/assets/newHome/font/num-typeface.otf'); 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 {
border: 1px solid #dddee1; border: 1px solid #dddee1;
@ -768,22 +778,22 @@
.top { .top {
width: 100%; width: 100%;
height: 100px; height: 137px;
margin-bottom: 20px; margin-bottom: 20px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-end;
.td-name { .td-name {
height: 100px; height: 137px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.td { .td {
height: 100px; height: 137px;
line-height: 100px; line-height: 137px;
position: relative; position: relative;
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -877,9 +887,9 @@
} }
.add-img { .add-img {
height: 60px; height: 40px;
width: 60px; width: 40px;
background: url('~@/assets/newHome/add-on.png'); background: url('~@/assets/newHome/add-grey.png');
background-size: 100% 100%; background-size: 100% 100%;
cursor: pointer; cursor: pointer;
} }

File diff suppressed because it is too large Load Diff

View File

@ -117,11 +117,14 @@
</div> </div>
<a-button <a-button
style=" style="
margin-left: 0.8rem; width: 80px;
background: #e1edfa; height: 32px;
color: #0087ff; text-align: center;
border: none; background: #0558e1;
border-radius: 0.06rem; color: #fff;
border: 1px solid #0558e1;
border-radius: 2px;
font-size: 14px;
" "
@click="appointment(item)" @click="appointment(item)"
> >
@ -2830,7 +2833,7 @@
.rightContent { .rightContent {
height: 1.75rem; height: 1.75rem;
width: 5.8rem; width: 5.8rem;
margin-right:72px;
.topContent { .topContent {
font-size: 0.2rem; font-size: 0.2rem;
color: #000; color: #000;