/*文件选择 type=file-path*/ @set std-file-selector{ :root{width:214px;height:24px;line-height:24px;padding:0px;margin:0px;border:1px solid @mCtlborder;background: @mCtlbackground;color:@mText3;} :root > caption{padding:0px 0px 0px 24px;height:12px;foreground-repeat:no-repeat;foreground-position: 4px 50%;} :root:empty > caption {padding:0px 0px 0px 6px;color:@mText4;} :root > button{margin:0;padding:0;width:36px;height:18px;line-height:24px;color:@mText3;border:none;border-left: 1px solid @mline;} :root > button > text {content: "删除";} :root:empty > button > text {content: "选择";} }
通过控件下的 button > text 的 content 属性来替换文字,
:root > button > text {content: "删除";}
:root:empty > button > text {content: "选择";}
再者,这样的抉择也是在考验秦玉的魄力。作为一名将军而言,尤其是女将军,在作出决定的时候,甚至要有超越男性的魄力和胆识,这一点,比正确判断更为重要。