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

72 rivejä
1.2 KiB

  1. /* pages/apply/paymentTemplate/add/upError/upError.wxss */
  2. .top_tit{
  3. color: #878787;
  4. text-align: center;
  5. margin-bottom: 10px;
  6. }
  7. .top_tit text{
  8. display: inline-block;
  9. background-color: #E90000;
  10. padding: 5px 10px;
  11. color: #ffffff;
  12. border-radius: 8px;
  13. margin: 0 5px;
  14. }
  15. .main-box{
  16. background: #ffffff;
  17. padding: 15px 20px;
  18. width: 94%;
  19. margin: 0px auto 20px;
  20. border-radius: 10px;
  21. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  22. }
  23. .main_tit {
  24. display: flex;
  25. align-items: center;
  26. margin-bottom: 10px;
  27. }
  28. .main_bank {
  29. display: flex;
  30. justify-content: space-between;
  31. align-items: center;
  32. padding-left: 20px;
  33. margin-bottom: 10px;
  34. }
  35. .main_money {
  36. display: flex;
  37. justify-content: space-between;
  38. padding-left: 20px;
  39. margin-bottom: 10px;
  40. }
  41. .main_bank text:nth-child(1),.main_money text:nth-child(1){
  42. color: #878787;
  43. }
  44. .main_text {
  45. display: flex;
  46. }
  47. .tit_num{
  48. margin: 0 25px 0 5px;
  49. color: #E90000;
  50. }
  51. .text_tit{
  52. margin-left: 5px;
  53. color: #FC9A55;
  54. }
  55. .bank_type{
  56. display: inline-block;
  57. background-color: rgb(91, 174, 119,0.2);
  58. padding: 2px 5px;
  59. color: #5CAE77;
  60. border-radius: 5px;
  61. }
  62. .money{
  63. font-size: 18px;
  64. }
  65. .icon_money{
  66. font-size: 12px;
  67. color: #000000!important;
  68. }