92 lines
1.9 KiB
Plaintext
92 lines
1.9 KiB
Plaintext
|
|
@charset "UTF-8";
|
||
|
|
/* 水平间距 */
|
||
|
|
/* 水平间距 */
|
||
|
|
/* uni.scss */
|
||
|
|
.container.data-v-b3f8ed08 {
|
||
|
|
font-size: 14px;
|
||
|
|
background-color: #f3f5f8;
|
||
|
|
}
|
||
|
|
.table_info.data-v-b3f8ed08 {
|
||
|
|
background-color: #fff;
|
||
|
|
margin-bottom: 12rpx;
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
.table_info .p.data-v-b3f8ed08 {
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
.table_info .table_Page.data-v-b3f8ed08 {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
border-bottom: 1px solid #eee;
|
||
|
|
margin-top: 12rpx;
|
||
|
|
padding-bottom: 12rpx;
|
||
|
|
}
|
||
|
|
.table_info .table_Page .info_P.data-v-b3f8ed08 {
|
||
|
|
color: #a2a2a2;
|
||
|
|
font-size: 24rpx;
|
||
|
|
}
|
||
|
|
.table_info .table_Page .info_P .info_n.data-v-b3f8ed08 {
|
||
|
|
margin-right: 20px;
|
||
|
|
}
|
||
|
|
.nav_bar.data-v-b3f8ed08 {
|
||
|
|
width: 100%;
|
||
|
|
margin-top: 30px;
|
||
|
|
padding-top: 20px;
|
||
|
|
padding-bottom: 10px;
|
||
|
|
border-bottom: 1px solid #dfdfdf;
|
||
|
|
box-shadow: 0 5px 10px -8px #dfdfdf inset;
|
||
|
|
background-color: #fff;
|
||
|
|
margin-bottom: 12rpx;
|
||
|
|
}
|
||
|
|
.nav_bar_tit.data-v-b3f8ed08 {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.search.data-v-b3f8ed08 {
|
||
|
|
background-color: #fff;
|
||
|
|
margin-bottom: 12rpx;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
padding-right: 20px;
|
||
|
|
}
|
||
|
|
.fl.data-v-b3f8ed08 {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: left;
|
||
|
|
}
|
||
|
|
.bottom.data-v-b3f8ed08 {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.search_sear.data-v-b3f8ed08 {
|
||
|
|
width: 100%;
|
||
|
|
padding: 30rpx 16rpx;
|
||
|
|
position: relative;
|
||
|
|
box-sizing: border-box;
|
||
|
|
z-index: 999;
|
||
|
|
}
|
||
|
|
.search_sear .searchInput.data-v-b3f8ed08 {
|
||
|
|
background-color: #eee;
|
||
|
|
height: 60rpx;
|
||
|
|
border-radius: 6rpx;
|
||
|
|
color: #bbb;
|
||
|
|
padding-left: 60rpx;
|
||
|
|
}
|
||
|
|
.search_sear .icon-small.data-v-b3f8ed08 {
|
||
|
|
position: absolute;
|
||
|
|
top: 50%;
|
||
|
|
left: 36rpx;
|
||
|
|
-webkit-transform: translateY(-50%);
|
||
|
|
transform: translateY(-50%);
|
||
|
|
}
|
||
|
|
.search_sear .clear-icon.data-v-b3f8ed08 {
|
||
|
|
position: absolute;
|
||
|
|
top: 50%;
|
||
|
|
right: 36rpx;
|
||
|
|
-webkit-transform: translateY(-50%);
|
||
|
|
transform: translateY(-50%);
|
||
|
|
}
|
||
|
|
|