This commit is contained in:
parent
5fb88a2d2f
commit
78c4d27421
|
@ -3009,7 +3009,7 @@ onMounted(() => {
|
|||
|
||||
.zyys_content_item {
|
||||
width: 110px;
|
||||
height: 54px;
|
||||
height: 52px;
|
||||
cursor: pointer;
|
||||
margin-bottom: 20px;
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2587,11 +2587,12 @@ onMounted(() => {
|
|||
|
||||
.jbggfwq {
|
||||
.jbggfwq_content {
|
||||
height: 550px;
|
||||
height: 500px;
|
||||
overflow: auto;
|
||||
margin-top: 15px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 15px;
|
||||
margin-bottom: 34px;
|
||||
|
||||
.jbggfwq_content_item {
|
||||
margin-bottom: 5px;
|
||||
|
@ -2610,8 +2611,8 @@ onMounted(() => {
|
|||
width: 370px;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
// border-radius: 6px;
|
||||
|
||||
.jbggfwq_content_item_right_item {
|
||||
cursor: pointer;
|
||||
|
@ -2666,7 +2667,6 @@ onMounted(() => {
|
|||
}
|
||||
|
||||
.zyys {
|
||||
margin-top: 25px;
|
||||
.zyys_content {
|
||||
margin-top: 20px;
|
||||
box-sizing: border-box;
|
||||
|
@ -2675,14 +2675,14 @@ onMounted(() => {
|
|||
flex-flow: row wrap;
|
||||
|
||||
.zyys_content_item {
|
||||
width: 110px;
|
||||
height: 54px;
|
||||
cursor: pointer;
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: 20px;
|
||||
color: #ffffff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 110px;
|
||||
height: 42px;
|
||||
background: rgba(124, 151, 180, 0.8);
|
||||
|
||||
.zyys_content_item_left {
|
||||
|
@ -2710,6 +2710,7 @@ onMounted(() => {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.title {
|
||||
.title_name {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue