tijiao
This commit is contained in:
80
unpackage/dist/dev/mp-weixin/pages/component/input/input.wxss
vendored
Normal file
80
unpackage/dist/dev/mp-weixin/pages/component/input/input.wxss
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
|
||||
.nvue-page-root.data-v-60ef770a {
|
||||
background-color: #f8f8f8;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.page-title.data-v-60ef770a {
|
||||
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-webkit-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-webkit-box-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
justify-content: center;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
padding: 35rpx;
|
||||
}
|
||||
.page-title__wrapper.data-v-60ef770a {
|
||||
padding: 0px 20px;
|
||||
border-bottom-color: #d8d8d8;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
.page-title__text.data-v-60ef770a {
|
||||
font-size: 16px;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
color: #bebebe;
|
||||
}
|
||||
.title.data-v-60ef770a {
|
||||
padding: 5px 13px;
|
||||
}
|
||||
.uni-form-item__title.data-v-60ef770a {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.uni-input-wrapper.data-v-60ef770a {
|
||||
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
|
||||
padding: 8px 13px;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-webkit-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-webkit-flex-wrap: nowrap;
|
||||
flex-wrap: nowrap;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.uni-input.data-v-60ef770a {
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
font-size: 15px;
|
||||
padding: 0px;
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-flex: 1;
|
||||
flex: 1;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.uni-icon.data-v-60ef770a {
|
||||
font-family: uniicons;
|
||||
font-size: 24px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
color: #999999;
|
||||
}
|
||||
.uni-eye-active.data-v-60ef770a {
|
||||
color: #007aff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user