feat:增加ballot页面按钮鼠标移入样式

This commit is contained in:
songwc
2022-09-19 17:30:28 +08:00
2 changed files with 725 additions and 862 deletions

View File

@@ -173,12 +173,12 @@ export default {
}
.detailinfo {
width: calc(100% + 20px);
width: 100%;
margin-top: 20px;
display: flex;
.detail {
flex: 1;
margin-right: 20px;
// margin-right: 20px;
.detailT {
height: 1000px;
background: #ffffff;
@@ -299,6 +299,7 @@ export default {
margin-right: 48px;
margin-top: 43px;
.allbox1 {
margin-right: 22px;
background: linear-gradient(
0deg,
rgba(160, 193, 230, 0) 0%,
@@ -306,6 +307,7 @@ export default {
);
}
.allbox2 {
margin-right: 22px;
background: linear-gradient(
0deg,
rgba(177, 219, 229, 0) 0%,
@@ -320,7 +322,8 @@ export default {
);
}
.item {
width: 410px;
// width: 410px;
width: calc(100% - 44px);
height: 149px;
text-align: center;
border-radius: 4px;

File diff suppressed because it is too large Load Diff