81 lines
1.7 KiB
Plaintext
81 lines
1.7 KiB
Plaintext
@charset "UTF-8";
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
/* uni.scss */
|
|
.container.data-v-575c1341 {
|
|
font-size: 14px;
|
|
background-color: #f3f5f8;
|
|
}
|
|
.tabs_h.data-v-575c1341 {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 56rpx;
|
|
line-height: 88rpx;
|
|
background-color: #fff;
|
|
margin-bottom: 12rpx;
|
|
text-align: center;
|
|
}
|
|
.leftTab.data-v-575c1341 {
|
|
margin-right: 20px;
|
|
}
|
|
.activetextTypeTab.data-v-575c1341,
|
|
.activetextTypeTab.data-v-575c1341:hover {
|
|
border-bottom: 3rpx solid #2286f6;
|
|
color: #026be0;
|
|
}
|
|
.activeTypeClass.data-v-575c1341,
|
|
.activeTypeClass.data-v-575c1341:hover {
|
|
color: #026be0;
|
|
}
|
|
.nav_bar.data-v-575c1341 {
|
|
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;
|
|
background-color: #fff;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
.nav_bar_tit.data-v-575c1341 {
|
|
text-align: center;
|
|
}
|
|
.info.data-v-575c1341 {
|
|
background-color: #fff;
|
|
margin-bottom: 12rpx;
|
|
padding: 20px;
|
|
}
|
|
.fl.data-v-575c1341 {
|
|
display: flex;
|
|
justify-content: start;
|
|
align-items: left;
|
|
}
|
|
.flsb.data-v-575c1341 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.bottom.data-v-575c1341 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.u-image.data-v-575c1341 {
|
|
width: 100%;
|
|
/* 或者其他尺寸 */
|
|
transition: -webkit-transform 0.3s;
|
|
transition: transform 0.3s;
|
|
transition: transform 0.3s, -webkit-transform 0.3s;
|
|
/* 平滑的放大效果 */
|
|
}
|
|
.ul_list.data-v-575c1341 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 48px;
|
|
}
|
|
|