日照项目的居民端小程序
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.

54 lines
1.0 KiB

/* subpages/points/pages/demand/index.wxss */
page {
background: #fff;
}
page image {
display: block;
box-sizing: border-box;
}
.demand-tabs{
display: flex;
align-items: center;
width: 100%;
height: 90rpx;
box-sizing: border-box;
}
.tabs-top .demand-tabs-item {
width: 50%;
font-size: 36rpx;
color: #999;
text-align: center;
line-height: 88rpx;
}
.tabs-top .tabs-on {
font-weight: 800;
color: rgba(8, 94, 176, 1);
border-bottom: 4rpx solid #085EB0;
}
.demand-swiper {
width: 100%;
height: calc(100vh - 90rpx);
box-sizing: border-box;
border-top: 1rpx solid rgba(231, 238, 238, 1);
}
.demand-tabs{
display: flex;
align-items: center;
width: 100%;
height: 90rpx;
box-sizing: border-box;
}
.tabs-top .demand-tabs-item {
width: 50%;
font-size: 36rpx;
color: #999;
text-align: center;
line-height: 88rpx;
}
.tabs-top .tabs-on {
font-weight: 800;
color: rgba(8, 94, 176, 1);
border-bottom: 4rpx solid #085EB0;
}