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.
114 lines
2.1 KiB
114 lines
2.1 KiB
#invoice{
|
|
.header_box{
|
|
background-color: #FFFFFF;
|
|
border-radius: 4px;
|
|
margin: 15px;
|
|
.item{
|
|
//修改switch样式
|
|
.uni-switch-input{
|
|
width: 42px !important;
|
|
height: 20px !important;
|
|
}
|
|
.uni-switch-input::before {
|
|
width: 41px !important;
|
|
height: 20px !important;
|
|
}
|
|
|
|
.uni-switch-input::after {
|
|
width: 18px !important;
|
|
height: 18px !important;
|
|
}
|
|
|
|
display:flex;
|
|
align-items: center;
|
|
padding: 10px 25px 10px 20px;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
justify-content: space-between;
|
|
.input-box{
|
|
input{
|
|
text-align: right;
|
|
}
|
|
.input-placeholder{
|
|
color:#AAAAAA;
|
|
font-size: 13px;
|
|
}
|
|
|
|
}
|
|
.iconfont{
|
|
color: #C7C7CC;
|
|
font-size: 14px;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.conpany{
|
|
background-color: #FFFFFF;
|
|
.item{
|
|
display:flex;
|
|
align-items: center;
|
|
padding: 10px 25px 10px 20px;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
justify-content: space-between;
|
|
.input-box{
|
|
flex: 1;
|
|
input{
|
|
text-align: right;
|
|
&.input-placeholder{
|
|
color: #C0C0C0;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
radio .wx-radio-input{
|
|
border-radius: 100%;
|
|
background-color: #fff;
|
|
border: 1px solid #c1caca;
|
|
box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 -15px 10px -12px rgba(0,0,0,.05);
|
|
height: 14px;
|
|
width: 14px;
|
|
}
|
|
radio .wx-radio-input.wx-radio-input-checked::before{
|
|
border-radius: 100%;
|
|
background-color: #ff2741;
|
|
border: 3px solid #ff2741;
|
|
}
|
|
.content{
|
|
background-color: #FFFFFF;
|
|
margin-top:10px;
|
|
border-radius: 4px;
|
|
margin: 15px;
|
|
.detail{
|
|
padding: 10px 25px 10px 20px;
|
|
font-size: 14px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.tips{
|
|
font-size: 14px;
|
|
padding: 0 25px 0 20px;
|
|
}
|
|
}
|
|
.btn-box{
|
|
height: 50px;
|
|
line-height: 50px;
|
|
font-size: 16px;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
position: fixed;
|
|
bottom: 15px;
|
|
background-color:#ff2741;
|
|
left: 15px;
|
|
right: 15px;
|
|
}
|
|
|
|
}
|