Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

75 строки
1.3 KiB

  1. /* pages/membersinfo/index.wxss */
  2. /* pages/index/transaction/transaction.wxss */
  3. .transaction {
  4. width: 710rpx;
  5. height: 100%;
  6. line-height: 87rpx;
  7. margin: 69rpx auto 0;
  8. display: flex;
  9. flex-direction: column;
  10. }
  11. .transaction_msg {
  12. width: 710rpx;
  13. margin: 0 auto 30rpx;
  14. height: 100%;
  15. display: flex;
  16. flex-direction: column;
  17. border-radius: 16rpx;
  18. overflow: hidden;
  19. padding-bottom: 20rpx;
  20. padding-top: 20rpx;
  21. background: #fff;
  22. box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
  23. /* border-bottom: 20rpx solid #f5f5f5;*//* margin-bottom: 70rpx; */
  24. }
  25. .transaction_msg view {
  26. width: 100%;
  27. background: #fff;
  28. }
  29. .section-items{
  30. width: 100%;
  31. height: 120rpx;
  32. line-height: 120rpx;
  33. }
  34. .input-label{
  35. width: 30%!important;
  36. padding-left: 20rpx;
  37. box-sizing: border-box;
  38. float: left;
  39. color: #bfbfbf;
  40. height: 120rpx;
  41. line-height: 120rpx;
  42. }
  43. .input-text{
  44. width: 70%!important;
  45. float: right;
  46. height: 120rpx;
  47. line-height: 120rpx;
  48. }
  49. .input-text input{
  50. width: 100%!important;
  51. text-align: end!important;
  52. padding-right: 12rpx;
  53. box-sizing: border-box;
  54. height: 120rpx;
  55. line-height: 120rpx;
  56. }
  57. .text-submit{
  58. width: 90%;
  59. }
  60. .picker{
  61. width: 100%!important;
  62. text-align: end;
  63. padding-right: 12rpx;
  64. box-sizing: border-box;
  65. height: 120rpx;
  66. line-height: 120rpx;
  67. }
  68. .radio-group{
  69. text-align: right;
  70. }
  71. .radio{
  72. margin-right: 20rpx;
  73. }