diff --git a/pages/projectEnd/specialOperations/specialCheck.vue b/pages/projectEnd/specialOperations/specialCheck.vue
index 1f66a5ee..9c5a63b8 100644
--- a/pages/projectEnd/specialOperations/specialCheck.vue
+++ b/pages/projectEnd/specialOperations/specialCheck.vue
@@ -6,29 +6,29 @@
@@ -61,30 +61,37 @@
z-index: 2;
}
.sp-menu{
+ margin: 0 38rpx;
margin-top: 138rpx;
- width: 100%;
// height: 1200rpx;
// height: 1000rpx;
// background-color: darkred;
display: grid;
- grid-gap: 10rpx;
+ grid-gap: 24rpx;
grid-template-columns: repeat(2, 1fr);
// grid-template-columns: repeat(auto-fill, 220rpx);
- place-items: center;
- justify-content: center;
+ // place-items: center;
+ // justify-content: center;
.menu-item{
- width: 220rpx;
+ // width: 220rpx;
height: 274rpx;
// background-color: darkblue;
+ box-shadow: 0px 8rpx 15rpx 0px rgba(219,229,255,0.6);
+ border-radius: 10rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
.item-icon{
- width: 220rpx;
- height: 220rpx;
+ // width: 220rpx;
+ // height: 220rpx;
display: flex;
justify-content: center;
align-items: center;
+ margin-bottom: 14rpx;
image{
- width: 220rpx;
- height: 220rpx;
+ width: 66rpx;
+ height: 86rpx;
}
}
.item-text{
diff --git a/pages/projectEnd/specialOperations/specialOperations.vue b/pages/projectEnd/specialOperations/specialOperations.vue
index 8bf1406e..95fea494 100644
--- a/pages/projectEnd/specialOperations/specialOperations.vue
+++ b/pages/projectEnd/specialOperations/specialOperations.vue
@@ -6,29 +6,29 @@
@@ -61,30 +61,37 @@
z-index: 2;
}
.sp-menu{
+ margin: 0 38rpx;
margin-top: 138rpx;
- width: 100%;
// height: 1200rpx;
// height: 1000rpx;
// background-color: darkred;
display: grid;
- grid-gap: 10rpx;
+ grid-gap: 24rpx;
grid-template-columns: repeat(2, 1fr);
// grid-template-columns: repeat(auto-fill, 220rpx);
- place-items: center;
- justify-content: center;
+ // place-items: center;
+ // justify-content: center;
.menu-item{
- width: 220rpx;
+ // width: 220rpx;
height: 274rpx;
// background-color: darkblue;
+ box-shadow: 0px 8rpx 15rpx 0px rgba(219,229,255,0.6);
+ border-radius: 10rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
.item-icon{
- width: 220rpx;
- height: 220rpx;
+ // width: 220rpx;
+ // height: 220rpx;
display: flex;
justify-content: center;
align-items: center;
+ margin-bottom: 14rpx;
image{
- width: 220rpx;
- height: 220rpx;
+ width: 66rpx;
+ height: 86rpx;
}
}
.item-text{