WeChatCulum.wxss 1.5 KB
/* pages/cityWide/WeChatCulum/WeChatCulum.wxss */
page{
  background: #FD8779;
}
.culum_menu{
  position: relative;
}
.culum_img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 686rpx;
  height: 555rpx;
  margin: 0 auto;
  z-index: 5;
}
.culum_img image{
  width: 100%;
  height: 100%;
}
.culum_box{
  position: relative;
  padding-top: 16rpx;
  z-index: 10;
}
.culum_txt{
  padding-top: 22rpx;
  padding-bottom: 62rpx;
  color: #292525;
  font-size: 30rpx;
  text-align: center;
}
.culum_num{
  padding-bottom: 20rpx;
  color: #FD8779;
  font-size: 64rpx;
  font-weight: bold;
  text-align: center;
}
.culum_word{
  padding-bottom: 52rpx;
  color: #292525;
  font-size: 24rpx;
  text-align: center;
}
.culum_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300rpx;
  height: 80rpx;
  margin: 0 auto;
  color: #fff;
  font-size: 32rpx;
  border-radius: 40rpx;
  background:linear-gradient(0deg,rgba(255,135,177,1),rgba(255,171,200,1));
  box-shadow:0rpx 8rpx 16rpx 0rpx rgba(255,168,198,1);  
}
.culum_pic{
  width: 80rpx;
  height: 80rpx;
  margin: 0 auto;
  border-radius: 50%;
}
.culum_pic image{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.culum_code{
  width: 280rpx;
  height: 280rpx;
  margin: 132rpx auto 26rpx;
}
.culum_code image{
  width: 100%;
  height: 100%;
}
.culum_con{
  width:656rpx;
  margin:0 auto;
  color: #fff;
  font-size: 28rpx;
  line-height: 44rpx;
  text-align: center;
}
/* .addtype{
  text-align: left
} */