35 lines
694 B
Plaintext
35 lines
694 B
Plaintext
|
|
@charset "UTF-8";
|
||
|
|
/* 水平间距 */
|
||
|
|
/* 水平间距 */
|
||
|
|
/* uni.scss */
|
||
|
|
.container.data-v-686fbbc6 {
|
||
|
|
font-size: 14px;
|
||
|
|
background-color: #f3f5f8;
|
||
|
|
}
|
||
|
|
.nav_bar.data-v-686fbbc6 {
|
||
|
|
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-686fbbc6 {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.info.data-v-686fbbc6 {
|
||
|
|
padding: 20px;
|
||
|
|
background-color: #fff;
|
||
|
|
margin-bottom: 12rpx;
|
||
|
|
}
|
||
|
|
.ul_list.data-v-686fbbc6 {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
height: 48px;
|
||
|
|
border-bottom: 1px solid #dfdfdf;
|
||
|
|
}
|
||
|
|
|