You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1010 B
65 lines
1010 B
6 years ago
|
/* 首页/shouye.wxss */
|
||
|
.button1{
|
||
|
width: 80%;
|
||
|
margin-top: 0rpx;
|
||
|
background-color:rgba(253, 153, 65, 0.67);
|
||
|
color: white;
|
||
|
border-radius: 98rpx;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.button1::after
|
||
|
{
|
||
|
border: 0;
|
||
|
}
|
||
|
.button2{
|
||
|
width: 80%;
|
||
|
margin-top: 50rpx;
|
||
|
background-color:rgba(253, 153, 65, 0.67);
|
||
|
color: white;
|
||
|
border-radius: 98rpx;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.button2:after
|
||
|
{
|
||
|
border: 0;
|
||
|
}
|
||
|
.button3{
|
||
|
width: 80%;
|
||
|
margin-top: 50rpx;
|
||
|
background-color:rgba(253, 153, 65, 0.67);
|
||
|
color: white;
|
||
|
border-radius: 98rpx;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.button3::after
|
||
|
{
|
||
|
border: 0;
|
||
|
}
|
||
|
.userinfo {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.userinfo-avatar {
|
||
|
width: 128rpx;
|
||
|
height: 128rpx;
|
||
|
margin-top: 0rpx;
|
||
|
border-radius: 50%;
|
||
|
}
|
||
|
|
||
|
.userinfo-nickname {
|
||
|
color: #000;
|
||
|
|
||
|
}
|
||
|
|