initial commit
This commit is contained in:
71
pages/index/index.wxss
Normal file
71
pages/index/index.wxss
Normal file
@ -0,0 +1,71 @@
|
||||
/**index.wxss**/
|
||||
.box{
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.sidebox{
|
||||
width: 100%;
|
||||
height: 90%;
|
||||
}
|
||||
.imagebox{
|
||||
width: 100%;
|
||||
height: 60%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.iamgelogo{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.buttombox{
|
||||
width: 100%;
|
||||
height: 40%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.wenzibox{
|
||||
width: 100%;
|
||||
height: 30%;
|
||||
margin-bottom: 40rpx;
|
||||
}
|
||||
.buttom{
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
background-color: #FC7E09;
|
||||
border-radius: 20px;
|
||||
}
|
||||
.liaojie{
|
||||
width: 80%;
|
||||
height: 20%;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
}
|
||||
.wenhaoimage{
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
margin-left: 8rpx;
|
||||
}
|
||||
.tongyong{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.shuiping{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
.text{
|
||||
font-size: 20px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.liaojietext{
|
||||
font-size: 12px;
|
||||
color: #888685;
|
||||
}
|
Reference in New Issue
Block a user