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.
32 lines
493 B
32 lines
493 B
/* pages/topics/loan/index.wxss */
|
|
|
|
.con{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
/* background-size:cover;
|
|
background-position-y:top;
|
|
background-size: 100% 100%; */
|
|
/* height: 500px; */
|
|
}
|
|
.img{
|
|
width: 200px;
|
|
height: 150px;
|
|
}
|
|
.title{
|
|
font-weight:1000;
|
|
}
|
|
.btnView{
|
|
position: fixed;
|
|
padding: 10px 20px 20px 20px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
/* background-color: white; */
|
|
}
|
|
|
|
.text{
|
|
width: 90%;
|
|
margin-top: 20px;
|
|
margin-bottom: 100px;
|
|
}
|