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.
56 lines
701 B
56 lines
701 B
/* pages/apply/apply.wxss */
|
|
page{
|
|
height:100%;
|
|
}
|
|
|
|
.head{
|
|
width: 100%;
|
|
height: 30%;
|
|
}
|
|
|
|
.head image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.new{
|
|
width: 100%;
|
|
height: 30%;
|
|
border: 1rpx solid black;
|
|
}
|
|
/* 标题 */
|
|
.new .title{
|
|
width: 100%;
|
|
height: 20%;
|
|
border: 1rpx solid blanchedalmond;
|
|
text-align: center;
|
|
}
|
|
/* 产品 */
|
|
scroll-view{
|
|
width: 100%;
|
|
height: 80%;
|
|
border: 1rpx solid black;
|
|
}
|
|
|
|
.pros{
|
|
width: 100%;
|
|
height: 100%;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.pros .pro{
|
|
/* flex-shrink: 0; */
|
|
width: 30%;
|
|
height: 100%;
|
|
border: 1rpx solid black;
|
|
display: inline-block;
|
|
}
|
|
.pros .pro image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.version{
|
|
width: 100%;
|
|
border: 1rpx solid black;
|
|
} |