project/App.vue

400 lines
5.6 KiB
Vue
Raw Normal View History

2024-07-14 15:48:34 +08:00
<script>
import Vue from 'vue';
export default {
data() {
return {}
},
onLaunch: function() {
},
onLoad() {},
methods: {
},
onShow: function() {
// 判断是否是平板
uni.getSystemInfo({
success: (res) => {
if (res.windowWidth > 768) {
Vue.prototype.pad = true
} else {
Vue.prototype.pad = false
}
}
});
},
onHide: function() {
}
}
</script>
<style>
/* body {
font-family: Helvetica Neue, Helvetica, sans-serif;
} */
/* @import "@/static/iconfont.css" */
@font-face {
font-family: yticon;
font-weight: normal;
font-style: normal;
overflow: hidden;
src: url('https://at.alicdn.com/t/font_1078604_w4kpxh0rafi.ttf') format('truetype');
}
.yticon {
font-family: "yticon" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-yiguoqi1:before {
content: "\e700";
}
.icon-iconfontshanchu1:before {
content: "\e619";
}
.icon-iconfontweixin:before {
content: "\e611";
}
.icon-alipay:before {
content: "\e636";
}
.icon-shang:before {
content: "\e624";
}
.icon-shouye:before {
content: "\e626";
}
.icon-shanchu4:before {
content: "\e622";
}
.icon-xiaoxi:before {
content: "\e618";
}
.icon-jiantour-copy:before {
content: "\e600";
}
.icon-fenxiang2:before {
content: "\e61e";
}
.icon-pingjia:before {
content: "\e67b";
}
.icon-daifukuan:before {
content: "\e68f";
}
.icon-pinglun-copy:before {
content: "\e612";
}
.icon-dianhua-copy:before {
content: "\e621";
}
.icon-shoucang:before {
content: "\e645";
}
.icon-xuanzhong2:before {
content: "\e62f";
}
.icon-gouwuche_:before {
content: "\e630";
}
.icon-icon-test:before {
content: "\e60c";
}
.icon-icon-test1:before {
content: "\e632";
}
.icon-bianji:before {
content: "\e646";
}
.icon-jiazailoading-A:before {
content: "\e8fc";
}
.icon-zuoshang:before {
content: "\e613";
}
.icon-jia2:before {
content: "\e60a";
}
.icon-huifu:before {
content: "\e68b";
}
.icon-sousuo:before {
content: "\e7ce";
}
.icon-arrow-fine-up:before {
content: "\e601";
}
.icon-hot:before {
content: "\e60e";
}
.icon-lishijilu:before {
content: "\e6b9";
}
.icon-zhengxinchaxun-zhifubaoceping-:before {
content: "\e616";
}
.icon-naozhong:before {
content: "\e64a";
}
.icon-xiatubiao--copy:before {
content: "\e608";
}
.icon-shoucang_xuanzhongzhuangtai:before {
content: "\e6a9";
}
.icon-jia1:before {
content: "\e61c";
}
.icon-bangzhu1:before {
content: "\e63d";
}
.icon-arrow-left-bottom:before {
content: "\e602";
}
.icon-arrow-right-bottom:before {
content: "\e603";
}
.icon-arrow-left-top:before {
content: "\e604";
}
.icon-icon--:before {
content: "\e744";
}
.icon-zuojiantou-up:before {
content: "\e605";
}
.icon-xia:before {
content: "\e62d";
}
.icon--jianhao:before {
content: "\e60b";
}
.icon-weixinzhifu:before {
content: "\e61a";
}
.icon-comment:before {
content: "\e64f";
}
.icon-weixin:before {
content: "\e61f";
}
.icon-fenlei1:before {
content: "\e620";
}
.icon-erjiye-yucunkuan:before {
content: "\e623";
}
.icon-Group-:before {
content: "\e688";
}
.icon-you:before {
content: "\e606";
}
.icon-forward:before {
content: "\e607";
}
.icon-tuijian:before {
content: "\e610";
}
.icon-bangzhu:before {
content: "\e679";
}
.icon-share:before {
content: "\e656";
}
.icon-yiguoqi:before {
content: "\e997";
}
.icon-shezhi1:before {
content: "\e61d";
}
.icon-fork:before {
content: "\e61b";
}
.icon-kafei:before {
content: "\e66a";
}
.icon-iLinkapp-:before {
content: "\e654";
}
.icon-saomiao:before {
content: "\e60d";
}
.icon-shezhi:before {
content: "\e60f";
}
.icon-shouhoutuikuan:before {
content: "\e631";
}
.icon-gouwuche:before {
content: "\e609";
}
.icon-dizhi:before {
content: "\e614";
}
.icon-fenlei:before {
content: "\e706";
}
.icon-xingxing:before {
content: "\e70b";
}
.icon-tuandui:before {
content: "\e633";
}
.icon-zuanshi:before {
content: "\e615";
}
.icon-zuo:before {
content: "\e63c";
}
.icon-shoucang2:before {
content: "\e62e";
}
.icon-shouhuodizhi:before {
content: "\e712";
}
.icon-yishouhuo:before {
content: "\e71a";
}
.icon-dianzan-ash:before {
content: "\e617";
}
/*每个页面公共css */
.app-classify-title-left {
//index
/deep/ .segmented-control__item--text {
// border-bottom-style: none !important;
border: none !important;
}
}
.pages-account-login {
/deep/ uni-checkbox .uni-checkbox-input {
width: 30rpx !important;
height: 30rpx !important;
}
}
.app-tooltip {
// my
/deep/ .uni-list-item__content-title {
font-size: 34rpx !important;
}
/deep/ .uni-list {
// background-color:#f2f2f2 !important;
// transparent:
background: linear-gradient(180deg, #f2f2f2 0%, #ffffff 100%) !important;
}
/deep/ .uni-list-item {
background-color: inherit !important;
}
}
.app-content-box-proccess {
/deep/ .uni-progress-bar,
.uni-progress-inner-bar {
border-radius: 20rpx !important;
}
/deep/ .uni-progress-inner-bar {
background: linear-gradient(45deg, #FFF5EA 0%, #FF9F35 100%) !important;
}
}
.pages-classify-detail {
/deep/ .uni-steps__column-desc span {
color: #999999 !important;
}
/deep/ .uni-steps__column-title {
font-size: 34rpx !important;
}
/deep/ .uni-steps__column-text {
border: none !important;
}
/deep/ .uni-steps__column-circle {
width: 20rpx !important;
height: 20rpx !important;
}
}
</style>