stageofpregnancy.wxss 1.1 KB
@import '../nochildren/nochildren.wxss';
page{
  background: #fff;
}
.word{
  margin-top:57rpx;
}
.said{
  color:#292525;
  font-size: 32rpx;
  font-weight: bold;
  text-align: center;
}
.provid{
  color:#292525;
  font-size: 26rpx;
  text-align: center;
  margin-top: 8rpx
}
/* 轮播图 */

.swiper_box .swiper {
  width: 100%;
  height: 555rpx;
}

.banner_img {
  margin: 0 10rpx;
  position: absolute;
  width: 650rpx;
  height: 384rpx;
  border-radius: 15rpx;
  z-index: 5;
  /* opacity: 0.7; */
  top: 13%;
  box-shadow:0rpx 15rpx 30rpx 0rpx rgba(235,235,235,1);
}

.img_style {
  z-index: 10;
  width: 390rpx;
  height: 464rpx;
  top: 7%;
  left:9%;
  transition: all 0.2s ease-in 0s;
  margin:0 auto;
  box-shadow:0rpx 15rpx 30rpx 0rpx
  rgba(235,235,235,1);
}


.dots{
  /* width: 156rpx; */
  height: 36rpx;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 154rpx;
}
/*未选中时的小圆点样式 */
.dot{
  color:#292525;
  font-size: 32rpx;
}
/*选中以后的小圆点样式  */
.active{
 color:#292525;
 font-size: 36rpx;
 font-weight: bold;
}