修改
This commit is contained in:
parent
5a277389fa
commit
5f293c91ac
@ -510,25 +510,21 @@
|
|||||||
.left {
|
.left {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width: 35%;
|
width: 30%;
|
||||||
height: 55vh;
|
height: 55vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnleftall {
|
.btnleftall {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
|
||||||
margin-bottom: 30rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnleft {
|
.btnleft {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 86%;
|
||||||
line-height: 50px;
|
|
||||||
text-align: center;
|
|
||||||
height: 160rpx;
|
height: 160rpx;
|
||||||
|
text-align: center;
|
||||||
font-size: 20rpx;
|
font-size: 20rpx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
line-height: 160rpx;
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -539,7 +535,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
|
display: inline-block;
|
||||||
|
width: 80%;
|
||||||
|
line-height: 30rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
// background-color: #F2F2F2;
|
// background-color: #F2F2F2;
|
||||||
@ -547,7 +550,7 @@
|
|||||||
|
|
||||||
.btnright {
|
.btnright {
|
||||||
height: 55vh;
|
height: 55vh;
|
||||||
width: 65%;
|
width: 70%;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user