微信小程序
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.

paymentTemplate.wxss 1.4 KiB

3 年之前
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* pages/apply/paymentTemplate/paymentTemplate.wxss */
  2. text{display: block;}
  3. .top{
  4. height: 64px;
  5. width: 100%;
  6. position: fixed;
  7. z-index: 999;
  8. top:0px;
  9. }
  10. .top text{
  11. position: relative;
  12. top: 30px;
  13. margin-right: 30px;
  14. display: block;
  15. color: #eee;
  16. text-align: center;
  17. width: 100%;
  18. font-size: 16px;
  19. }
  20. .bgPage{
  21. width: 140%;
  22. position:absolute;
  23. transform: translate(-15%, -50%);
  24. height: 300px;
  25. z-index: -1;
  26. }
  27. .main-box{
  28. background: #ffffff;
  29. padding: 20px;
  30. width: 94%;
  31. margin: 0 auto;
  32. border-radius: 10px;
  33. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  34. }
  35. .top-box{
  36. /* margin-top: 20px; */
  37. /* margin-bottom: 28px; */
  38. }
  39. .top-box text{
  40. margin-bottom: 15px;
  41. }
  42. .top-box text:last-child{
  43. margin-bottom: 0px;
  44. }
  45. .box-title{
  46. color: #2C8E68;
  47. text-align: center;
  48. font-size: 16px;
  49. }
  50. .input_tit{
  51. border: 1px solid #DCDCDC;
  52. padding: 0px 10px;
  53. height: 32px;
  54. line-height: 32px;
  55. border-radius: 5px;
  56. margin-bottom: 15px;
  57. }
  58. .input_money{
  59. padding: 0px 10px;
  60. height: 32px;
  61. line-height: 32px;
  62. color: #E90000;
  63. font-size: 26px;
  64. display: inline-block;
  65. width: 50%;
  66. }
  67. .money_box{
  68. font-size: 26px;
  69. border-bottom:1px solid #DCDCDC;
  70. width: 70%;
  71. margin: 0 auto;
  72. margin-bottom: 15px;
  73. color: #E90000;
  74. display: flex;
  75. align-items: center;
  76. justify-content: center;
  77. }
  78. .title{
  79. padding: 10px calc(3% + 20px);
  80. color: #2C8E68;
  81. font-size: 16px;
  82. }