tgcarenzheng.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .textwb {
  2. background: #FFFFFF;
  3. height: 160px;
  4. width: calc(100%-20px);
  5. margin: 10px;
  6. position: relative;
  7. border-radius: 5px;
  8. }
  9. .phice {
  10. width: 50px;
  11. height: 50px;
  12. margin: 0 auto;
  13. position: relative;
  14. top: 10px;
  15. }
  16. .phice>img {
  17. width: 100%;
  18. height: 100%;
  19. }
  20. .txto {
  21. height: 16px;
  22. position: relative;
  23. top: 15px;
  24. font-size: 16px;
  25. font-weight: bolder;
  26. text-align: center;
  27. }
  28. .txtt {
  29. height: 14px;
  30. position: relative;
  31. font-size: 14px;
  32. text-align: center;
  33. color: #909090;
  34. }
  35. .txth {
  36. height: 14px;
  37. position: relative;
  38. font-size: 14px;
  39. text-align: center;
  40. color: #909090;
  41. }
  42. .sqca {
  43. width: 290px;
  44. margin: 30px auto;
  45. background: #17B3EC;
  46. height: 40px;
  47. border-radius: 5px;
  48. text-align: center;
  49. font-size: 16px;
  50. color: #FFFFFF;
  51. line-height: 40px;
  52. }
  53. .qxsqca {
  54. width: 290px;
  55. margin: 30px auto;
  56. background: #FFA54B;
  57. height: 40px;
  58. border-radius: 5px;
  59. text-align: center;
  60. font-size: 16px;
  61. color: #FFFFFF;
  62. line-height: 40px;
  63. }