refuseTips.css 924 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
html,body{
  height: 100%;
  width: 100%;
}
#tip_content{
  position: relative;
  height: 100%;
  width: 100%;
}
.tip_img{
  position: absolute;
  bottom:8.9rem;
  left:50%;
  transform: translateX(-50%);
  height: 1.96rem;
  width: 1.96rem;
}
.tip_img img {
  height: 100%;
  width: 100%;
}
.tip_text{
  position: absolute;
  bottom: 7.06rem;
  left: 50%;
  transform: translateX(-50%);
  height: 1.12rem;
  width: 2.8rem;
  font-size:.4rem;
  font-family:PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(53,53,76,1);
  line-height:.56rem;
  text-align: center;
}
.tip_contact_service{
  position: absolute;
  bottom: .32rem;
  left: 50%;
  transform: translateX(-50%);
  width:5.5rem;
  height:.28rem;
  font-size:.28rem;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:.28rem;
  text-align: center;
}
.tip_contact_service_text{
  color: #31BEA3;
}