37 lines
486 B
CSS
37 lines
486 B
CSS
.body{
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
.sekuai{
|
|
padding-top: 50upx;
|
|
width:660upx;
|
|
height:180upx;
|
|
margin: auto;
|
|
margin-top: 80upx;
|
|
background-color: aliceblue;
|
|
}
|
|
|
|
.neibu{
|
|
display: flex;
|
|
}
|
|
.neibu2{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.zhuBT{
|
|
flex: 7;
|
|
margin-left: 20upx;
|
|
line-height: 130upx;
|
|
font-size: 36upx;
|
|
}
|
|
|
|
.tupian{
|
|
flex: 4;
|
|
margin-top: -20upx;
|
|
margin-left: 40upx;
|
|
}
|
|
.tupian1{
|
|
margin-left: 100upx;
|
|
margin-top: -20upx;
|
|
} |