sms_receive.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  1. body {
  2. font-size: 14px;
  3. font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  4. line-height: 1.5;
  5. overflow-x: hidden;
  6. }
  7. /* Wrapping element */
  8. /* Set some basic padding to keep content from hitting the edges */
  9. .body-content {
  10. padding-left: 15px;
  11. padding-right: 15px;
  12. }
  13. /* Carousel */
  14. .carousel-caption p {
  15. font-size: 20px;
  16. line-height: 1.4;
  17. }
  18. /* Make .svg files in the carousel display properly in older browsers */
  19. .carousel-inner .item img[src$=".svg"] {
  20. width: 100%;
  21. }
  22. .sms_info_notice {
  23. margin: 2%;
  24. }
  25. .sms_info_ad_content {
  26. margin: 0;
  27. }
  28. .container.sms-content-ad {
  29. padding-left: 0;
  30. overflow-x: hidden;
  31. -moz-box-sizing: border-box;
  32. -webkit-box-sizing: border-box;
  33. -o-box-sizing: border-box;
  34. -ms-box-sizing: border-box;
  35. box-sizing: border-box;
  36. }
  37. .sms_info_graphics h2, .sms_info_graphics i {
  38. display: inline-block;
  39. margin: 0;
  40. }
  41. .sms_info_graphics {
  42. position: relative;
  43. }
  44. .sms_info_graphics h2 {
  45. position: absolute;
  46. top: 8px;
  47. left: 64px;
  48. }
  49. .sms_info_list {
  50. margin: 2% 0 0 2%;
  51. }
  52. .number-list-info, .number-list-flag, .sms-number-read, .number-list-phone_number small, .number-list-phone_number h3 {
  53. display: inline-block;
  54. }
  55. .number-list-info p {
  56. font-size: 2rem;
  57. line-height: 2rem;
  58. }
  59. .sms_content .sms-number-list .number-list-info p {
  60. padding: 0.5rem;
  61. }
  62. .sms-number-list {
  63. background-color: white;
  64. border-radius: 5px;
  65. display: -webkit-flex;
  66. display: flex;
  67. flex-flow: row wrap;
  68. justify-content: center;
  69. align-items: center;
  70. overflow: hidden;
  71. margin: 2% auto;
  72. }
  73. .number-list-phone_number small {
  74. font-size: 1.8rem;
  75. }
  76. .number-list-phone_number h3 {
  77. padding-left: 1rem;
  78. }
  79. .sms-number-read {
  80. padding: 10px 0 10px 64px;
  81. }
  82. .sms-number-read b {
  83. position: relative;
  84. padding-left: 8px;
  85. }
  86. /* start SMSContent styles */
  87. .ad-center {
  88. margin: 1% auto;
  89. }
  90. .sms-content-ad {
  91. border-radius: 5px;
  92. padding: 5px 0;
  93. border: 1px solid #ccc;
  94. }
  95. .sms_content .container-fluid {
  96. padding: 0;
  97. }
  98. .responsive_ad.container-fluid.sms-number-list-ad {
  99. background: white;
  100. }
  101. #customer_ad img {
  102. max-width: 100%;
  103. border: 1px solid #ccc;
  104. }
  105. #customer_ad a {
  106. display: block;
  107. overflow: hidden;
  108. }
  109. .sms_content {
  110. background-color: #4baad3;
  111. padding-bottom: 2%;
  112. }
  113. .sms-content-list {
  114. border-radius: 5px;
  115. background-color: white;
  116. margin: 2% auto;
  117. }
  118. section.sms_content .container.sms-content-list.ad-center .sms-content-text {
  119. padding: 10px 0;
  120. }
  121. .sms-content-text {
  122. padding: 10px 0;
  123. }
  124. .sms-content-text h2 {
  125. padding: 2rem 0;
  126. }
  127. section.sms_content .sms-content-link-history {
  128. margin: 2rem 0;
  129. }
  130. section.sms_content .sms-content-link-history p {
  131. font-size: 1.5rem;
  132. line-height: 3rem;
  133. }
  134. .sms-number-list-ad {
  135. border-radius: 0;
  136. }
  137. .sms-number-list-ad picture img {
  138. margin: 0 auto;
  139. }
  140. .sms-content-pager {
  141. display: block;
  142. background-color: white;
  143. border-radius: 5px;
  144. width: 50%;
  145. overflow: hidden;
  146. margin: 0 auto;
  147. padding: 1%;
  148. }
  149. .sms-content-pager .btn-group {
  150. margin: 0 auto;
  151. display: block;
  152. }
  153. /* end SMSContent styles. */
  154. /* QR code generator */
  155. #qrCode {
  156. margin: 15px;
  157. }
  158. .sms-content-pager div.pagination, .sms-content-pager ul.pagination {
  159. margin: 0 auto;
  160. display: block;
  161. }
  162. .disabled {
  163. pointer-events: none;
  164. }
  165. .sms_info_list nav ul li {
  166. font-size: 1.5rem;
  167. line-height: 2rem;
  168. }
  169. .number-list-flag picture {
  170. text-align: center;
  171. }
  172. .number_context:hover {
  173. }
  174. .trans-target-highlight {
  175. cursor: pointer;
  176. background-color: #b3d4fd;
  177. border-radius: 5px;
  178. -webkit-border-radius: 5px;
  179. -moz-border-radius: 5px
  180. }
  181. /*start donation page styles*/
  182. .title_content h2 {
  183. text-align: center;
  184. padding-top: 80px;
  185. font-weight: 500;
  186. color: rgba(25, 103, 210, 1);
  187. }
  188. .title_content {
  189. background: url("https://pdflib-1253677444.cos.ap-beijing-1.myqcloud.com/sms_resouce/images/homepage_header_background.svg") center no-repeat;
  190. height: 305px;
  191. margin-top: 5rem;
  192. }
  193. .donation nav.donation-type {
  194. padding-left: 4rem;
  195. padding-bottom: 2rem;
  196. }
  197. nav.donation-type ul li {
  198. margin: 20px 0;
  199. }
  200. .content-text p, .article.container p {
  201. font-family: -webkit-pictograph;
  202. line-height: 2;
  203. font-size: 18px;
  204. }
  205. /*end donation page styles*/
  206. /*start notices page*/
  207. .page {
  208. background-color: #fff;
  209. text-align: left;
  210. border: thin solid #ddd;
  211. border-radius: 8px;
  212. box-sizing: border-box;
  213. }
  214. .page {
  215. border: thin solid #ddd;
  216. border-radius: 8px;
  217. box-sizing: border-box;
  218. }
  219. .primary-container {
  220. display: flex;
  221. justify-content: center;
  222. max-width: none;
  223. text-align: center;
  224. margin-bottom: 1%;
  225. }
  226. .page-width-container {
  227. box-sizing: border-box;
  228. margin: 0;
  229. max-width: 1202px;
  230. padding: 0 16px;
  231. width: 100%;
  232. }
  233. .main-content {
  234. max-width: 832px;
  235. display: inline-block;
  236. position: relative;
  237. width: 100%;
  238. }
  239. .page.no-article-survey {
  240. background: transparent;
  241. box-shadow: none;
  242. }
  243. .accordion-homepage .parent {
  244. background: #fff;
  245. border-top: thin solid #ddd;
  246. padding: 0;
  247. }
  248. .accordion-homepage .parent h2 {
  249. outline: none;
  250. position: relative;
  251. }
  252. .accordion-homepage h2 {
  253. background-color: #fff;
  254. line-height: 20px;
  255. }
  256. .accordion-homepage h2 {
  257. font-size: 14px;
  258. }
  259. .accordion-homepage h2 {
  260. color: #202124;
  261. font-size: 16px;
  262. font-weight: 500;
  263. line-height: 24px;
  264. margin: 0;
  265. padding: 12px 72px;
  266. }
  267. .accordion-homepage .parent:first-child, .accordion-homepage .parent:first-child > h2 {
  268. border-top-left-radius: 10px;
  269. border-top-right-radius: 10px;
  270. border-top: none;
  271. }
  272. .accordion-homepage .parent:not(.selected) h2 {
  273. cursor: pointer;
  274. }
  275. .accordion-homepage .parent h2 svg {
  276. fill: #1a73e8;
  277. height: 20px;
  278. position: absolute;
  279. right: 28px;
  280. top: calc(50% - 10px);
  281. width: 20px;
  282. }
  283. .notices-ad {
  284. margin-top: 2%;
  285. }
  286. /*end notices page*/
  287. /*start article page*/
  288. .article.container img {
  289. max-width: 100%;
  290. }
  291. /*end article page*/
  292. .right-container {
  293. margin-top: 1%;
  294. }
  295. .right-container a {
  296. overflow: hidden;
  297. display: block;
  298. }
  299. /* start history page styles*/
  300. .history-page {
  301. text-align: left;
  302. }
  303. .history-page a {
  304. text-decoration: none;
  305. }
  306. .history-page .history-year {
  307. background: #e8f0fe;
  308. padding-bottom: .625rem;
  309. }
  310. .history-page .year-wrap, .history-page h4.panel-title {
  311. display: block;
  312. line-height: .875rem;
  313. padding: .625rem 4rem;
  314. }
  315. .history-page .year-wrap:hover {
  316. background: #d2e3fc;
  317. }
  318. .history-page .year-wrap a {
  319. color: #3c4043;
  320. padding-top: .625rem;
  321. padding-bottom: .625rem;
  322. line-height: 2rem;
  323. }
  324. .history-content-wrap .title {
  325. padding-top: 30px;
  326. }
  327. .history-content-wrap .title h2 {
  328. padding-top: 0;
  329. }
  330. .history-content .sms-content-pager {
  331. width: 80%;
  332. }
  333. .history-content ol.breadcrumb {
  334. text-align: left;
  335. }
  336. .history-content .history-sms-content thead tr th:nth-child(1) {
  337. width: 5%;
  338. }
  339. .history-content .history-sms-content thead tr th:nth-child(2) {
  340. width: 15%;
  341. }
  342. .history-content .history-sms-content thead tr th:nth-child(3) {
  343. width: 65%;
  344. }
  345. .history-content .history-sms-content thead tr th:nth-child(4) {
  346. width: 15%;
  347. }
  348. .history-content .history-sms-content .pager-wrap {
  349. margin: 4rem 0;
  350. }
  351. /* end history page styles*/
  352. /*response styles start*/
  353. /* Hide/rearrange for smaller screens */
  354. @media screen and (max-width: 768px) {
  355. /* Hide captions */
  356. .carousel-caption {
  357. display: none;
  358. }
  359. .donation.content {
  360. max-width: 100%;
  361. padding-left: 15px;
  362. padding-right: 15px;
  363. }
  364. .donation .title_content {
  365. background-image: none;
  366. height: auto;
  367. }
  368. .donation .title_content .title h2 {
  369. padding-top: 20px;
  370. font-size: 2rem;
  371. }
  372. .number-list-flag, .number-list-info {
  373. border-bottom: 1px solid #ccc;
  374. }
  375. .number-list-flag {
  376. padding-bottom: 1rem;
  377. }
  378. .number-list-flag h3, .sms-number-read, .number-list-info p {
  379. display: block;
  380. text-align: center;
  381. padding: 0;
  382. position: static;
  383. }
  384. .phone_number-text {
  385. align-self: center;
  386. text-align: center;
  387. }
  388. .margin-3 {
  389. margin: 3% 0;
  390. }
  391. .number-list-flag picture {
  392. text-align: center;
  393. display: block;
  394. }
  395. .sms-content-pager, .right-container img {
  396. width: 100%;
  397. }
  398. .sms-content-ad {
  399. height: auto;
  400. }
  401. .responsive_ad.container {
  402. padding-right: 0;
  403. padding-left: 0;
  404. }
  405. .right-container {
  406. padding: 0;
  407. }
  408. /*start notices style*/
  409. .accordion-homepage h2 {
  410. padding: 14px 52px 14px 28px;
  411. }
  412. .primary-container {
  413. margin-top: 20px;
  414. }
  415. /*end notices styles*/
  416. }
  417. /*response styles end*/