qiyedetail.wxss 943 字节
/**index.wxss**/

page {
  height: 100%;
}

.container {
  width: 750rpx;
  height: 382rpx;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

ec-canvas {
  width: 100%;
  height: 100%;
}

.coint {
  color: #ff9400ff;
  text-align: center;
  margin-top: 77rpx;
}

.zonghe {
  color: #ff9400ff;
  font-size: 30rpx;
  text-align: center;
}

.cointleft {
  font-size: 80rpx;
}

.cointword {
  font-size: 30rpx;
}

.xian {
  width: 750rpx;
  height: 16rpx;
  background: #F4F4F4;
  opacity: 1;
  margin-top:70rpx;
}
.middle{
  padding: 48rpx 32rpx;
  box-sizing: border-box;
  border-bottom:16rpx solid #F4F4F4
}
.companyname{
  color:#333333;
  font-size: 34rpx;
  font-weight: bold
}
.middlelist{
  display:flex;
  align-items: center;
  margin-top:26rpx;

}
.middleitemleft{
  width:168rpx;
  color:#777777;
  font-size: 28rpx;
}
.middleitemright{
  color:#777777;
  font-size: 28rpx;
  margin-left:24rpx;
}