公寓小程序端前端代码
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.

17 lines
285 B

/* pages/index/index.wxss */
page{
background-color: #f7f5f5;
}
.slide-image{
width:100%;
}
.header-search{
position: fixed;
left: 0;
z-index: 2;
}
.tip{
width: calc(100% - 40rpx);
margin: 0 auto;
box-shadow: 0px 4rpx 12rpx 0px rgba(215,215,215,0.4);
}