U_Reg.css 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. html body { width:746px; height:350px; margin:0; padding:0; background-color:White; font-size:14px;font-family:Consolas, 微软雅黑; color:#333;}/*总定义*/
  2. /*登录注册图片*/
  3. .UCD_RT_TreeIcon {background-image: url(http://d.1473.cn/images/UCD_RT.png);}/*右侧树项目图标*/
  4. #U_R{ width:746px; height:350px; background-color:White;}/*大模版定义*/
  5. .U_R_L{ width:325px; height:340px; background-color:#eeeeee; margin:5px; float:left; margin-left:10px; } /*登录*/
  6. .U_R_L_T{ background-color:#34aadc; width:325px; height:85px;}/*登录头部定义*/
  7. .U_R_L_T div {float:left;}
  8. .U_R_L_T_L{color:White; font-size:30px; margin-top:30px; margin-left:20px;}
  9. .U_R_L_N{ width:325px; height:155px; margin-top:30px;}/*登录内容定义*/
  10. .U_R_L_N_T{ width:250px; height:30px; margin-left:30px;}/*登录输入框定义*/
  11. .U_R_L_N_T div { width:40px; margin-right:5px; text-align:right; height:30px; line-height:30px; float:left;}/*信息区域*/
  12. .U_R_L_N_T input { float:left; width:180px; height:25px; line-height:25px;}/*input定义*/
  13. .U_R_L_N_J{ width:250px; height:30px; margin-left:40px; margin-top:15px;}/*记住我的登录状态*/
  14. .U_R_L_N_J input{ width:16px; height:16px; margin-top:5px; float:left}/*checkbox*/
  15. .U_R_L_N_J div{ height:30px; line-height:30px;}
  16. /*登录和忘记密码*/
  17. .U_R_L_N_DW{ width:275px; height:40px; margin-left:45px;margin-top:10px;}
  18. /*登录按钮*/
  19. .U_R_L_N_D{cursor:pointer; float:left; width:86px; height:32px; line-height:32px; color:White; font-weight:bold; background-color:#34aadc; text-align:center;}/*登录按钮*/
  20. .U_R_L_N_W{ float:right; cursor:pointer; }/*忘记密码*/
  21. .U_R_L_B{ width:325px; height:70px; background-color:#d2d2d2;}/*登录底部定义*/
  22. .U_R_L_B_S{ width:325px; height:30px; font-size:14px; line-height:30px; text-indent:2em; color:White;}/*第三方帐户登陆*/
  23. .U_R_L_B_B{ width:325px; height:40px;}/*第三方账号登录*/
  24. .U_R_L_B_B_QQ{ cursor:pointer; margin-left:20px; width:130px; height:30px; float:left; background-position: -11px -222px}/*QQ登录*/
  25. .U_R_L_B_B_WB{ cursor:pointer; margin-left:20px; width:130px; height:30px; float:left; background-position: -157px -222px;}/*微博登录*/
  26. /*--------------------------------------------------------------------------注册页面-------------------------------------*/
  27. .U_R_R{ width:375px; height:340px; background-color:#eeeeee; margin:5px; float:left; margin-left:20px; } /*注册*/
  28. .U_R_R_T{ background-color:#34aadc; width:375px; height:85px;}/*注册头部信息*/
  29. .U_R_R_T div {float:left;}
  30. .U_R_R_D{ margin:5px; margin-left:10px; height:30px; width:360px;}/*注册单个条目样式*/
  31. .U_R_R_D_D { height:30px; line-height:30px; width:60px; float:left; text-align:right; margin-right:5px; }/*所有注册信息定义*/
  32. .U_R_R_D input { height:20px; line-height:20px; width:150px; float:left;}/*所有注册信息定义*/
  33. .U_R_R_X{margin:5px; margin-left:10px; height:30px; width:280px;}/*有思云协议*/
  34. .U_R_R_X_C{ float:left; width:20px; margin-left:50px; margin-top:5px; }/*选择框*/
  35. .U_R_R_X_X{ float:left; width:200px; height:30px; line-height:30px;}/*协议内容*/
  36. /*注册按钮*/
  37. .U_R_R_Z{ cursor:pointer; margin-left:140px; width:86px; height:32px; line-height:32px; color:White; font-weight:bold; background-color:#34aadc; text-align:center;}/*注册按钮*/
  38. /*错误提示*/
  39. .U_R_ErrorTip { float:left; width:130px; text-align:left; display:block; font-size:12px; cursor:text; height:30px; line-height:30px; }