buyCard.wxss 1.4 KB
/* pages/buyCard/buyCard.wxss */
@import '../groupBuy/groupBuy.wxss';
@import '../charge/charge.wxss';
.long_img{
  width: 100%;
  min-height: 1500rpx;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.long_img .title {
  color: #666666;
  font-size: 30rpx;
  margin: 32rpx;
}
.bg {
  width: 90%;
  flex: 1;
  background-image: url('https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1544071979008&di=b42f6a2bbd46902841d0c060ac144d15&imgtype=jpg&src=http%3A%2F%2Fimg1.imgtn.bdimg.com%2Fit%2Fu%3D3708452181%2C3226163538%26fm%3D214%26gp%3D0.jpg');
  -webkit-background-size: cover;
  background-size: cover;
}
.long_img .image {
  width: 100%;
  min-height: 1500rpx;
  overflow-y: scroll;
  display: -webkit-box;
  -webkit-overflow-scrolling: touch;
}
.long_img image {
  width: 100%;
  min-height: 1500rpx;
  flex:1;
}
.list_input {
  height: 50rpx;
  line-height: 50rpx;
}
.list_input picker, .tips {
  width: 65%;
}
.list_input picker input, .list_input picker .text{
  height: 50rpx;
  font-size: 32rpx;
}
.tips {
  font-size: 32rpx;
  height: 50rpx;
  color: #cccccc;
}
.icon-xuanze1 {
  font-size:24rpx;
  margin-right:18rpx;
}
.add_person_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20rpx;
  background: #fff;
}
.service_btn_box{
  font-size: 30rpx;
  color: #6E6E6E;
}
.pay_btn {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.pay_btn::after {
  border: 0;
}