serviceexperience.wxss 1.6 KB
.experiencetop {
  width: 750rpx;
  height: 492rpx;
  font-size: 0;
}

image {
  width: 100%;
  height: 100%;
}

.share {
  width: 52rpx;
  height: 52rpx;
  font-size: 0;
  position: absolute;
  top: 12rpx;
  right: 36rpx;
}

.servicetext {
  color: #fff;
  font-size: 28rpx;
  position: absolute;
  top: 98rpx;
  left: 32rpx;
  line-height: 1.5;
}

.serviceboxtext {
  color: #06121e;
  font-size: 40rpx;
  text-align: center;
  font-weight: bold;
  margin-top: 42rpx;
}

.servicebox {
  width: 686rpx;
  height: 748rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
  opacity: 1;
  position: absolute;
  bottom: 65rpx;
  left: 32rpx;
}

.servicelsit {
  padding: 0 84rpx;
  box-sizing: border-box;
}

.servicelistitem {
  display: flex;
  align-items: center;
  margin-top: 56rpx;
  padding-bottom: 8rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}

.servicelsitleft {
  width: 56rpx;
  height: 56rpx;
  font-size: 0;
}

.servicelistright {
  width: 389rpx;
  color: #bdc4ce;
  font-size: 28rpx;
  margin-left: 50rpx;
}

.entertext {
  color: #bdc4ce;
  font-size: 28rpx;
}

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

.rightword {
  color: #bdc4ce;
  font-size: 28rpx;
}

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

.queren {
  width: 516rpx;
  height: 80rpx;
  background: rgba(39, 53, 116, 1);
  box-shadow: 0rpx 6rpx 6rpx rgba(0, 0, 0, 0.16);
  opacity: 1;
  color:#fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 80rpx;
  margin-top:50rpx;
}