template.wxss 1.0 KB
.tem_mask{
 position: fixed;
 top:0;
 left:0;
 width:100%;
 height: 100%;
 background: rgba(0,0,0,0.6);
 z-index:1000;
 
}
.title_sd{
 font-size: 30rpx;
}
.tem_mian{
 position: absolute;
 left:50%;
 transform: translateX(-50%);
 bottom:7%;
 margin: 0 auto;
 width:600rpx;
 padding:30rpx;
 background: #17b3f0;
 font-size: 28rpx;
  color: #000;
  border-radius: 20rpx;
}
.list_content {
font-size:28rpx;
color:#fff;

}
.content_list {
margin-top:15rpx;
}
.list_input {
width:610rpx;
height:60rpx;
border:1rpx solid rgba(255, 255, 255, 1);
border-radius:10rpx;
margin-top:23rpx;
padding:0 10rpx;
}
.list_btn_a {

height:80rpx;
text-align: center;
line-height: 80rpx;
font-size:36rpx;
color:#fff;
background:rgba(173, 232, 255, 0.69);
border-radius:10rpx;
display:flex;
align-items:center;
justify-content:center;
margin-top:10rpx;
margin-bottom:20rpx;
}
.list_input {
width:95% !important;
height:60rpx;
border:1rpx solid rgba(255, 255, 255, 1);
border-radius:10rpx;
margin-top:23rpx;
padding:0 10rpx;

}
.mini_sd{
 font-size: 24rpx;
 margin: 20rpx 0 0 0;
}