mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-08 02:16:47 +08:00
feat:增加ballot页面按钮鼠标移入样式
This commit is contained in:
@@ -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
Reference in New Issue
Block a user