payment.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. min-height: 100%;
  13. background-color: #ffffff;
  14. }
  15. page .container {
  16. width: 100%;
  17. padding: 27rpx 31rpx;
  18. }
  19. .list-box .list-title {
  20. font-size: 30rpx;
  21. font-weight: 500;
  22. color: #333333;
  23. margin-bottom: 61rpx;
  24. }
  25. .list-box .list-title .tip {
  26. width: 2rpx;
  27. height: 30rpx;
  28. background: #4C5D97;
  29. margin-right: 17rpx;
  30. }
  31. .list-box .list-cell {
  32. margin-bottom: 70rpx;
  33. }
  34. .list-box .list-cell .cell-name {
  35. width: 30%;
  36. font-size: 26rpx;
  37. font-weight: 500;
  38. color: #333333;
  39. }
  40. .list-box .list-cell .nameCode {
  41. width: 42% !important;
  42. }
  43. .list-box .list-cell .code-box {
  44. width: 100% !important;
  45. }
  46. .list-box .list-cell .code-box input {
  47. width: 50%;
  48. }
  49. .list-box .list-cell .code-box .code {
  50. font-size: 26rpx;
  51. font-weight: 500;
  52. color: #5771DF;
  53. }
  54. .list-box .list-cell input {
  55. width: 60%;
  56. text-align: left;
  57. font-size: 26rpx;
  58. font-weight: 500;
  59. }
  60. .submit {
  61. background-color: #5771DF;
  62. margin-top: 20rpx;
  63. color: #FFFFFF;
  64. text-align: center;
  65. padding: 20rpx 0rpx;
  66. border-radius: 50rpx;
  67. margin-top: 60rpx;
  68. }