nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* dojox.mobile.ValuePicker */
.mblValuePicker {
  height: 126px;
}
/* dojox.mobile.ValuePickerSlot */
.mblValuePicker > .mblValuePickerSlot {
    float: left;
    .mblValuePickerSlot-style;
}
.mblValuePickerSlotButton {
    position: relative;
    height: 38px;
    .mbl-value-picker-slot-button-background-image();
}
.mblValuePickerSlotPlusButton {
    border-top-left-radius: @mbl-value-picker-slot-button-radius;
    border-top-right-radius: @mbl-value-picker-slot-button-radius;
}
 
.mblValuePickerSlotMinusButton {
    border-bottom-left-radius: @mbl-value-picker-slot-button-radius;
    border-bottom-right-radius: @mbl-value-picker-slot-button-radius;
}
 
.mblValuePickerSlotButtonSelected {
    .default-button-selected-background-image();
}
.mblValuePickerSlotIcon {
    top: 5px;
    margin: 0 auto;
}
.mblValuePickerSlotInputArea {
    position: relative;
    height: 48px;
    border-top: 1px solid #7b797b;
    border-bottom: 1px solid #c6c3c6;
    .mbl-value-picker-slot-input-area-background-image();
}
.mblValuePickerSlotInput {
    display: block;
    width: 90%;
    height: 90%;
    margin: 5% auto;
    padding: 0;
    text-align: center;
    border-style: none;
    background-color: transparent;
    .mblValuePickerSlot-input-style;
}
 
/* dojox.mobile.ValuePickerTimePicker */
.mblValuePickerTimePicker > .mblToolBarButton {
    top: 45px;
}