mainindex.wxss 2.6 KB
@import '../../template/templates.wxss';
@import '../../icon/icon.wxss';
.box{
    margin-bottom: 120rpx;
}
.search {
  width:688rpx;
  margin: 0 auto;
    height:64rpx;
    display:flex;
    justify-content: center;
    align-items:center;
    padding:12rpx 20rpx 12rpx 33rpx;
    background:rgba(245,245,245,1);
    opacity:1;
    border-radius:4px;
    box-sizing:border-box;
    position: relative

}
.enterword {
    width:418rpx;
    color:#CCCCCC;
    font-size:28rpx;
    text-align: center;
}
.searchicon{
    position: absolute;
    left:172rpx;

    color:#CCCCCC;
    font-size: 50rpx;
}

.nav {
height:60rpx;
display:flex;
justify-content:space-between;
align-items: center;
text-align:center;

padding:20rpx 20rpx;
background:#fff;
border-bottom:1rpx solid #f5f5f5;

}
.nav_item {
white-space:nowrap;
list-style:none;
font-size:28rpx;
color:#666666;
width:auto;
padding:0 20rpx;
position:relative;
}
.active{
  color:#951B1B;

}
.active:after{
  content:"";
  display:bloc;
  position:absolute;
  left:0;
  right:0;
  margin: 0 auto;
  top:62rpx;
  width:32px;
  height:3px;
  background:rgba(149,27,27,1);
  opacity:1;
}
.topone{
  padding: 26rpx 36rpx;
  border-bottom: 1rpx solid #f5f5f5;

}
.toponetext{
  color:#333333;
  font-size: 34rxp;
  padding-bottom: 12rpx;
}
.topnonecontent{
  display:flex;
}
.toponetitle{
  color:#999999;
  font-size: 32rpx;
}
.totop{
  width:74rpx;
  height:38rpx;
  border:2px solid rgba(149,27,27,1);
  opacity:1;
  font-size: 30rpx;
  text-align: center;
  line-height: 34rpx;
  margin-left: 22rpx;
  color:#951B1B;


}
.toptwoimg{
  width:160rpx;
  height:160rpx;
  font-size: 0
}
.toptwoimg image{
  width:100%;
  height:100%;
}
.toptwo{
  display: flex;
  justify-content: space-between

}
.toptwotext{
  width:488rpx;
}

.newsimg{
  width:44rpx;
  height:34rpx;
  font-size: 0
}
.newsimg image{
  width:100%;
  height:100%;
}

video{
  width:686rpx;
  height:390rpx;
  margin: 0 auto;
}
.prayimg{
  width:208rpx;
  height:224rpx;
  font-size: 0
}
.prayimg image{
  width:100%;
  height:100%;
}
.praylist{
    display:flex;
    justify-content: space-between;
}
.touristname{
  color:#333333;
  font-size: 32rpx;
}
.tourlist{
  padding: 20rpx 32rpx;
}
.tourlistimglist{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rpx;
}
.tourlistimg{
  width:208rpx;
  height: 166rpx;
  font-size: 0;
  border-radius: 16rpx;
}
.tourlistimg image{
  width:100%;
  height:100%;
  border-radius:16rpx;
}
.carfriend{
  width:32rpx;
  height:32rpx;
  border-radius:50%;
  background: #F5F5F5;
}
.carfriendname{
  font-size: 22rpx;
  color:#999999;
  margin-left: 2rpx
}
.carfrienditem{
  display:flex;
  margin-top: 14rpx;
}