同层广场和算法广场
This commit is contained in:
parent
b91625bae2
commit
31fd3b2511
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue