首页和library布局调整
This commit is contained in:
@@ -200,14 +200,15 @@ import { message, Upload, Modal } from "ant-design-vue";
|
||||
>div{
|
||||
// display: flex;
|
||||
display: block;
|
||||
width: calc(13rem*1.2);
|
||||
border-radius: calc(1rem*1.2);
|
||||
width: 20rem;
|
||||
border-radius: 4rem;
|
||||
margin: 0;
|
||||
border: 2px solid;
|
||||
border: 1px solid;
|
||||
cursor: pointer;
|
||||
padding: 0 calc(1rem*1.2);
|
||||
padding: 1.5rem 2rem;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
font-size: 1.8rem;
|
||||
justify-content: space-around;
|
||||
> span{
|
||||
white-space: nowrap;
|
||||
@@ -221,7 +222,8 @@ import { message, Upload, Modal } from "ant-design-vue";
|
||||
}
|
||||
ul{
|
||||
position: absolute;
|
||||
width: calc(13rem*1.2);
|
||||
border: 1px solid;
|
||||
width: 20rem;
|
||||
text-align: center;
|
||||
margin-top: calc(.3rem*1.2);
|
||||
border-radius: calc(1rem*1.2);
|
||||
@@ -229,7 +231,7 @@ import { message, Upload, Modal } from "ant-design-vue";
|
||||
z-index: 3;
|
||||
li{
|
||||
// background: rgba(0,0,0,.2);
|
||||
background: #cccccc;
|
||||
background: #fff;
|
||||
line-height: 2;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
@@ -257,7 +259,7 @@ import { message, Upload, Modal } from "ant-design-vue";
|
||||
}
|
||||
.printModel_item:hover{
|
||||
// background: rgba(0,0,0,.4);
|
||||
background: #999999;
|
||||
background: #f3f3f6;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user