css.wcss 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "topTitleContainer":{
  3. "width":"100%",
  4. "height":"40px",
  5. "border-bottom":"1px solid #cccccc"
  6. },
  7. "topTitle":{
  8. "line-height":"40px",
  9. "font-size":"16px"
  10. },
  11. "templateNameTxt":{
  12. "margin-top":"10px",
  13. "height":"30px",
  14. "line-height":"30px"
  15. },
  16. "templateNameContainer":{
  17. "height":"40px",
  18. "width":"460px"
  19. },
  20. "templateNameInput":{
  21. "width":"100%",
  22. "height":"30px",
  23. "text-indent":"2px",
  24. "font-size":"14px",
  25. "color":"#333333",
  26. "outline":"none",
  27. "border":"1px solid #cccccc"
  28. },
  29. "templateDesTxt":{
  30. "height":"30px",
  31. "line-height":"30px"
  32. },
  33. "templateDesContainer":{
  34. "height":"85px",
  35. "width":"460px"
  36. },
  37. "templateDesInput":{
  38. "width":"100%",
  39. "height":"80px",
  40. "resize":"none",
  41. "border":"1px solid #cccccc",
  42. "outline":"none"
  43. },
  44. "templateLaneTxt":{
  45. "height":"30px",
  46. "line-height":"30px"
  47. },
  48. "templateLaneContainer":{
  49. "height":"40px",
  50. "width":"460px"
  51. },
  52. "templateLaneInput":{
  53. "width":"100%",
  54. "height":"30px",
  55. "text-indent":"2px",
  56. "font-size":"14px",
  57. "color":"#333333",
  58. "border":"1px solid #cccccc",
  59. "outline":"none"
  60. },
  61. "templateActionContainer":{
  62. "width":"460px",
  63. "height":"40px",
  64. "margin-top":"20px"
  65. },
  66. "okAction":{
  67. "float":"right",
  68. "width":"70px",
  69. "height":"30px",
  70. "line-height":"30px",
  71. "background-color":"#1b9aee",
  72. "color":"#ffffff",
  73. "text-align":"center",
  74. "font-size":"14px",
  75. "border-radius":"2px",
  76. "margin-right":"10px",
  77. "cursor":"pointer"
  78. },
  79. "closeAction":{
  80. "float":"right",
  81. "width":"70px",
  82. "height":"30px",
  83. "line-height":"30px",
  84. "background-color":"#1b9aee",
  85. "color":"#ffffff",
  86. "text-align":"center",
  87. "font-size":"14px",
  88. "border-radius":"2px",
  89. "cursor":"pointer"
  90. }
  91. }