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.
		
		
		
		
		
			
		
			
				
					
					
						
							627 lines
						
					
					
						
							9.7 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							627 lines
						
					
					
						
							9.7 KiB
						
					
					
				
								page {
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: auto;
							 | 
						|
								  overflow-y: auto;
							 | 
						|
								  background: #fff;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.header {
							 | 
						|
								  position: fixed;
							 | 
						|
								  width: 100%;
							 | 
						|
								  top: 0;
							 | 
						|
								  left: 0;
							 | 
						|
								  z-index: 1000;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.header .header-bg {
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 100%;
							 | 
						|
								  position: absolute;
							 | 
						|
								  z-index: 10;
							 | 
						|
								  left: 0;
							 | 
						|
								  top: 0;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.header .navigation {
							 | 
						|
								  width: 100%;
							 | 
						|
								  display: flex;
							 | 
						|
								  align-items: center;
							 | 
						|
								  justify-content: center;
							 | 
						|
								  color: rgba(255, 255, 255, 0.9);
							 | 
						|
								  font-size: 32rpx;
							 | 
						|
								  position: relative;
							 | 
						|
								  z-index: 100;
							 | 
						|
								  letter-spacing: 2rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.home {
							 | 
						|
								  width: 100%;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.belong-grid {
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 160rpx;
							 | 
						|
								  position: relative;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.belong-grid .newbelong-grid {
							 | 
						|
								  display: flex;
							 | 
						|
								  flex-direction: row;
							 | 
						|
								  /* align-items: center; */
							 | 
						|
								  justify-content: space-between;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.belong-grid .belong-grid-bg {
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 100%;
							 | 
						|
								  position: absolute;
							 | 
						|
								  top: 0;
							 | 
						|
								  left: 0;
							 | 
						|
								  z-index: 10;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.belong-grid .newbelong-grid .grid {
							 | 
						|
								  /* width: 90%; */
							 | 
						|
								  width: calc(100% - 129rpx);
							 | 
						|
								  height: 34rpx;
							 | 
						|
								  position: relative;
							 | 
						|
								  z-index: 100;
							 | 
						|
								  display: flex;
							 | 
						|
								  align-items: center;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.belong-grid .newbelong-grid .grid .party-logo {
							 | 
						|
								  width: 24rpx;
							 | 
						|
								  height: 30rpx;
							 | 
						|
								  margin: 0 14rpx 0 22rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.belong-grid .newbelong-grid .grid .grid-name {
							 | 
						|
								  font-size: 32rpx;
							 | 
						|
								  color: #fff;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.belong-grid .newbelong-grid .grid .more-grid {
							 | 
						|
								  width: 16rpx;
							 | 
						|
								  height: 22rpx;
							 | 
						|
								  margin-left: 10rpx;
							 | 
						|
								  margin-top: 5rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.belong-grid .newbelong-grid .my-and-news {
							 | 
						|
								  width: 129rpx;
							 | 
						|
								  height: 34rpx;
							 | 
						|
								  position: relative;
							 | 
						|
								  z-index: 100;
							 | 
						|
								  display: flex;
							 | 
						|
								  align-items: center;
							 | 
						|
								  justify-content: flex-end;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.belong-grid .newbelong-grid .my-and-news .news {
							 | 
						|
								  width: 34rpx;
							 | 
						|
								  height: 34rpx;
							 | 
						|
								  margin-right: 24rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.belong-grid .newbelong-grid .my-and-news .my {
							 | 
						|
								  width: 34rpx;
							 | 
						|
								  height: 34rpx;
							 | 
						|
								  margin-left: 30rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.belong-grid .newImage {
							 | 
						|
								  position: relative;
							 | 
						|
								  height: calc(100% - 34rpx);
							 | 
						|
								  z-index: 999;
							 | 
						|
								  display: flex;
							 | 
						|
								  align-items: center;
							 | 
						|
								  justify-content: center;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.belong-grid .newImage image {
							 | 
						|
								  width: 576rpx;
							 | 
						|
								  height: 52rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								/* .belong-grid .news {
							 | 
						|
								  width: 34rpx;
							 | 
						|
								  height: 34rpx;
							 | 
						|
								  margin-right: 22rpx;
							 | 
						|
								  position: relative;
							 | 
						|
								  z-index: 100;
							 | 
						|
								} */
							 | 
						|
								
							 | 
						|
								/* bannner *********** start */
							 | 
						|
								
							 | 
						|
								.banner {
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 340rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.banner swiper {
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 340rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.banner-item {
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 340rpx;
							 | 
						|
								  position: relative;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.banner-item .banner-img {
							 | 
						|
								  position: absolute;
							 | 
						|
								  left: 0;
							 | 
						|
								  top: 0;
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 100%;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.banner-item .banner-content {
							 | 
						|
								  position: relative;
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 100%;
							 | 
						|
								  top: 0;
							 | 
						|
								  left: 0;
							 | 
						|
								  z-index: 100;
							 | 
						|
								  display: flex;
							 | 
						|
								  align-items: flex-end;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.banner-item .banner-content .title {
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 91rpx;
							 | 
						|
								  background: rgba(0, 0, 0, 0.4);
							 | 
						|
								  box-sizing: border-box;
							 | 
						|
								  padding: 0 20rpx;
							 | 
						|
								  display: flex;
							 | 
						|
								  /* align-items: center; */
							 | 
						|
								  justify-content: space-between;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.banner-item .banner-content .title .title-text {
							 | 
						|
								  width: 75%;
							 | 
						|
								  /* height: 50rpx; */
							 | 
						|
								  color: #fff;
							 | 
						|
								  font-size: 26rpx;
							 | 
						|
								  /* line-height: 50rpx; */
							 | 
						|
								  overflow: hidden;
							 | 
						|
								  text-overflow: ellipsis;
							 | 
						|
								  white-space: nowrap;
							 | 
						|
								  margin-top: 10rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								/* 自定义轮播指示点样式 */
							 | 
						|
								
							 | 
						|
								.indication {
							 | 
						|
								  height: 70rpx;
							 | 
						|
								  display: flex;
							 | 
						|
								  position: absolute;
							 | 
						|
								  /* bottom: -2rpx; */
							 | 
						|
								  right: 20rpx;
							 | 
						|
								  flex-direction: row;
							 | 
						|
								  /* align-items: center; */
							 | 
						|
								  justify-content: center;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								/* 未选中指示点样式 */
							 | 
						|
								
							 | 
						|
								.spot {
							 | 
						|
								  width: 10rpx;
							 | 
						|
								  height: 10rpx;
							 | 
						|
								  border-radius: 50%;
							 | 
						|
								  margin-right: 10rpx;
							 | 
						|
								  background-color: #c6c6c8;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								/*选中指示样式 */
							 | 
						|
								
							 | 
						|
								.spot.active {
							 | 
						|
								  width: 10rpx;
							 | 
						|
								  height: 10rpx;
							 | 
						|
								  border-radius: 50%;
							 | 
						|
								  background-color: #fff;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								/* bannner *********** end */
							 | 
						|
								
							 | 
						|
								/* 新版通知 */
							 | 
						|
								
							 | 
						|
								.newnotice {
							 | 
						|
								  width: calc(100% - 88rpx);
							 | 
						|
								  height: 102rpx;
							 | 
						|
								  margin-left: 24rpx;
							 | 
						|
								  position: relative;
							 | 
						|
								  z-index: 888;
							 | 
						|
								  margin-top: -31rpx;
							 | 
						|
								  border-radius: 10rpx;
							 | 
						|
								  background: rgba(253, 253, 253, 1);
							 | 
						|
								  box-shadow: 0px 4px 29px 0px rgba(63, 63, 63, 0.1);
							 | 
						|
								  padding: 0 20rpx;
							 | 
						|
								  display: flex;
							 | 
						|
								  align-items: center;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.newnotice .image1 {
							 | 
						|
								  width: 46rpx;
							 | 
						|
								  height: 40rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.newnotice .image2 {
							 | 
						|
								  width: 174rpx;
							 | 
						|
								  height: 40rpx;
							 | 
						|
								  margin-left: 11rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.newnotice text {
							 | 
						|
								  font-size: 50rpx;
							 | 
						|
								  font-family: Impact;
							 | 
						|
								  font-weight: 400;
							 | 
						|
								  font-style: italic;
							 | 
						|
								  color: rgba(72, 72, 72, 1);
							 | 
						|
								  margin-left: 25rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								/* 通知  start*/
							 | 
						|
								
							 | 
						|
								.notice {
							 | 
						|
								  width: calc(100% - 88rpx);
							 | 
						|
								  height: 90rpx;
							 | 
						|
								  margin-left: 24rpx;
							 | 
						|
								  position: relative;
							 | 
						|
								  z-index: 888;
							 | 
						|
								  margin-top: -31rpx;
							 | 
						|
								  border-radius: 10rpx;
							 | 
						|
								  background: rgba(253, 253, 253, 1);
							 | 
						|
								  box-shadow: 0px 4px 29px 0px rgba(63, 63, 63, 0.1);
							 | 
						|
								  padding: 0 20rpx;
							 | 
						|
								  display: flex;
							 | 
						|
								  align-items: center;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.notice .left {
							 | 
						|
								  height: 28rpx;
							 | 
						|
								  width: calc(100% - 44rpx);
							 | 
						|
								  display: flex;
							 | 
						|
								  align-items: center;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.notice .left image {
							 | 
						|
								  height: 28rpx;
							 | 
						|
								  width: 62rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.notice .left .circle {
							 | 
						|
								  width: 8rpx;
							 | 
						|
								  height: 8rpx;
							 | 
						|
								  background: #666;
							 | 
						|
								  border-radius: 50%;
							 | 
						|
								  margin-left: 21rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.notice .left .notice-info {
							 | 
						|
								  height: 24rpx;
							 | 
						|
								  width: calc(100%-148rpx);
							 | 
						|
								  font-size: 24rpx;
							 | 
						|
								  font-weight: 500;
							 | 
						|
								  color: rgba(153, 153, 153, 1);
							 | 
						|
								  line-height: 24rpx;
							 | 
						|
								  margin-left: 22rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								/* 滚动start */
							 | 
						|
								
							 | 
						|
								.havenotice {
							 | 
						|
								  overflow: hidden;
							 | 
						|
								  display: flex;
							 | 
						|
								  justify-content: space-between;
							 | 
						|
								  align-items: center;
							 | 
						|
								  height: 100%;
							 | 
						|
								  width: calc(100%-148rpx);
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.notice-broadcast-content {
							 | 
						|
								  margin-left: 12rpx;
							 | 
						|
								  width: 85%;
							 | 
						|
								  height: 20px;
							 | 
						|
								  position: relative;
							 | 
						|
								  top: 1px;
							 | 
						|
								  overflow: hidden;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.notice_list {
							 | 
						|
								  width: 100%;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.li {
							 | 
						|
								  color: #333;
							 | 
						|
								  font-size: 28rpx;
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 40rpx;
							 | 
						|
								  line-height: 40rpx;
							 | 
						|
								  white-space: nowrap;
							 | 
						|
								  overflow: hidden;
							 | 
						|
								  text-overflow: ellipsis;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.notice-broadcast-more {
							 | 
						|
								  font-size: 28rpx;
							 | 
						|
								  font-weight: normal;
							 | 
						|
								  color: #ffa650;
							 | 
						|
								  margin-top: 16rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.nomorenotice {
							 | 
						|
								  color: #666;
							 | 
						|
								  margin-left: 14rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.swiperitem {
							 | 
						|
								  height: 100%;
							 | 
						|
								  line-height: 30rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.swiper-txt {
							 | 
						|
								  font-size: 28rpx;
							 | 
						|
								  color: #333;
							 | 
						|
								  line-height: 40rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.swiper-position {
							 | 
						|
								  position: absolute;
							 | 
						|
								  margin: -20rpx 0 0 20rpx;
							 | 
						|
								  width: calc(100% - 200rpx);
							 | 
						|
								  z-index: 2;
							 | 
						|
								  height: 46rpx;
							 | 
						|
								  overflow: hidden;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.swiperview .wx-swiper-dots {
							 | 
						|
								  display: none;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								/* 滚动end */
							 | 
						|
								
							 | 
						|
								.notice .right {
							 | 
						|
								  height: 32rpx;
							 | 
						|
								  width: 44rpx;
							 | 
						|
								  position: relative;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.notice .right image {
							 | 
						|
								  position: absolute;
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 100%;
							 | 
						|
								  left: 0px;
							 | 
						|
								  top: 0px;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.notice .right .name {
							 | 
						|
								  position: absolute;
							 | 
						|
								  text-align: center;
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 100%;
							 | 
						|
								  left: 0px;
							 | 
						|
								  top: 0px;
							 | 
						|
								  font-size: 22rpx;
							 | 
						|
								  font-weight: 500;
							 | 
						|
								  color: rgba(255, 255, 255, 1);
							 | 
						|
								  line-height: 32rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								/* 通知  end*/
							 | 
						|
								
							 | 
						|
								/* 我有事说新版 */
							 | 
						|
								
							 | 
						|
								.grid-all-new {
							 | 
						|
								  height: 278rpx;
							 | 
						|
								  width: calc(100% - 42rpx);
							 | 
						|
								  margin-top: 29rpx;
							 | 
						|
								  margin-left: 21rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.grid-all-new .weui-btn-left {
							 | 
						|
								  height: 100%;
							 | 
						|
								  width: 50%;
							 | 
						|
								  padding: 0;
							 | 
						|
								  border: none;
							 | 
						|
								  float: left;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.hover-btn {
							 | 
						|
								  box-shadow: 0 0 10rpx rgba(63, 63, 63, 0.1);
							 | 
						|
								  border: 1px solid #666;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.weui-btn-left+.weui-btn-left {
							 | 
						|
								  margin-top: 0 !important;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.grid-all-new .weui-btn-left image {
							 | 
						|
								  height: 100%;
							 | 
						|
								  width: 100%;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.grid-all-new .weui-btn-right {
							 | 
						|
								  height: 100%;
							 | 
						|
								  width: 50%;
							 | 
						|
								  float: left;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.grid-all-new .weui-btn-right .weui-btn-top {
							 | 
						|
								  height: 50%;
							 | 
						|
								  width: 100%;
							 | 
						|
								  padding: 0;
							 | 
						|
								  border: none;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.weui-btn-top+.weui-btn-top {
							 | 
						|
								  margin-top: 0 !important;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.grid-all-new .weui-btn-right .weui-btn-top image {
							 | 
						|
								  height: 100%;
							 | 
						|
								  width: 100%;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								/* 我有事说 */
							 | 
						|
								
							 | 
						|
								.grid-all {
							 | 
						|
								  height: 356rpx;
							 | 
						|
								  width: calc(100% - 54rpx);
							 | 
						|
								  margin-top: 29rpx;
							 | 
						|
								  margin-left: 27rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.grid-all .weui-btn {
							 | 
						|
								  height: 50%;
							 | 
						|
								  width: 50%;
							 | 
						|
								  padding: 0;
							 | 
						|
								  border: none;
							 | 
						|
								  float: left;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.hover-btn {
							 | 
						|
								  box-shadow: 0 0 10rpx rgba(63, 63, 63, 0.1);
							 | 
						|
								  border: 1px solid #666;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.weui-btn+.weui-btn {
							 | 
						|
								  margin-top: 0 !important;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.grid-all .weui-btn image {
							 | 
						|
								  height: 100%;
							 | 
						|
								  width: 100%;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								/* 我有事说 end*/
							 | 
						|
								
							 | 
						|
								/* 列表样式 */
							 | 
						|
								
							 | 
						|
								.list-all {
							 | 
						|
								  width: calc(100% - 48rpx);
							 | 
						|
								  margin-left: 21rpx;
							 | 
						|
								  margin-top: 50rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.list-all .list-item {
							 | 
						|
								  border-bottom: 1rpx solid #eaeaea;
							 | 
						|
								  padding: 41rpx 18rpx 31rpx 15rpx;
							 | 
						|
								  display: flex;
							 | 
						|
								  /* align-items: center; */
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.list-all .list-item:first-child {
							 | 
						|
								  border-top: 1rpx solid #eaeaea;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.list-all .list-item:last-child {
							 | 
						|
								  border-bottom: none;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.list-all .list-item .item-info {
							 | 
						|
								  width: calc(100% - 220rpx);
							 | 
						|
								  height: 146rpx;
							 | 
						|
								  position: relative;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.list-all .list-item .item-info .item-info-name {
							 | 
						|
								  width: calc(100% - 47rpx);
							 | 
						|
								  font-size: 32rpx;
							 | 
						|
								  font-weight: 500;
							 | 
						|
								  color: rgba(63, 63, 63, 1);
							 | 
						|
								  line-height: 50rpx;
							 | 
						|
								  display: -webkit-box;
							 | 
						|
								  -webkit-box-orient: vertical;
							 | 
						|
								  -webkit-line-clamp: 2;
							 | 
						|
								  overflow: hidden;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.list-all .list-item .item-info .item-info-time {
							 | 
						|
								  width: calc(100% - 23rpx);
							 | 
						|
								  height: 22rpx;
							 | 
						|
								  position: absolute;
							 | 
						|
								  bottom: 5rpx;
							 | 
						|
								  display: flex;
							 | 
						|
								  flex-direction: row;
							 | 
						|
								  justify-content: space-between;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.list-all .list-item .item-info .item-info-time text {
							 | 
						|
								  font-size: 22rpx;
							 | 
						|
								  font-weight: 500;
							 | 
						|
								  color: rgba(170, 170, 170, 1);
							 | 
						|
								  line-height: 22rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.list-all .list-item image {
							 | 
						|
								  width: 220rpx;
							 | 
						|
								  height: 146rpx;
							 | 
						|
								  border-radius: 10rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.list-all .list-item .label {
							 | 
						|
								  position: absolute;
							 | 
						|
								  z-index: 999;
							 | 
						|
								  width: 34rpx;
							 | 
						|
								  height: 34rpx;
							 | 
						|
								  right: 45rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.list-all .list-item .label image {
							 | 
						|
								  position: absolute;
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 100%;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.nomorenews {
							 | 
						|
								  display: flex;
							 | 
						|
								  justify-content: center;
							 | 
						|
								  align-items: center;
							 | 
						|
								  font-size: 28rpx;
							 | 
						|
								  color: #999;
							 | 
						|
								  padding: 20rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								/* 九宫格 */
							 | 
						|
								
							 | 
						|
								.grid-new {
							 | 
						|
								  width: 100%;
							 | 
						|
								  height: 174rpx;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.grid-new-item {
							 | 
						|
								  width: 25%;
							 | 
						|
								  height: 174rpx;
							 | 
						|
								  float: left;
							 | 
						|
								  /* display: flex;
							 | 
						|
								  justify-content: center; *//* align-items: center; */
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.grid-new-item .grid-new-text {
							 | 
						|
								  height: 48rpx;
							 | 
						|
								  width: 100%;
							 | 
						|
								  font-size: 28rpx;
							 | 
						|
								  line-height: 48rpx;
							 | 
						|
								  font-weight: 500;
							 | 
						|
								  color: rgba(63, 63, 63, 1);
							 | 
						|
								  text-align: center;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.grid-new-item .grid-new-btn {
							 | 
						|
								  height: 126rpx;
							 | 
						|
								  width: 126rpx;
							 | 
						|
								  padding: 0;
							 | 
						|
								  border: none;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.grid-new-btn+.grid-new-btn {
							 | 
						|
								  margin-top: 0 !important;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.grid-new-item .grid-new-btn image {
							 | 
						|
								  height: 100%;
							 | 
						|
								  width: 100%;
							 | 
						|
								}
							 | 
						|
								
							 |