1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/my_hujinchen-uniapp-u-view-base

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
App.vue 1.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
⺗涛 Отправлено 16.04.2023 14:14 162b166
<script>
import common from './utils/wxApplet/common.js'
export default {
onLaunch: function() {
console.log('>>>>>>>>>>>>>>>会话开始<<<<<<<<<<<<<<')
common.wxLogin();
},
onShow: function() {},
onHide: function() {}
}
</script>
<style lang="scss">
@import "uview-ui/index.scss";
page {
background: $u-bg-color;
color: $u-main-color;
font-size: 28rpx;
height: 100%;
min-height: 100%;
}
view,
navigator,
image,
text,
scroll-view,
swiper,
swiper-item,
input,
textarea,
button {
box-sizing: border-box;
}
/* 文字避头尾法则 */
.btw {
table-layout: fixed;
word-wrap: break-word;
word-break: normal;
text-align: justify;
text-justify: inter-ideograph;
}
.bg-white {
background: #fff;
}
.font-weight {
font-weight: bold;
}
.u-flex-center {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
button {
margin: 0;
padding: 0;
line-height: 1.5;
font-size: 28rpx;
background-color: transparent;
border-radius: 0;
position: relative;
}
button::after {
border: none;
}
// 指定按钮按下去的样式类
.button-hover {
transform: translate(1rpx, 1rpx);
}
</style>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/my_hujinchen-uniapp-u-view-base.git
git@api.gitlife.ru:oschina-mirror/my_hujinchen-uniapp-u-view-base.git
oschina-mirror
my_hujinchen-uniapp-u-view-base
my_hujinchen-uniapp-u-view-base
master