huanbangshouji.wxss 1.1 KB
page{
  background: #F2F2F2
}
.bangshouji{
  width:540rpx;
  height:120rpx;
  background: #fff;
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin:165rpx auto 0;
  padding: 0 30rpx;
  box-sizing: border-box
}
.huanbangleft{
  color:#1A1A1A;
  font-size: 30rpx;
  width:318rpx;

}
.huanbangright{
  color:#E81825;
  font-size: 24rpx;
  position: relative;
  border-left:1rpx solid #ccc;
  padding-left: 33rpx;
  

}
/* .huanbangright::after{
  content:'';
  display:block;
  width:4rpx;
  height:32rpx;
  background:#ccc;
  position: absolute;
  top:0;
  left:-33rpx; */

   /* content: "";
  display: block;
  position: absolute;
  bottom: -10rpx;
  width:36rpx;
  height: 6rpx;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #FD8779; */
/* } */

.enteryan{
  margin-top:32rpx;
  color:#1A1A1A;
  font-size: 30rpx;
}
.sub_btn{
  width: 540rpx;
  height: 100rpx;
  background: #CCC;
  font-size: 30rpx;
  margin: 0 auto;
  margin-top: 130rpx;
  color: #FFF;
  border-radius: 50rpx;
  align-items: center;
  display: flex;
  justify-content: center;
}
.sub_btn.active{
  background: #E81825;
}