server_1.wxss 1.5 KB

page{
  background: #F7F7F7;
}

.container{
  width: 750rpx;
  display: flex;
  flex-flow: column;
}
.top{
  width: 100%;
  height: 200rpx;
  background: #169BD5;
  position: relative;
}
.top_item{
  width:688rpx;
  height:240rpx;
  background:rgba(255,255,255,1);
  box-shadow:0px 6rpx 40rpx rgba(0,34,255,0.08);
  opacity:1;
  border-radius:8rpx; 
  /* margin-top: 100rpx */
  position: absolute;
  top: 50rpx;
  left: 31rpx;
  display: flex;
  box-sizing: border-box;
  padding: 48rpx 32rpx;
}
.top_item_left{
  width:112rpx;
  height:112rpx;
  background:rgba(0,0,0,0);
  border-radius:50%;
  opacity:1;
  display: flex;
}
.top_item_left image{
  width: 100%;
  height: 100%;
}
.top_item_right{
  display: flex;
  flex-flow: column;
  margin-left: 16rpx;
}
.top_item_right_top{
  margin-top: 14rpx;
  font-size:32rpx;
  font-family:PingFang SC;
  font-weight:600;
  line-height:44rpx;
  color:rgba(51,51,51,1);
  opacity:1;
}
.top_item_right_bottom{
  margin-top: 18rpx;
  width:160rpx;
  height:40rpx;
  background:rgba(22,155,213,0.2);
  /* opacity:0.2; */
  border-radius:24rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_item_right_bottom_pic{
  width: 20rpx;
  height: 24rpx;
  display: flex;
}
.top_item_right_bottom_pic image{
  width: 100%;
  height: 100%;
}
.top_item_right_bottom_name{
  margin-left: 15rpx;
  font-size:22rpx;
  font-family:PingFang SC;
  font-weight:400;
  line-height:32rpx;
  color:rgba(22,155,213,1);
  opacity:1;
  z-index: 999
}