同层广场和算法广场

This commit is contained in:
851673013@qq.com 2022-08-09 17:09:20 +08:00
parent b91625bae2
commit 31fd3b2511
2 changed files with 13 additions and 5 deletions

View File

@ -96,6 +96,8 @@
<style lang="less" scoped>
.algorithm {
.algorithm-class {
margin-top: 0.6rem;
margin-bottom: 0.59rem;
display: grid;
grid-template-columns: repeat(3, 33%);
height: 8.8rem;
@ -112,8 +114,10 @@
position: relative;
:deep(.ant-image) {
img {
height: 2.75rem;
width: 5.25rem;
margin-top: 0.15rem;
height: 2.6rem;
width: 5.05rem;
margin-left: 0.1rem;
}
}
.algorithm-card-photo {

View File

@ -96,6 +96,8 @@
<style lang="less" scoped>
.algorithm {
.algorithm-class {
margin-top: 0.6rem;
margin-bottom: 0.59rem;
display: grid;
grid-template-columns: repeat(3, 33%);
height: 8.8rem;
@ -104,7 +106,7 @@
margin-right: 0.15rem;
.algorithm-card {
height: 2.75rem;
width: 5.25rem;
width: 5.23rem;
background: url('~@/assets/capacitySquare/algorithm-bg.png') no-repeat;
background-size: 100%;
margin-bottom: 0.3rem;
@ -112,8 +114,10 @@
position: relative;
:deep(.ant-image) {
img {
height: 2.75rem;
width: 5.25rem;
margin-top: 0.15rem;
height: 2.6rem;
width: 5.05rem;
margin-left: 0.1rem;
}
}
.algorithm-card-photo {