contactUs.wxss 694 字节

.container{
  width: 750rpx;
  display: flex;
  flex-flow: column;
}
.top{
  width: 750rpx;
  height: 422rpx;
  display: flex;
}
.top image{
  width: 100%;
  height: 100%;
}
.bottom{
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  padding: 50rpx 30rpx 50rpx 32rpx;
}
.bottom_title{

  font-size:34rpx;
  font-family:汉真广标;
  font-weight:400;
  color:rgba(110,172,61,1);
  opacity:1;
}
.bottom_text{
  margin-top: 22rpx;
  font-size:24rpx;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(102,102,102,1);
  opacity:1;
}
.bottom_tel{
  margin-top: 18rpx;
  font-size:28rpx;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(51,51,51,1);
  opacity:1;
}