45 lines
648 B
CSS
45 lines
648 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: 180upx;
|
|
background-color: aliceblue;
|
|
}
|
|
.sekuai1{
|
|
padding-top: 50upx;
|
|
width:660upx;
|
|
height:180upx;
|
|
margin: auto;
|
|
margin-top: 180upx;
|
|
background-color: antiquewhite;
|
|
}
|
|
.neibu{
|
|
display: flex;
|
|
}
|
|
.neibu2{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.zhuBT{
|
|
margin-left: 30upx;
|
|
font-size: 50upx;
|
|
margin-bottom: 20upx;
|
|
}
|
|
.fuBT{
|
|
margin-left: 30upx;
|
|
font-size: 28upx;
|
|
}
|
|
.tupian{
|
|
margin-top: -20upx;
|
|
margin-left: 80upx;
|
|
}
|
|
.tupian1{
|
|
margin-left: 100upx;
|
|
margin-top: -20upx;
|
|
} |