|
|
@@ -1282,14 +1282,18 @@ button {
|
|
|
.uni-select,
|
|
|
.uni-combox,
|
|
|
.uni-easyinput__content,
|
|
|
- .cwg-combox,
|
|
|
+ //.cwg-combox,
|
|
|
.uni-date-editor--x {
|
|
|
- height: 1.6rem!important;
|
|
|
+ padding: 0.5rem 0;
|
|
|
+ height: 3rem!important;
|
|
|
//border: none !important;
|
|
|
border-radius: px2rpx(8);
|
|
|
background-color: transparent !important;
|
|
|
|
|
|
}
|
|
|
+ .cwg-combox{
|
|
|
+ background-color: transparent !important;
|
|
|
+ }
|
|
|
.code{
|
|
|
.uni-easyinput__content{
|
|
|
border-radius: px2rpx(8) 0 0 px2rpx(8);
|
|
|
@@ -1320,13 +1324,13 @@ button {
|
|
|
.btn-code {
|
|
|
//margin-left: -10px;
|
|
|
width: 120px;
|
|
|
- height: px2rpx(51);
|
|
|
+ height: 3rem;
|
|
|
box-sizing: border-box;
|
|
|
background-color: #102047;
|
|
|
//border: 1px solid rgb(229, 229, 229);
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
- line-height: px2rpx(51);
|
|
|
+ line-height: 3rem;
|
|
|
border-radius: 0 25px 25px 0;
|
|
|
cursor: pointer;
|
|
|
font-size: 14px;
|