同层广场和算法广场
This commit is contained in:
parent
b91625bae2
commit
31fd3b2511
|
@ -96,6 +96,8 @@
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.algorithm {
|
.algorithm {
|
||||||
.algorithm-class {
|
.algorithm-class {
|
||||||
|
margin-top: 0.6rem;
|
||||||
|
margin-bottom: 0.59rem;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(3, 33%);
|
grid-template-columns: repeat(3, 33%);
|
||||||
height: 8.8rem;
|
height: 8.8rem;
|
||||||
|
@ -112,8 +114,10 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
:deep(.ant-image) {
|
:deep(.ant-image) {
|
||||||
img {
|
img {
|
||||||
height: 2.75rem;
|
margin-top: 0.15rem;
|
||||||
width: 5.25rem;
|
height: 2.6rem;
|
||||||
|
width: 5.05rem;
|
||||||
|
margin-left: 0.1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.algorithm-card-photo {
|
.algorithm-card-photo {
|
||||||
|
|
|
@ -96,6 +96,8 @@
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.algorithm {
|
.algorithm {
|
||||||
.algorithm-class {
|
.algorithm-class {
|
||||||
|
margin-top: 0.6rem;
|
||||||
|
margin-bottom: 0.59rem;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(3, 33%);
|
grid-template-columns: repeat(3, 33%);
|
||||||
height: 8.8rem;
|
height: 8.8rem;
|
||||||
|
@ -104,7 +106,7 @@
|
||||||
margin-right: 0.15rem;
|
margin-right: 0.15rem;
|
||||||
.algorithm-card {
|
.algorithm-card {
|
||||||
height: 2.75rem;
|
height: 2.75rem;
|
||||||
width: 5.25rem;
|
width: 5.23rem;
|
||||||
background: url('~@/assets/capacitySquare/algorithm-bg.png') no-repeat;
|
background: url('~@/assets/capacitySquare/algorithm-bg.png') no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
margin-bottom: 0.3rem;
|
margin-bottom: 0.3rem;
|
||||||
|
@ -112,8 +114,10 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
:deep(.ant-image) {
|
:deep(.ant-image) {
|
||||||
img {
|
img {
|
||||||
height: 2.75rem;
|
margin-top: 0.15rem;
|
||||||
width: 5.25rem;
|
height: 2.6rem;
|
||||||
|
width: 5.05rem;
|
||||||
|
margin-left: 0.1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.algorithm-card-photo {
|
.algorithm-card-photo {
|
||||||
|
|
Loading…
Reference in New Issue