Browse Source

文字样式修改

feature/v1.1.0
xpz2018 6 years ago
parent
commit
7302a5dc27
4 changed files with 14 additions and 6 deletions
  1. 7
      app.json
  2. 4
      pages/activity_detail/activity_detail.wxss
  3. 2
      project.config.json
  4. 7
      sitemap.json

7
app.json

@ -1,6 +1,5 @@
{ {
"pages": [ "pages": [
"pages/loding/loding", "pages/loding/loding",
"pages/at_present/at_present", "pages/at_present/at_present",
"pages/city/city", "pages/city/city",
@ -26,7 +25,6 @@
"pages/two_code/two_code", "pages/two_code/two_code",
"pages/out/out", "pages/out/out",
"pages/agreement/agreement" "pages/agreement/agreement"
], ],
"window": { "window": {
"backgroundTextStyle": "light", "backgroundTextStyle": "light",
@ -36,7 +34,7 @@
}, },
"tabBar": { "tabBar": {
"color": "#65646b", "color": "#65646b",
"borderStyle": "#65646b",
"borderStyle": "white",
"selectedColor": "#06c1ae", "selectedColor": "#06c1ae",
"list": [ "list": [
{ {
@ -52,5 +50,6 @@
"selectedIconPath": "images/tabico_mine_selected.png" "selectedIconPath": "images/tabico_mine_selected.png"
} }
] ]
}
},
"sitemapLocation": "sitemap96.json"
} }

4
pages/activity_detail/activity_detail.wxss

@ -26,11 +26,11 @@ image{
} }
.activity_info .title{ .activity_info .title{
width: 50%;
width: 100%;
padding-top: 10rpx; padding-top: 10rpx;
padding-left: 36rpx; padding-left: 36rpx;
font-weight: bold; font-weight: bold;
font-size: 36rpx;
font-size: 32rpx;
text-align: left text-align: left
} }
.activity_info .countdown{ .activity_info .countdown{

2
project.config.json

@ -11,6 +11,8 @@
"appid": "wxfdea8f72e0cffff0", "appid": "wxfdea8f72e0cffff0",
"libVersion": "2.0.9", "libVersion": "2.0.9",
"projectname": "%E4%BA%8C%E5%8F%B7%E5%AE%B6%E6%94%BF%EF%BC%88%E4%BA%8C%E5%8F%B7%EF%BC%89", "projectname": "%E4%BA%8C%E5%8F%B7%E5%AE%B6%E6%94%BF%EF%BC%88%E4%BA%8C%E5%8F%B7%EF%BC%89",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": { "condition": {
"search": { "search": {
"current": -1, "current": -1,

7
sitemap.json

@ -0,0 +1,7 @@
{
"desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
"rules": [{
"action": "allow",
"page": "*"
}]
}
Loading…
Cancel
Save