jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/denglu/denglu.acss
2024-11-15 11:51:28 +08:00

44 lines
741 B
Plaintext

page {
background-color: white;
}
.tupian{
width: 500rpx;
height: 500rpx;
border-radius: 250rpx;
overflow: hidden;
margin-left: auto;
margin-right: auto;
display: block;
}
.wenzi{
font-size: 40rpx;
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.container{
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
margin-top: 50px;
}
navigator {
background-color: blue;
color: #fff;
margin-bottom: 10rpx;
padding: 20rpx;
text-align: center;
}
.navigator-hover {
background-color: lightskyblue;
color: #fff;
}
.image{
width: 80rpx;
height: 80rpx;
position: relative;
left: 330rpx;
}