login.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .goodslist_boxs {
  2. margin: 0rpx 30rpx;
  3. width: calc(100% - 60rpx);
  4. height: calc( 100vh - 40rpx);
  5. }
  6. .input-group {
  7. display: flex;
  8. flex-direction: column;
  9. margin-bottom: 20rpx;
  10. }
  11. .input-group label {
  12. font-size: 32rpx;
  13. color: #333;
  14. margin-bottom: 10rpx;
  15. }
  16. .input-group input {
  17. height: 80rpx;
  18. background: #fff;
  19. border: 1px solid #ddd;
  20. border-radius: 4rpx;
  21. padding: 0 20rpx;
  22. font-size: 28rpx;
  23. border-radius: 12rpx;
  24. }
  25. .get-code-btn {
  26. width: 300rpx !important;
  27. height: 80rpx;
  28. background-color: #fff;
  29. color: #409eff;
  30. border: 1rpx solid #409eff;
  31. border-radius: 4rpx;
  32. padding: 20rpx 0rpx;
  33. /* margin-left: 20rpx; */
  34. margin-top: 1rpx;
  35. font-size: 28rpx;
  36. border-radius: 12rpx;
  37. }
  38. .confirm-btn {
  39. background-color: #409eff;
  40. color: white;
  41. border: none;
  42. border-radius: 40rpx;
  43. width: calc( 100% - 60rpx) !important;
  44. height: 80rpx;
  45. font-size: 30rpx;
  46. margin-top: 50rpx;
  47. position: fixed;
  48. bottom: 40rpx;
  49. }
  50. .dropdown-item {
  51. margin-left: 20rpx;
  52. margin-top: 4rpx;
  53. padding: 17rpx 16rpx;
  54. background-color: #409eff;
  55. color: #fff;
  56. border-radius: 8rpx;
  57. font-size: 32rpx;
  58. display: flex;
  59. align-content: center;
  60. justify-content: center;
  61. }
  62. .xiala_boxs {
  63. width: 45rpx;
  64. height: 45rpx;
  65. margin: 0;
  66. padding: 0rpx;
  67. }
  68. .picker {
  69. width: calc( 100% - 40rpx);
  70. padding: 20rpx;
  71. border: 1rpx solid #dcdfe6;
  72. border-radius: 12rpx;
  73. background: #fff;
  74. }