1 Star 0 Fork 0

Handy/兴农劳务

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 2.13 KB
一键复制 编辑 原始数据 按行查看 历史
Handy 提交于 2023-11-29 22:34 . add
<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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leiziccc/xingnong-labor.git
[email protected]:leiziccc/xingnong-labor.git
leiziccc
xingnong-labor
兴农劳务
master

搜索帮助