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