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

28 lines
521 B

/* pages/index/index.wxss */
page{
background-color: #f7f5f5;
}
.header{
background: linear-gradient(to bottom, #2dcecb 70%, #ffffff 30%);
padding-left: 20rpx;
padding-right: 20rpx;
}
.title{
margin-bottom: 26rpx;
color: #ffffff;
font-size: 28rpx;
}
.slide-image{
width:100%;
border-radius: 10rpx;
}
.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);
}