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

File diff suppressed because it is too large Load Diff