guest.css

来自「一套酒店预订系统」· CSS 代码 · 共 75 行

CSS
75
字号
body		{ 

		background:"#FEF8EE";  

		font-size: 75%;

		font-family: "宋体"; 

		font-size:9pt;

                }

body.nav	{  

		background:#FEF8EE;  

		font-size: 75%;  

		font-family: 宋体; 

                }

 .smallFont{ 

		font-size:9pt;

      	  }

 

 p{ 

		font-size:9pt;

		line-height:15pt;

      	  }

 td{ 

		font-size:9pt;

		line-height:15pt;

      	  }

      	  

 li{ 

		font-size:9pt;

		line-height:15pt;

      	  }

BigFont{

                font-size:11pt;

		line-height:15pt;

}

.smallInput

     {

     font-size:9pt;

     background-color: rgb(50,50,50); 

     color: rgb(222,222,222) ;height:20px;

     }

.smallarea

     {

     font-size:9pt;

     background-color: rgb(50,50,50); 

     color: rgb(222,222,222) ;

     }

select.smallSel      

     {

     font-size:9pt;

     background-color: rgb(170,153,119); 

     color: rgb(222,222,222) ;height:20px;

     }

input.buttonface

     {

     font-size:9pt;

     background-color: rgb(142,121,96); 

     color: rgb(222,222,222) ;height:20px;

     }

textarea{

     font-size:9pt;

     background-color: rgb(255,255,255); 

     color: rgb(222,222,222) ;

     }

input{

     font-size:9pt;

     color: rgb(255,255,255) ;height:20px;

     }



input.myoption{

     font-size:9pt;

     background-color: rgb(170,153,119); 

     color: rgb(222,222,222) ;

     }



.p9 {  font-family: "宋体"; font-size: 9pt}

a   {text-transform: none; text-decoration: none;color:#FF0000;}

a:hover {text-decoration: underline; color: #000000;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?