97 lines
2.1 KiB
Plaintext
97 lines
2.1 KiB
Plaintext
@charset "UTF-8";
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
/* uni.scss */
|
|
.nav-bar.data-v-02eb9186 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
margin-top: 30px;
|
|
padding-top: 20px;
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px solid #dfdfdf;
|
|
box-shadow: 0 5px 10px -8px #dfdfdf inset;
|
|
}
|
|
.search-box.data-v-02eb9186 {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.search-box .search-item.data-v-02eb9186 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-top: 20px;
|
|
width: 90%;
|
|
padding: 5px;
|
|
height: 30px;
|
|
background-color: #dddddd;
|
|
border-radius: 5px;
|
|
}
|
|
.time-select.data-v-02eb9186 {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.time-select .noClick.data-v-02eb9186 {
|
|
pointer-events: initial;
|
|
}
|
|
.time-select .jiangyu.data-v-02eb9186, .time-select .rain-time.data-v-02eb9186 {
|
|
display: flex;
|
|
-webkit-column-gap: 5px;
|
|
column-gap: 5px;
|
|
margin-right: 20px;
|
|
}
|
|
.time-select .jiangyu.data-v-02eb9186 {
|
|
position: relative;
|
|
}
|
|
.time-select .jiangyu .jiangyu-dropdown.data-v-02eb9186 {
|
|
position: absolute;
|
|
background-color: #fff;
|
|
width: 100vw;
|
|
left: -72px;
|
|
top: 35px;
|
|
}
|
|
.time-select .jiangyu .jiangyu-dropdown .active.data-v-02eb9186 {
|
|
color: #02a7f0;
|
|
}
|
|
.time-select .jiangyu .jiangyu-dropdown view.data-v-02eb9186 {
|
|
margin-top: 10px;
|
|
}
|
|
.time-select .rain-time.data-v-02eb9186 {
|
|
position: relative;
|
|
}
|
|
.time-select .rain-time .rain-time-dropdown.data-v-02eb9186 {
|
|
position: absolute;
|
|
background-color: #fff;
|
|
width: 100vw;
|
|
left: -230px;
|
|
top: 35px;
|
|
}
|
|
.time-select .rain-time .rain-time-dropdown .active.data-v-02eb9186 {
|
|
color: #02a7f0;
|
|
}
|
|
.time-select .rain-time .rain-time-dropdown view.data-v-02eb9186 {
|
|
margin-top: 10px;
|
|
}
|
|
.first-btn.data-v-02eb9186 {
|
|
margin-right: 5px;
|
|
background-color: #f2f2f2;
|
|
}
|
|
.second-btn.data-v-02eb9186 {
|
|
background-color: #f2f2f2;
|
|
}
|
|
.bottom-btn1.data-v-02eb9186, .bottom-btn2.data-v-02eb9186 {
|
|
width: 30%;
|
|
}
|
|
.bottom-btn1.data-v-02eb9186 {
|
|
margin-left: 130px;
|
|
}
|
|
.bottom-btn2.data-v-02eb9186 {
|
|
margin-right: -12px;
|
|
}
|
|
|