luntan.wxss 2.3 KB

page {
  background: #F9F9F9;
}
.homeimg{
	width:88rpx;
	height:88rpx;
	font-size: 0;
}
.search-input{
	width:470rpx!important;
}
/* 搜素 */
.search-wrap{
	width:750rpx;
	padding: 14rpx 0;
	box-sizing: border-box;
	background: #C29445;
}
.nav-wrap {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 32rpx 64rpx;
  margin-bottom: 16rpx;
}
.nav-wrap .navigator {
  text-align: center;
}
.nav-wrap .navigator image {
  width: 88rpx;
  height: 88rpx;
  margin: auto;
}
.nav-wrap .navigator text {
  width: 104rpx;
  display: block;
  color: #3D454C;
  font-size: 26rpx;
}
.new-release-wrap .new-release-title {
  height: 84rpx;
  line-height: 84rpx;
  padding-left: 32rpx;
  position: relative;
  background: #fff;
  font-size: 32rpx;
  color: #061220;
  border-bottom: 1px solid #E3E2E1;
}
.new-release-wrap .new-release-title:after {
  content: "";
  position: absolute;
  top: 20rpx;
  left: 0;
  height: 44rpx;
  width: 8rpx;
  background: var(--themeColor);
  border-top-right-radius: 6rpx;
  border-bottom-right-radius: 6rpx;
}
.release-news {
  position: fixed;
  width: 750rpx;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.release-news .release-content {
  position: absolute;
  width: 750rpx;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  padding: 60rpx;
  box-sizing: border-box;
  border-top-left-radius: 40rpx;
  border-top-right-radius: 40rpx;
}
.release-news .meun-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.release-news .meun-lists navigator {
  text-align: center;
}
.release-news .meun-lists navigator image {
  width: 88rpx;
  height: 88rpx;
  margin: auto;
}
.release-news .meun-lists navigator text {
  width: 104rpx;
  display: block;
  color: #3D454C;
  font-size: 26rpx;
}
.release-news .close {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 38rpx;
}
.release-news .close image {
  width: 60rpx;
  height: 60rpx;
}