20 lines
326 B
Plaintext
20 lines
326 B
Plaintext
/* pages/introduction/introduction.wxss */
|
|
.banner{
|
|
margin: 30rpx 0;
|
|
width: 750rpx;
|
|
padding: 0 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.imgWrap{
|
|
height: 300rpx;
|
|
width: 100%;
|
|
margin: 20rpx auto;
|
|
border-radius: 15rpx;
|
|
}
|
|
.text{
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
color: #555;
|
|
font-size: 35rpx;
|
|
line-height: 180%
|
|
} |