纸通宝商家版本的小程序,原生微信开发。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

94 lines
1.3 KiB

.margin-top {
margin-top: 18rpx;
}
.grid{
flex: 1;
}
.cate-list {
margin: 24rpx 30rpx;
border: 1rpx solid #f3f3f3;
}
.cate-header {
min-height: 80rpx;
background-color: #f3f3f3;
padding: 0rpx 30rpx;
}
.cate-paper {
height: 100rpx;
border-bottom: 1rpx solid #f3f3f3;
}
.textarea{
width:100%;
height:80px;
padding: 12rpx;
font-size: 14px;
border: 1rpx solid #f3f3f3;
}
.bg-blue{
color: #FFFFFF;
background-color: #008AFF;
}
.dialog-input {
padding:0rpx 16rpx;
border:1rpx solid #eee;
height:80rpx;
margin:64rpx
}
.round{
width: 44rpx;
height: 44rpx;
}
.popup-evaluation__bg {
background: rgba(0, 0, 0, 0.2);
position: fixed;
left: 0;
right: 0;
top: 100%;
z-index: 66;
opacity: 0;
min-height: 100vh;
}
.popup-evaluation-wrap {
box-sizing: border-box;
background: #fff;
position: absolute;
top: 100%;
/* transition: .15s; */
width: 100%;
display: flex;
flex-direction: column;
}
/* 修复ios的padding bug 注:苹果手机中textarea自带会带"填充"且是小值为12 start */
.textatrea_ios_bug {
padding: 4rpx;
}
/* 获取焦点时的样式 start */
.is__show {
top:0;
opacity: 1;
/* transition: .35s; */
}
.step-dot{
height: 40rpx;
width: 40rpx;
line-height: 40rpx;
text-align: center;
font-size: 24rpx;
color: #fff;
background-color: #008AFF;
border-radius: 50%;
}