|
@@ -20,6 +20,9 @@
|
|
item:{
|
|
item:{
|
|
default:''
|
|
default:''
|
|
},
|
|
},
|
|
|
|
+ num:{
|
|
|
|
+ default:-1
|
|
|
|
+ },
|
|
slide:{
|
|
slide:{
|
|
default:false,
|
|
default:false,
|
|
type:Boolean
|
|
type:Boolean
|
|
@@ -88,21 +91,20 @@
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
@import '../less/base.less';
|
|
@import '../less/base.less';
|
|
.inp-wrap{
|
|
.inp-wrap{
|
|
- .bgques;
|
|
|
|
- padding-bottom: 0;
|
|
|
|
|
|
+ display: block;
|
|
|
|
+ position: fixed;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ width: 100%;
|
|
|
|
+ padding:0.12rem 0 0;
|
|
|
|
+ text-align:center;
|
|
input{
|
|
input{
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 92%;
|
|
color: #colors[theme];
|
|
color: #colors[theme];
|
|
font-size: .3rem;
|
|
font-size: .3rem;
|
|
- border: 0 none;
|
|
|
|
- border-bottom: 1px solid #DFE0E4;
|
|
|
|
- margin-bottom: .3rem;
|
|
|
|
- border-radius: 0;
|
|
|
|
|
|
+ border-bottom: 1px solid #e6e6e6;
|
|
outline-color: invert;
|
|
outline-color: invert;
|
|
padding-left: 0.1rem;
|
|
padding-left: 0.1rem;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- // background: #fff;
|
|
|
|
- background: transparent;
|
|
|
|
}
|
|
}
|
|
.change{
|
|
.change{
|
|
border-color: #colors[theme];
|
|
border-color: #colors[theme];
|