加油站付款小程序,打印小票
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.

99 lines
1.9 KiB

9 months ago
  1. svg.data-v-e4e4508d {
  2. position: absolute;
  3. bottom: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 40%;
  7. box-sizing: border-box;
  8. display: block;
  9. background-color: #ffffff;
  10. }
  11. .loginBox.data-v-e4e4508d {
  12. position: absolute;
  13. top: 50%;
  14. left: 50%;
  15. transform: translate(-50%, -60%);
  16. width: 90%;
  17. border-radius: 20rpx;
  18. padding: 60rpx;
  19. box-sizing: border-box;
  20. }
  21. h3.data-v-e4e4508d {
  22. color: rgb(66, 157, 250);
  23. font-size: 40rpx;
  24. letter-spacing: 10rpx;
  25. margin-bottom: 40rpx;
  26. }
  27. .inputBox.data-v-e4e4508d {}
  28. .ipt.data-v-e4e4508d {
  29. height: 86rpx;
  30. display: flex;
  31. justify-content: flex-start;
  32. align-items: center;
  33. margin-bottom: 40rpx;
  34. background-color: #f5f5f5;
  35. border-radius: 10rpx;
  36. padding-left: 10rpx;
  37. }
  38. .ipt input.data-v-e4e4508d {
  39. margin-left: 20rpx;
  40. font-size: 28rpx;
  41. }
  42. .ipt input.data-v-e4e4508d {
  43. margin-left: 20rpx;
  44. }
  45. .forgetPwd.data-v-e4e4508d {
  46. margin-top: 30rpx;
  47. font-size: 26rpx;
  48. color: #b5b5b5;
  49. text-align: end;
  50. padding: 0 10rpx;
  51. display: flex;
  52. justify-content: space-between;
  53. }
  54. button.data-v-e4e4508d {
  55. margin-top: 20rpx;
  56. line-height: 85rpx;
  57. text-align: center;
  58. background: rgb(66, 157, 250);
  59. border-radius: 40rpx;
  60. color: #fff;
  61. margin-top: 40rpx;
  62. }
  63. .tip.data-v-e4e4508d {
  64. text-align: center;
  65. font-size: 28rpx;
  66. position: fixed;
  67. bottom: 50rpx;
  68. left: 50%;
  69. transform: translate(-50%, -50%);
  70. color: #f4f4f4;
  71. }
  72. .tipbox.data-v-e4e4508d {
  73. text-align: center;
  74. margin-top: 100rpx;
  75. }
  76. .otherUser.data-v-e4e4508d {
  77. margin-top: 30rpx;
  78. display: flex;
  79. justify-content: center;
  80. }
  81. .txt.data-v-e4e4508d {
  82. font-size: 28rpx;
  83. color: #cbcbcb;
  84. }
  85. .otherUser .uni-icons.data-v-e4e4508d {
  86. margin-left: 20rpx;
  87. }
  88. .yzm.data-v-e4e4508d {
  89. text-align: end;
  90. font-size: 24rpx;
  91. background: linear-gradient(to right, rgb(66, 157, 250), rgb(0, 170, 127));
  92. height: 60rpx;
  93. width: 150rpx;
  94. line-height: 60rpx;
  95. text-align: center;
  96. border-radius: 10rpx;
  97. color: #fff;
  98. }