代码拉取完成,页面将自动刷新
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
//44444
//djp
onHide: function() { //11 2233
console.log('App Hide')
}
}
</script>
<style lang="scss">
.uni-tabbar__label { // 文字
font-size: 28rpx !important;
}
/* 注意要写在第一行,同时给style标签加入lang="scss"属性 */
@import "uview-ui/index.scss";
.region-box-layer {
position: fixed;
z-index: 998;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color:rgba(0, 0, 0, .6);
}
.region-box {
position: fixed;
z-index: 999;
bottom: 0px;
left: 0;
right: 0;
background-color: #FFFFFF;
padding: 20upx;
border-top:1upx solid rgba(0, 0, 0, .2);
border-radius: 16upx 16upx 0 0;
// height: 60%;
.title-box {
padding: 0 10upx 30upx 10upx;
display: flex;
justify-content: space-between;
// border-bottom: 2upx solid #f2f2f2;
.title-txt {
color: #343434;
font-size: 30upx;
&:nth-child(2) {
color: #1684fd;
}
}
}
.map-txt {
display: flex;
justify-content: center;
color: #343434;
font-size: 30upx;
text {
margin: 0 12upx;
border-bottom: 2upx solid #dedede;
&:nth-child(even) {
border: none;
}
}
.select {
color: #1684fd;
position: relative;
&::after {
content: '';
width: 100%;
height: 6upx;
background: #1684fd;
position: absolute;
left: 0;
bottom: -8upx;
// margin-left: -20upx;
}
}
}
.main-box {
color: #343434;
font-size: 30upx;
position: absolute;
top: 80px;
bottom: 0;
left: 0;
right: 0;
// height: 100%;
overflow: auto;
.list-box {
display: flex;
flex-direction: column;
padding: 20upx 0;
border-bottom: 1upx solid #faf2f2;
.active{
color: #1684fd;
}
}
}
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。