questionnaireWeight.css 1.48 KB
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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
html,body {
  height: 100%;
  width: 100%;
  background-color: #fff;
}
#content{
  width: 100%;
  height: 100%;
}
#content img {
  width: 100%;
  height:100%;
}
.strip-line{
  background-color: #F6F6FC;
  height: .2rem;
  width: 100%;
}
.content_body{
  padding: 0 .48rem;
}
.content_body input{
  height: .76rem;
  background-color: #F9F9F9;
}
.content_footer{
  position: fixed;
  bottom:0;
  height: 1.2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 10;
}
input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #aab2bd;
    /* placeholder字体大小  */
    font-size: .28rem;
    /* placeholder位置  */
    text-align: left;
}
input{
  outline: none;
  border: 0px!important;
}
.content_body_title{
  width: 100%;
  padding: .24rem 0;
  border-bottom:.01rem solid #F2F2F2;
  font-size:.36rem;
  font-family:PingFangSC-Semibold,PingFang SC;
  font-weight:600;
  color:rgba(53,53,76,1);
}
 #text_red{
  color:rgba(244,94,25,1);
  padding-right: .1rem; 
}
.content_body_weight{
  margin-top: .2rem;
}
.content_body_weight,.content_body_height{
  display: block;
  padding: .24rem 0;
  font-size:.32rem;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color: #262626;
}
.next{
  position: absolute;
  bottom: .32rem;
  left: 50%;
  transform: translateX(-50%);
  height: .88rem;
  width: 6.86rem;
  font-size: .36rem;
  background-color: #2CBCA0;
  color:#fff;
  border: 0;
  outline: none;
}