parent
1d28392db9
commit
cc32fe907a
@ -0,0 +1,49 @@
|
|||||||
|
/* pages/first/first.wxss */
|
||||||
|
page{
|
||||||
|
background-color: pink
|
||||||
|
}
|
||||||
|
.container{
|
||||||
|
display: flex;
|
||||||
|
flex-direction:column;
|
||||||
|
}
|
||||||
|
.user-image{
|
||||||
|
width: 200rpx;
|
||||||
|
height: 200rpx;
|
||||||
|
}
|
||||||
|
.moto-container{
|
||||||
|
margin-top: 150rpx;
|
||||||
|
border: 1px solid #405f80;
|
||||||
|
width:200rpx;
|
||||||
|
height:80rpx;
|
||||||
|
border-radius:5px;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
.moto{
|
||||||
|
font-size: 29rpx;
|
||||||
|
font-weight:620; /*字体粗细*/
|
||||||
|
line-height: 80rpx;
|
||||||
|
color: #405f80;
|
||||||
|
}
|
||||||
|
.welcome-container{
|
||||||
|
margin-top: 100rpx;
|
||||||
|
}
|
||||||
|
.user-welcome{
|
||||||
|
margin-top: 300rpx;
|
||||||
|
font-size: 42rpx;
|
||||||
|
}
|
||||||
|
.mt-container{
|
||||||
|
margin-top: 60rpx;
|
||||||
|
border: 1px solid #405f80;
|
||||||
|
width:200rpx;
|
||||||
|
height:80rpx;
|
||||||
|
border-radius:5px;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
.mt{
|
||||||
|
font-size: 29rpx;
|
||||||
|
font-weight:620; /*字体粗细*/
|
||||||
|
line-height: 80rpx;
|
||||||
|
color: #405f80;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue