调整按钮primary的颜色

This commit is contained in:
zhl 2019-03-21 17:18:26 +08:00
parent 9056580f5c
commit 3b0c5f00bf
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
const env = 'test'; //product, test
export default {
env: env,
apiBase: env === 'test'? 'https://ghost-test.kingsome.cn' : 'https://ghost.kingsome.cn',
apiBase: env === 'test'? 'http://192.168.100.228' : 'https://ghost.kingsome.cn',
cdnBase: 'https://h5games-al.kingsome.cn/emulator-static/',
version: '1.0.0',
gameTypes: ['射击','格斗', '角色扮演','动作角色扮演',

View File

@ -40,7 +40,7 @@
<scroll-view scroll-x="true" class="recent-game-list ">
<repeat for="{{gameList}}" item="game">
<view class="one-game" @tap="gameTap({{game.gid}})">
<image src="{{game.icon}}"/>
<image src="{{game.icon}}"></image>
</view>
</repeat>
</scroll-view>

View File

@ -25,7 +25,7 @@
/* type */
.zan-btn--primary {
color: #fff;
background-color: #4b0;
background-color: #179B16;
border-color: #0a0;
}
@ -73,7 +73,7 @@
background-color: transparent;
}
.zan-btn--plain.zan-btn--primary {
color: #06BF04;
color: #179B16;
}
.zan-btn--plain.zan-btn--warn {
color: #FF6600;