提交
This commit is contained in:
44
甲情_甲意/miniprogram/pages/denglutest/denglutest.acss
Normal file
44
甲情_甲意/miniprogram/pages/denglutest/denglutest.acss
Normal file
@ -0,0 +1,44 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user