No Description

details.css 741B

12345678
  1. body{min-height:100vh;}
  2. em{font-style: normal;}
  3. .container{width: 100%;}
  4. .header{width: 100%;background:-webkit-linear-gradient(-112.5deg, rgba(250,42,55,1), rgba(252,113,35,1));background:-moz-linear-gradient(-112.5deg, rgba(250,42,55,1), rgba(252,113,35,1));background:-o-linear-gradient(-112.5deg, rgba(250,42,55,1), rgba(252,113,35,1));background:linear-gradient(-112.5deg, rgba(250,42,55,1), rgba(252,113,35,1));}
  5. .header .top{font-size:0.18rem;color:#fff;padding-top:0.08rem;padding-bottom:0.11rem;text-align: center;}
  6. .details{padding: 0 0.15rem;}
  7. .details .item{font-size:0.16rem;height: 0.41rem;line-height: 0.41rem;color: #999999;border-bottom: 0.01rem solid #979797;}
  8. .details .item em{display: block;float: right;color: #333333;}