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