gpt4 book ai didi

css - Sencha 触摸 : green forward button

转载 作者:太空宇宙 更新时间:2023-11-04 04:27:31 25 4
gpt4 key购买 nike

好的,这是一个 Sencha 链接 http://try.sencha.com/touch/2.2.0/demos/Ext.Button.ui/viewer.html对于不同类型的按钮。所以,从那里让按钮向前,我做

{
xtype: 'button',
ui: 'forward',//I'm adding this string to make it with a right arrow
text: 'forward'
}

很好,很完美。这很容易。

有谁知道如何让这个按钮变成绿色(不仅仅是按钮,还有箭头)?

最佳答案

实际上,对于箭头,他们使用了 webkit 掩码,因此无论您通过使用 css 背景颜色为该箭头赋予什么背景颜色,它都会采用该颜色。因此,要使该按钮变为绿色,请使用以下代码:-

.x-button-forward, .x-button-forward:after { background: -webkit-linear-gradient(top, #a2e306,#7eb105 3%,#5b7f03); }

关于css - Sencha 触摸 : green forward button,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17969551/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com