addressAdd.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /* pages/addressAdd/addressAdd.wxss */
  2. .addressadd-content {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f7f7f7;
  6. }
  7. .form {
  8. width: 100%;
  9. min-height: 100rpx;
  10. margin-top: 20rpx;
  11. background-color: #fff;
  12. }
  13. .form-item {
  14. width: 100%;
  15. height: 100rpx;
  16. }
  17. .label {
  18. width: 150rpx;
  19. height: 100%;
  20. font-size: 26rpx;
  21. font-weight: 400;
  22. color: #333;
  23. justify-content: flex-start;
  24. text-indent: 30rpx;
  25. }
  26. .label-placeholder {
  27. color: #999999;
  28. }
  29. .actions {
  30. width: 550rpx;
  31. height: 100%;
  32. }
  33. .my-picker {
  34. width: 550rpx;
  35. height: 100%;
  36. }
  37. .my-picker .picker-item {
  38. width: 550rpx;
  39. height: 100rpx;
  40. justify-content: flex-end;
  41. }
  42. .picker-text {
  43. margin-right: 14rpx;
  44. font-size: 26rpx;
  45. font-weight: 400;
  46. color: #333;
  47. }
  48. .address-detail {
  49. height: 212rpx;
  50. }
  51. .inputtext {
  52. margin: 0 auto;
  53. width: 690rpx;
  54. height: 170rpx;
  55. font-size: 26rpx;
  56. font-weight: 400;
  57. color: #333;
  58. }
  59. .user-input {
  60. margin: 0 auto;
  61. width: 690rpx;
  62. height: 100%;
  63. font-size: 26rpx;
  64. font-weight: 400;
  65. color: #333;
  66. }
  67. .confirm-btn {
  68. width: 690rpx;
  69. height: 80rpx;
  70. border-radius: 10rpx;
  71. position:fixed;
  72. bottom: 80rpx;
  73. left: 4%;
  74. }