142 lines
2.7 KiB
CSS
142 lines
2.7 KiB
CSS
@import "./config.css";
|
|
|
|
body{
|
|
background: #ebebeb;
|
|
}
|
|
.bg_radius{
|
|
width: 100%;
|
|
padding-bottom: .4rem;
|
|
background: var(--themeColor);
|
|
border-bottom-left-radius: .6rem;
|
|
border-bottom-right-radius: .6rem;
|
|
|
|
}
|
|
.swiper{
|
|
width: 90%;
|
|
height: 3.5rem;
|
|
font-size: .4rem;
|
|
/* background: red; */
|
|
}
|
|
.swiper-slide img{
|
|
width: 100%;
|
|
border-radius: .2rem;
|
|
}
|
|
.search{
|
|
width: 100%;
|
|
height: .8rem;
|
|
position: relative;
|
|
top: -0.4rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.search a{
|
|
width: 90%;
|
|
height: .88rem;
|
|
font-size: .28rem;
|
|
line-height: .88rem;
|
|
background: #fff;
|
|
border-radius: .6rem;
|
|
padding-left: .8rem;
|
|
box-sizing: border-box;
|
|
background: #fff url(./../img/index-icon/search.png) no-repeat .16rem;
|
|
background-size: .5rem;
|
|
border: .02rem solid var(--light-gray);
|
|
}
|
|
|
|
.say_something{
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: .2rem;
|
|
justify-content: space-between;
|
|
}
|
|
.say_something img{
|
|
width: .8rem;
|
|
height: .8rem;
|
|
}
|
|
.lost_thing .lost_icon a,
|
|
.finding_thing .finding_icon a{
|
|
font-size: .34rem;
|
|
color: var(--dark-gray);
|
|
background: var(--themeColor);
|
|
width: 1.4rem;
|
|
height: 0.6rem;
|
|
border-radius: 1rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.say_something span{
|
|
font-size: .34rem;
|
|
color: var(--dark-gray);
|
|
font-weight: 600;
|
|
}
|
|
.lost_icon,
|
|
.finding_icon{
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: .4rem;
|
|
margin-bottom:.7rem ;
|
|
justify-content: space-between;
|
|
}
|
|
.say_something .lost_thing,
|
|
.say_something .finding_thing{
|
|
width: 43%;
|
|
height: 3rem;
|
|
border-radius: 0.4rem;
|
|
padding:0 .29rem;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
}
|
|
.say_something .lost_thing{
|
|
margin-left: 5%;
|
|
}
|
|
.say_something .finding_thing{
|
|
margin-right: 5%;
|
|
}
|
|
.tps{
|
|
font-size: .28rem;
|
|
color: var(--main-gray);
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
}
|
|
.mass{
|
|
width: 90%;
|
|
height: max-content;
|
|
background: #fff;
|
|
border-radius: 0.4rem;
|
|
margin: 0 auto;
|
|
margin-top: .2rem;
|
|
padding: .2rem .23rem;
|
|
box-sizing: border-box;
|
|
}
|
|
.mass_title{
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: .2rem;
|
|
}
|
|
.mass_title img{
|
|
width: .6rem;
|
|
height: .6rem;
|
|
margin-right: 0.2rem;
|
|
}
|
|
.mass_title span{
|
|
font-size: .36rem;
|
|
font-weight: 600;
|
|
}
|
|
.mass_list li {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: .2rem;
|
|
}
|
|
.mass_list li a{
|
|
font-size: .28rem;
|
|
color: #000;
|
|
}
|
|
.mass_list i{
|
|
display: inline-block;
|
|
width: 0.26rem;
|
|
height: 0.26rem;
|
|
margin-right: 0.2rem;
|
|
background-color: var(--themeColor);
|
|
} |