addkehu.wxss 3.0 KB
page {
  background: #f5f5fa;
  padding: 34rpx 23rpx;
  box-sizing: border-box;
}

.tianjiakehu {
  color: #141414;
  font-size: 40rpx;
  font-weight: bold;
}

.kehubox {
  width: 702rpx;
  border-radius: 28rpx;
  padding: 0 23rpx;
  box-sizing: border-box;
  background: #fff;
  margin-top: 30rpx;
}

.kehuitem {
  padding: 28rpx 0;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}

.diquitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.diqusel {
  color: #9e9e9e;
  font-size: 28rpx;
}

.diquright {
  display: flex;
  align-items: center;
}

.selectdiqu {
  font-size: 24rpx;
  margin-right: 21rpx;
}

.all {
  color: #141414;
  font-size: 24rpx;
  margin-right: 21rpx;
}

.selcity {
  display: flex;
  align-items: center;
  margin-right: 21rpx;
  padding: 0 17rpx;
  box-sizing: border-box;
  border: 1rpx solid #9e9e9e;
  border-radius: 17rpx;
  color: #141414;
}

.selimg {
  width: 18rpx;
  height: 15rpx;
  font-size: 0;
}

.quan {
  display: flex;
  align-items: center;
  padding: 0 15rpx;
  box-sizing: border-box;
  border: 1rpx solid #9e9e9e;
  border-radius: 17rpx;
}

.shezhiimg {
  width: 70rpx;
  height: 68rpx;
  font-size: 0;
}

.shezhimoren {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8rpx 23rpx;
  box-sizing: border-box;
  background: #fff;
  margin-top: 38rpx;
  border-radius: 28rpx;
}

/* 发票信息 */

.fapiaoinfo {
  width: 702rpx;
  height: 407rpx;
  border-radius: 28rpx;
  margin: 53rpx auto 0;
  background: #fff;
  padding: 36rpx 42rpx;
  box-sizing: border-box;
}

.fapiaoinfo {
  color: #141414;
  font-size: 32rpx;
}

.taitouimg {
  width: 14rpx;
  height: 14rpx;
  font-size: 0;
}

.taitouleixing {
  display: flex;
  align-items: center;
  margin-top: 21rpx;
}

.infoitem {
  display: flex;
  align-items: center;
  margin-left: 39rpx;
}

.infoleft {
  color: #9e9e9e;
  font-size: 28rpx;
}

.qiyedanwei {
  color: #141414;
  font-size: 28rpx;
  margin-left: 10rpx;
}

.fapiaotai {
  width:140rpx;
  color: #9e9e9e;
  font-size: 28rpx;
  margin-top: 21rpx;
}

.zongjine {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fapiaoword {
  color: #141414;
  font-size: 28rpx;
}

.zongjine {
  color: #9e9e9e;
  font-size: 28rpx;
  margin-top: 10rpx;
}

.fapiaotaitouhead {
  display: flex;
  align-items: center;
}

.fapiaotaienter {
  width: 400rpx;
  margin-left: 20rpx;
  margin-top: 21rpx;
  color: #9e9e9e;
  font-size: 28rpx;
}
.shurufa{
  color: #9e9e9e;
  font-size: 28rpx;
}
.kehutian{
  display:flex;
  align-items: center;
  border-bottom:1rpx solid #f5f5f5;
  padding: 25rpx 0;
  box-sizing: border-box
}
.ming{
  margin-top:0
}
.quding{
  width:686rpx;
  height:88rpx;
  background: #2781FB;
  color:#fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 88rpx;
  margin:40rpx auto 0;
  border-radius: 20rpx;
}
.zongjineright{
  color:#2781FB;
  font-size: 28rpx;
}
.kehuact{
  position: relative
}
.kehuact::after{
  display:block;
  content:'*';
  position: absolute;
  top:0;
  right:-18rpx;
  color:#DA0000;
}