init
This commit is contained in:
110
wx05cb767e6530b48f/pages/index_back/index.wxss
Normal file
110
wx05cb767e6530b48f/pages/index_back/index.wxss
Normal file
@@ -0,0 +1,110 @@
|
||||
.diy-search-box {
|
||||
background: #f1f1f2;
|
||||
padding: 10px 24rpx;
|
||||
position: unset;
|
||||
}
|
||||
|
||||
.diy-search-box .diy-search {
|
||||
background: #fff;
|
||||
border-bottom: 0;
|
||||
border-radius: unset;
|
||||
box-sizing: border-box;
|
||||
color: #fff;
|
||||
line-height: 60rpx;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
padding: 0 10px;
|
||||
position: relative;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.diy-search-box .diy-search .cont .icon-sousuo {
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.diy-search-box text {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.diy-search-box .diy-search.angle-radius {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.diy-search-box .diy-search.angle-round {
|
||||
border-radius: 80rpx;
|
||||
}
|
||||
|
||||
.diy-search-box .diy-search.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.diy-search-box .diy-search.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.diy-banner {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.diy-banner .linear {
|
||||
background: linear-gradient(#111,transparent);
|
||||
height: 3.4rem;
|
||||
left: 0;
|
||||
opacity: .6;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal {
|
||||
margin-bottom: 2rpx;
|
||||
}
|
||||
|
||||
.swiper-box .wx-swiper-dot {
|
||||
height: 20rpx;
|
||||
width: 20rpx;
|
||||
}
|
||||
|
||||
.swiper-box.dot-rectangle .wx-swiper-dot {
|
||||
border-radius: unset;
|
||||
width: 30rpx;
|
||||
}
|
||||
|
||||
.swiper-box.dot-square .wx-swiper-dot {
|
||||
border-radius: unset;
|
||||
}
|
||||
|
||||
.title-hrbg {
|
||||
color: #888;
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
margin-top: 30rpx;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.title-hrbg .cont {
|
||||
background: #f7f7f7;
|
||||
font-size: 28rpx;
|
||||
padding: 1rem .6rem;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.title-hrbg .cont .icon-huo {
|
||||
padding-right: 10rpx;
|
||||
}
|
||||
|
||||
.title-hrbg .hr {
|
||||
background: #ddd;
|
||||
border: 0;
|
||||
height: 1rpx;
|
||||
left: 10%;
|
||||
margin-top: 1px;
|
||||
position: absolute;
|
||||
right: 10%;
|
||||
top: 50%;
|
||||
z-index: -1;
|
||||
}
|
||||
Reference in New Issue
Block a user