51 lines
915 B
Plaintext
51 lines
915 B
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.TrendPage.data-v-5f7a28e3 {
|
|
min-height: 100vh;
|
|
}
|
|
.boxTime.data-v-5f7a28e3 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
border-radius: 10px 10px 0 0;
|
|
}
|
|
.boxTime .one.data-v-5f7a28e3 {
|
|
width: 100%;
|
|
display: flex;
|
|
line-height: 25px;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.boxTime .center.data-v-5f7a28e3 {
|
|
width: 10%;
|
|
margin: 0 15px;
|
|
}
|
|
.boxTime picker.data-v-5f7a28e3 {
|
|
width: 50%;
|
|
border: none;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.boxTime .iconfont.data-v-5f7a28e3 {
|
|
color: #333333;
|
|
font-size: 36rpx;
|
|
}
|
|
.line.data-v-5f7a28e3 {
|
|
padding-top: 15px;
|
|
}
|
|
.title.data-v-5f7a28e3 {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #999;
|
|
font-size: 14PX;
|
|
margin-top: 15px;
|
|
}
|
|
.title text.data-v-5f7a28e3 {
|
|
width: 15px;
|
|
height: 10px;
|
|
margin-right: 5px;
|
|
display: inline-block;
|
|
}
|
|
|