addrecord.wxss 2.5 KB
/* pages/addrecord/addrecord.wxss */
page{
 padding:0 0 134rpx 0;
}
.top_tip{
  margin:30rpx 30rpx 0 30rpx;
  border:#FD943A 2rpx dashed;
  border-radius: 5rpx;
  padding:20rpx;
  color:#FD943A;
  font-size:28rpx;
}
.user_name{
  background-color: #fafafa;
  padding:20rpx 30rpx;
  color: #999;
  font-size: 28rpx;
}
.record_main{
  margin: 0 30rpx;
}
.record_txt{
  color:#999;
  padding:24rpx 0 0 0;
  font-size:28rpx;
}
.input_box{
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#000;
  font-size:34rpx;
  padding:20rpx 0;
  border-bottom:1rpx solid #eee;
}
.input_cell{
 font-size:28rpx;
}
.input_cell input{
  text-align: right;
  padding:0 10rpx 0 0;
  color:#E88686;
  font-size:34rpx;
  flex: 1;

}
.input_cell{
 
 text-align: right;
 flex: 1;
 display: flex;
 justify-content: flex-end;
 align-items: center;
 color:#999;
 font-size:34rpx;
}
.placeholderStyle{
 font-size:30rpx;
 color: #ccc;
}
.upimgbox{
 margin: 30rpx 0 20rpx 0;
 border:1rpx solid #e5e5e5;
 border-radius: 5rpx;
 padding:30rpx 30rpx 40rpx 30rpx;
 color:#999;
 font-size:34rpx;
}
.upitem{
 display: flex;
 align-items: center;
 flex-wrap:wrap;
 margin-top: 30rpx;
}
.upbox{
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 0 20rpx 20rpx 0;
 width:120rpx;
 height: 120rpx;
 border:#e5e5e5 1rpx solid;
}
.upbox image{
 width:100%;
 height: 100%;
}
.up_colse{
 position: absolute;
 top:-15rpx;
 right:-5rpx;
 width: 40rpx;
 height: 40rpx;
 border-radius: 50%;
 overflow: hidden;
 z-index:10;
 background: #fff;
}
.up_colse image{
 display: block;
 width:100%;
 height:100%;
}
.up_txt{
 flex: 1;
}
.bt_bg{
  background: #FFF;
  position: fixed;
  height: 140rpx;
  bottom: 0;
  left: 0;
  width: 100%;
}
.btn{
 position: fixed;
 margin: 20rpx 30rpx 0 30rpx;
 bottom:20rpx;
 width:93%;
 left:0;
 height: 94rpx;
 line-height: 94rpx;
 text-align: center;
 color:#fff;
 font-size:36rpx;
 background-color: #3AA0EA;
 border-radius: 46rpx;
 z-index:300;
}
.btn form{
 position: absolute;
 top:0;
 left:0;
 width: 100%;
 height: 100%;
 z-index:100;
}
.btn form button{
 text-align: center;
 position: absolute;
 top:0;
 left:0;
 width: 100%;
 height: 100%;
 background: #3AA0EA;
 color:#fff;
  font-size:36rpx;
}
.btn:active{
 opacity: 0.7;
}
.drug_input input{
 color:#999;
 font-size:34rpx;
}
.drug_input_pla{
  color:#999;
 font-size:34rpx;
}
.cell_txt{
 font-size:34rpx;
}
.upimgbox textarea{
 height: 130rpx;
 width:100%;
}
.text_class{
 color:#B2B2B2;
 font-size:34rpx;
}
.button-hover {
color:#fff;
background-color:#3AA0EA;

}