2025-06-11 14:49:36 +08:00

100 lines
2.4 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
1可用数量显示
2资金控件类
3) 资金功能控件
4协议框
*/
//------------------------------------begin----------------------------------------------------
//--------------------------------------end----------------------------------------------------
//------------------------------------begin公共属性-可用数量显示---------------------------------------------------
.div_amount
{
height:16dip;
width:80dip;
border:1dip double #EBF3F6;
-ctrl-lua-script: "bp://amount.lua";
active-on!: self.onClick();
}
.div_amount:hover
{
border:1dip double rgb(255,0,0);
}
//--------------------------------------end公共属性-可用数量显示---------------------------------------------------
//------------------------------------begin资金控件----------------------------------------------------
.zijin
{
dispaly:none;//
height:0dip;
width:0dip;
-ctrl-lua-script: "bp://zijin.lua";
}
.ggt_zijin
{
dispaly:none;//
height:0dip;
width:150dip;
-ctrl-lua-script: "bp://ggt_zijin.lua";
}
/*---- 为同步增加的广发版本和东方版本的港股通可用资金查询lua脚本文件*/
.ggt_zijin_gf
{
dispaly:none;//
height:0dip;
width:150dip;
-ctrl-lua-script: "bp://ggt_zijin_gf.lua";
}
.ggt_zijin_df
{
dispaly:none;//
height:0dip;
width:150dip;
-ctrl-lua-script: "bp://ggt_zijin_df.lua";
}
//-- 为同步增加的广发版本和东方版本的港股通可用资金查询lua脚本文件-------
//--------------------------------------end资金控件----------------------------------------------------
//------------------------------------begin协议框----------------------------------------------------
.div_protocol
{
color:black;
font-size:13dip;
readonly:true;
height:270dip;
width:510dip;
background-color:#EFEBE9;
border:1dip solid;
border-color: silver silver silver silver;
overflow-y:auto;
}
.div_protocol frame.protocolarea
{
background-color:#FCFCFC;
border:1dip solid;
border-color: transparent silver silver transparent;
height:220dip;
width:480dip;
margin-left:10dip;
margin-top:5dip;
}
.div_protocol a.protocolurl
{
margin-left:10dip;
}
.div_protocol input[type="checkbox"]
{
margin-left:10dip;
}
//--------------------------------------end协议框----------------------------------------------------