@@ -32,6 +32,7 @@
color: rgba(182, 189, 195, 1);
font-size: 12px;
font-weight: bold;
+ font-family: 'Regular';
}
.uni-icon-success-no-circle:before {
content: "" !important ;
@@ -50,6 +51,10 @@
text-align: center;
border-radius: 1px;
+ /deep/.u-navbar-content-title{
+ font-family: 'Medium';
+
+ }
@media screen and (min-width: 320px) {
/deep/.u-tabbar__content {
height: 45px!important;
@@ -0,0 +1,57 @@
+@font-face {
+ font-family: 'Bold';
+ src: url('SourceHanSerifSC-Bold.otf');
+ font-weight: normal;
+ font-style: normal;
+ @font-face {
+ src: url('SourceHanSerifSC-Medium.otf');
+ font-family: 'SemiBold';
+ src: url('SourceHanSerifSC-SemiBold.otf');
+ src: url('SourceHanSerifSC-Regular.otf');
+ font-family: 'Light';
+ src: url('SourceHanSerifSC-Light.otf');
@@ -2,6 +2,7 @@ import App from './App'
import Vue from 'vue'
import getOpenId from './apis/utils/init.js'
import getALIOpenId from './apis/utils/initALI.js'
+import '@/assets/font/font.css'
var IS_WEIXIN = /MicroMessenger/.test(window.navigator.userAgent)
var IS_ALI = /AlipayClient/.test(window.navigator.userAgent)
@@ -150,6 +150,7 @@
<style scoped lang="scss">
page {
padding-bottom: 50px;
.sticky {
@@ -250,7 +251,7 @@
display: flex;
align-items: center;
margin-bottom: 40rpx;
-
+font-family: 'SemiBold';
img {
width: 40rpx;
height: 40rpx;
@@ -90,6 +90,7 @@
margin-top: 8rpx;
@@ -148,6 +149,7 @@
.verification-code {
color: #1F4A99;
line-height: 80rpx;
@@ -44,6 +44,7 @@
<style lang="scss" scoped>
page{
background-color: #fff;
/deep/.u-slot-content {
display: block;
@@ -94,6 +95,7 @@
height: 88rpx;
text-align: right;
color: #888888;
+ font-family: Microsoft Yahei;
</style>
@@ -39,6 +39,7 @@
@@ -69,6 +70,7 @@ uni-textarea{
width: 100%;
text-indent: 28rpx;
padding-top:28rpx;
.upload{
padding: 32rpx;
@@ -196,6 +196,9 @@
</script>
+ page{
// 个人信息
.person-infos {
background: linear-gradient(45.45deg, rgba(6, 50, 130, 1) -0.45%, rgba(0, 88, 209, 1) 23.41%, rgba(0, 53, 153, 1) 52.12%, rgba(0, 66, 178, 1) 77.4%, rgba(0, 20, 130, 1) 100.65%);
@@ -221,6 +224,7 @@
.name {
line-height: 28px;
font-size: 20px;
.department-position {
@@ -80,12 +80,14 @@
font-size: 32rpx;
line-height: 46rpx;
.else{
justify-content: space-between;
color: rgba(119, 119, 119, 1);
font-size: 24rpx;
.picture{
@@ -87,6 +87,7 @@
color: rgba(51, 51, 51, 1);
font-size: 16px;
.highlight{
color:#018BB9;
@@ -97,6 +98,7 @@
margin-top: 24rpx;
@@ -166,6 +166,7 @@
.header{
padding: 0 0 48rpx 0;
@@ -227,6 +228,7 @@
@@ -303,6 +305,7 @@
font-size: 18px;
font-weight:bold;
line-height: 25px;
.year-month{
@@ -147,10 +147,12 @@
align-items: baseline;
.number{
font-size: 36px;
.unit{
margin-left: 16rpx;
.rank{
@@ -169,6 +171,7 @@
.text{
margin-left: 8rpx;
margin-right: 4rpx;
@@ -197,7 +200,7 @@
text-indent:32rpx;
.each{
@@ -78,6 +78,9 @@
// 奖品
.prize{
margin: 24rpx 32rpx;
@@ -137,6 +140,7 @@
line-height: 70rpx;
.value{
@@ -169,8 +169,10 @@
margin-left: 24rpx;
.button{
width: 144rpx;
height: 56rpx;
line-height: 56rpx;
@@ -184,6 +186,7 @@
// 提示
.hint{
border-radius: 8px;
background-color: #018BB9;
color: #fff;
@@ -233,6 +236,7 @@
.name{
color: #101010;
@@ -247,9 +251,11 @@
.points{
color: rgba(255, 61, 0, 1);
.remain{
color: rgba(148, 148, 148, 1);
@@ -100,6 +100,9 @@
// 奖品图片
.prize-img{
@@ -114,14 +117,17 @@
.prize-infos{
font-size: 40rpx;
.explain{
margin-top: 40rpx;
@@ -147,6 +153,7 @@
margin-bottom: 48rpx;
.item{
@@ -180,6 +187,7 @@
.need{
@@ -194,6 +202,7 @@
width:280rpx;
height: 80rpx;
@@ -163,6 +163,7 @@
linear-gradient(180deg, rgba(255,150,0,1) 0%,rgba(255,61,0,1) 100%) ;
background-repeat: no-repeat,no-repeat;
background-position: 85% 50%,105% 40%;
.self{
@@ -195,11 +196,13 @@
color: rgba(31, 74, 153, 1);
margin-left: auto;
@@ -237,11 +240,13 @@
.points1{
@@ -40,10 +40,11 @@
color: rgba(16, 16, 16, 1);
@@ -152,6 +152,7 @@
padding-bottom:100px;
// 新闻内容
.content{
@@ -162,6 +163,7 @@
text-align: justify;
font-weight: 550;
.infos{
@@ -50,6 +50,7 @@
background-color: #ffffff;
@@ -104,6 +104,7 @@
// 搜索框
.search{
@@ -80,6 +80,7 @@
.title{
.pictures {
@@ -96,6 +97,7 @@
line-height: 20px;
margin-top: 16rpx;
@@ -114,6 +116,7 @@
border: 1px solid rgba(31, 74, 153, 1);
line-height: 18px;
padding: 0 17rpx;
.tag2{
@@ -122,6 +125,7 @@
.click{
@@ -200,6 +200,7 @@
// 活动介绍
.introduction{
@@ -214,6 +215,7 @@
// 活动时间
.date{
margin-top: 32rpx;
@@ -242,6 +244,7 @@
line-height: 26px;
.integral-group{
@@ -275,6 +278,7 @@
bottom: 0;
left: 0;
right: 0;
+ font-family: Arial;
uni-button{
background-color: rgba(31, 74, 153, 1);
@@ -56,6 +56,7 @@
<style lang="scss">
.main{
padding: 24rpx 32rpx 0 32rpx;
.reward-detail{
@@ -72,6 +72,7 @@
padding: 44rpx 0;
.reward-group{
@@ -81,6 +81,7 @@
.tabs{
background-color: rgba(255, 255, 255, 1);
/deep/.u-tabs{
@@ -101,6 +102,7 @@
line-height: 23px;
.commendation{
@@ -108,6 +110,7 @@
line-height: 17px;
margin-top: 4rpx;
width: 480rpx;
.integral{
margin-top: 48rpx;
@@ -128,6 +131,7 @@
@@ -174,7 +174,7 @@
padding-bottom: 32rpx;
border-bottom: 1px solid rgba(232, 232, 232, 1);
+font-family: 'Regular';
.infos {
@@ -196,6 +196,7 @@
@@ -93,9 +93,11 @@
.grid {
.icon {
width: 96rpx;
height: 96rpx;
@@ -91,12 +91,15 @@
// 荣誉名称
.honor-name {
padding: 32rpx 0;
width: 136rpx;
.rec {
width: 4px;
height: 16px;
@@ -149,6 +153,7 @@
.commendation {
@@ -156,6 +161,7 @@
.integral {
@@ -163,6 +169,7 @@
.flex{
border-radius: 50px;
@@ -101,6 +101,7 @@
@@ -110,6 +111,7 @@
width: 430rpx;
margin-top: 14rpx;
@@ -144,6 +146,7 @@