@@ -33,6 +33,7 @@
color: rgba(182, 189, 195, 1);
font-size: 12px;
font-weight: bold;
+ font-family: 'Regular';
}
.uni-icon-success-no-circle:before {
content: "" !important ;
@@ -51,6 +52,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)
@@ -247,6 +247,7 @@
<style scoped lang="scss">
page {
padding-bottom: 50px;
.sticky {
@@ -347,7 +348,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;
@@ -189,6 +189,7 @@
<style lang="scss" scoped>
page{
background-color: #fff;
/deep/.u-slot-content {
display: block;
@@ -239,6 +240,7 @@
height: 88rpx;
text-align: right;
color: #888888;
+ font-family: Microsoft Yahei;
</style>
@@ -237,6 +237,7 @@
@@ -275,6 +276,7 @@ uni-textarea{
width: 100%;
text-indent: 28rpx;
padding-top:28rpx;
.upload{
padding: 32rpx;
@@ -280,6 +280,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%);
@@ -305,6 +308,7 @@
.name {
line-height: 28px;
font-size: 20px;
.department-position {
@@ -113,12 +113,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{
@@ -198,8 +198,10 @@
margin-left: 24rpx;
.button{
width: 144rpx;
height: 56rpx;
line-height: 56rpx;
@@ -213,6 +215,7 @@
// 提示
.hint{
border-radius: 8px;
background-color: #018BB9;
color: #fff;
@@ -262,6 +265,7 @@
.name{
color: #101010;
@@ -276,9 +280,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;
@@ -172,6 +172,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{
@@ -204,11 +205,13 @@
color: rgba(31, 74, 153, 1);
margin-left: auto;
@@ -246,11 +249,13 @@
.points1{
@@ -40,10 +40,11 @@
color: rgba(16, 16, 16, 1);
@@ -260,6 +260,7 @@
padding-bottom:100px;
// 新闻内容
.content{
@@ -270,6 +271,7 @@
text-align: justify;
font-weight: 550;
.infos{
@@ -109,6 +109,7 @@
background-color: #ffffff;
@@ -207,6 +207,7 @@
// 搜索框
.search{
@@ -142,6 +142,7 @@
.title{
.pictures {
@@ -158,6 +159,7 @@
line-height: 20px;
margin-top: 16rpx;
@@ -176,6 +178,7 @@
border: 1px solid rgba(31, 74, 153, 1);
line-height: 18px;
padding: 0 17rpx;
.tag2{
@@ -184,6 +187,7 @@
.click{
@@ -69,6 +69,7 @@
// 活动介绍
.introduction{
@@ -83,6 +84,7 @@
// 活动时间
.date{
margin-top: 32rpx;
@@ -111,6 +113,7 @@
line-height: 26px;
.integral-group{
@@ -144,6 +147,7 @@
bottom: 0;
left: 0;
right: 0;
+ font-family: Arial;
uni-button{
background-color: rgba(31, 74, 153, 1);
@@ -128,6 +128,7 @@
.main{
padding: 24rpx 32rpx 0 32rpx;
.reward-detail{
@@ -70,6 +70,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 @@
@@ -195,7 +195,7 @@
padding-bottom: 32rpx;
border-bottom: 1px solid rgba(232, 232, 232, 1);
+font-family: 'Regular';
.infos {
@@ -217,6 +217,7 @@
@@ -96,9 +96,11 @@
.grid {
.icon {
width: 96rpx;
height: 96rpx;
@@ -141,12 +141,15 @@
// 荣誉名称
.honor-name {
padding: 32rpx 0;
max-width: 536rpx;
@@ -178,6 +181,7 @@
.rec {
width: 4px;
height: 16px;
@@ -200,6 +204,7 @@
.commendation {
@@ -207,6 +212,7 @@
.integral {
@@ -214,6 +220,7 @@
.flex{
border-radius: 50px;
@@ -185,6 +185,7 @@
@@ -194,6 +195,7 @@
width: 430rpx;
margin-top: 14rpx;
@@ -228,6 +230,7 @@