collecting medal for hitxy members
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
2.0KB

  1. <style>
  2. #username {
  3. width:100%;
  4. }
  5. #step1, #step2, #step3, #changeaddr{
  6. width: 110px;
  7. float:right;
  8. }
  9. div.error {
  10. text-align: center;
  11. color:red;
  12. font-weight: bold;
  13. }
  14. div.verification, div.details, div.success {
  15. min-height:150px;
  16. background:#f3f3f3;
  17. margin-top:10px;
  18. margin-bottom:10px;
  19. color: black;
  20. display:none;
  21. }
  22. input.fullwidth{
  23. width:100%;
  24. }
  25. select.fullwidth{
  26. width: 100%;
  27. height: 50px;
  28. padding:10px;
  29. }
  30. table.details {
  31. border: 1px solid #FFFFFF;
  32. text-align: center;
  33. border-collapse: collapse;
  34. }
  35. table.details td, table.details th {
  36. border: 3px solid #FFFFFF;
  37. padding: 13px 2px;
  38. }
  39. table.details td.left, table.details th.left {
  40. text-align:left;
  41. }
  42. textarea.addr{
  43. padding-top:15px;
  44. min-height: 150px;
  45. font-weight: bold;
  46. color: blue;
  47. resize: none;
  48. }
  49. .twitter-typeahead {
  50. width: 100%;
  51. }
  52. .tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
  53. .tt-hint {
  54. width: 396px;
  55. height: 30px;
  56. padding: 8px 12px;
  57. font-size: 24px;
  58. line-height: 30px;
  59. border: 2px solid #ccc;
  60. border-radius: 0px;
  61. outline: none;
  62. }
  63. .tt-query {
  64. /* UPDATE: newer versions use tt-input instead of tt-query */
  65. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  66. }
  67. .tt-hint {
  68. color: #999;
  69. }
  70. .tt-menu {
  71. /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  72. width: 100%;
  73. margin-top: 0px;
  74. padding: 8px 0;
  75. background-color: #fff;
  76. border: 1px solid #ccc;
  77. border: 1px solid rgba(0, 0, 0, 0.2);
  78. border-radius: 0px 0px 8px 8px;
  79. box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  80. }
  81. .tt-suggestion {
  82. padding: 3px 1px 3px 3px;
  83. font-size: 16px;
  84. line-height: 20px;
  85. cursor: pointer;
  86. text-align:left;
  87. }
  88. .tt-suggestion.tt-cursor, .tt-suggestion.tt-is-under-cursor {
  89. /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  90. color: #fff;
  91. background-color: #ca974d;
  92. }
  93. .tt-suggestion p {
  94. margin: 0;
  95. }
  96. #pickupcontact, #pickupwechat, #pickuptime {
  97. margin-left: 10px;
  98. margin-right: 10px;
  99. border: none;
  100. color: blue;
  101. font-weight: bold;
  102. text-align: center;
  103. }
  104. </style>