调整按钮primary的颜色
This commit is contained in:
parent
9056580f5c
commit
3b0c5f00bf
@ -1,7 +1,7 @@
|
|||||||
const env = 'test'; //product, test
|
const env = 'test'; //product, test
|
||||||
export default {
|
export default {
|
||||||
env: env,
|
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/',
|
cdnBase: 'https://h5games-al.kingsome.cn/emulator-static/',
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
gameTypes: ['射击','格斗', '角色扮演','动作角色扮演',
|
gameTypes: ['射击','格斗', '角色扮演','动作角色扮演',
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
<scroll-view scroll-x="true" class="recent-game-list ">
|
<scroll-view scroll-x="true" class="recent-game-list ">
|
||||||
<repeat for="{{gameList}}" item="game">
|
<repeat for="{{gameList}}" item="game">
|
||||||
<view class="one-game" @tap="gameTap({{game.gid}})">
|
<view class="one-game" @tap="gameTap({{game.gid}})">
|
||||||
<image src="{{game.icon}}"/>
|
<image src="{{game.icon}}"></image>
|
||||||
</view>
|
</view>
|
||||||
</repeat>
|
</repeat>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
/* type */
|
/* type */
|
||||||
.zan-btn--primary {
|
.zan-btn--primary {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #4b0;
|
background-color: #179B16;
|
||||||
border-color: #0a0;
|
border-color: #0a0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,7 +73,7 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.zan-btn--plain.zan-btn--primary {
|
.zan-btn--plain.zan-btn--primary {
|
||||||
color: #06BF04;
|
color: #179B16;
|
||||||
}
|
}
|
||||||
.zan-btn--plain.zan-btn--warn {
|
.zan-btn--plain.zan-btn--warn {
|
||||||
color: #FF6600;
|
color: #FF6600;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user