⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 windows.css

📁 ajax 聊天室,实现多人聊天,无刷新!
💻 CSS
字号:
.dialog_label, .dialog_input, .dialog_error  {
   padding: 10px;
   color: #000;
   text-align: right;
   float: left; 
   width: 150px;
   font-size: 14px;
   font-weight: bold;
}

.dialog_long_label { 
   padding: 10px;
   color: #000;
   text-align: center;
   width: 100%;
   font-size: 14px;
   font-weight: bold;
}

.dialog_links {
   display: block;
   font-size: 14px;
   font-weight: bold;
   color: #000;
   padding: 10px;
   width: 100%;
   text-align: center;
}

.dialog_modal_title {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

.dialog_input {
   width: 150px;
}

.dialog_error {
   width: 100%;
   text-align: center;
   color: #F00;
}

.dialog_input input {
   width: 100%;
   font-weight: normal;
}

#login {
   background: #123;
}

⌨️ 快捷键说明

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