UNPKG

2.47 kBSCSSView Raw
1@import "../node_modules/tinper-bee-core/scss/minxin-variables";
2@import "../node_modules/tinper-bee-core/scss/minxin-mixins";
3.u-form-item{
4 padding: 4px 10px;
5 min-height: 52px;
6 &.flex{
7 display: flex;
8 }
9 .u-label{
10 display: inline-block;
11 text-align: right;
12 padding-right: 12px;
13 color: $font-color-base;
14 font-size: 12px;
15 min-width: 96px;
16 &.line-height-32{
17 line-height: 32px;
18 }
19 }
20 .mast{
21 color: #f44336;
22 font-size: 12px;
23 padding: 0;
24 }
25 .error{
26 color: #f44336;
27 font-size: 12px;
28 padding-left: 12px;
29 &.line-height-32{
30 line-height: 32px;
31 }
32 .uf{
33 font-size: 12px;
34 padding: 0;
35 margin-right: 4px;
36 }
37 }
38 .u-form-control,.u-input-group .u-form-control,.u-select,.u-checkbox-group{
39 display: inline-block;
40 width: auto;
41 // min-width: 210px;
42 }
43 .datepicker-container,.calendar-picker{
44 display: inline-block;
45 }
46 textarea{
47 min-height: 80px;
48 }
49 .u-col-1, .u-col-2, .u-col-3, .u-col-4, .u-col-5, .u-col-6, .u-col-7, .u-col-8, .u-col-9, .u-col-10, .u-col-11, .u-col-12, .u-col-lg-1, .u-col-lg-2, .u-col-lg-3, .u-col-lg-4, .u-col-lg-5, .u-col-lg-6, .u-col-lg-7, .u-col-lg-8, .u-col-lg-9, .u-col-lg-10, .u-col-lg-11, .u-col-lg-12, .u-col-md-1, .u-col-md-2, .u-col-md-3, .u-col-md-4, .u-col-md-5, .u-col-md-6, .u-col-md-7, .u-col-md-8, .u-col-md-9, .u-col-md-10, .u-col-md-11, .u-col-md-12, .u-col-sm-1, .u-col-sm-2, .u-col-sm-3, .u-col-sm-4, .u-col-sm-5, .u-col-sm-6, .u-col-sm-7, .u-col-sm-8, .u-col-sm-9, .u-col-sm-10, .u-col-sm-11, .u-col-sm-12, .u-col-xs-1, .u-col-xs-2, .u-col-xs-3, .u-col-xs-4, .u-col-xs-5, .u-col-xs-6, .u-col-xs-7, .u-col-xs-8, .u-col-xs-9, .u-col-xs-10, .u-col-xs-11, .u-col-xs-12{
50 padding: 0;
51 .u-label{
52 width: 100%;
53 }
54 .u-form-control,.u-input-group .u-form-control,.u-select,.u-checkbox-group{
55 width: 100%;
56 }
57 }
58}
59.u-form-control{
60 &::-webkit-input-placeholder {
61 font-size: 12px;
62 }
63 &:-moz-placeholder {
64 font-size: 12px;
65 }
66 &::-moz-placeholder{
67 font-size: 12px;
68 }
69 &:-ms-input-placeholder{
70 font-size: 12px;
71 }
72}
73.text-algin-center{
74 text-align: center;
75}
\No newline at end of file