addressAdd.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. border-bottom: 1rpx solid #e4e4e4;
  17. }
  18. .label {
  19. width: 150rpx;
  20. height: 100%;
  21. font-size: 26rpx;
  22. font-weight: 400;
  23. color: #333;
  24. justify-content: flex-start;
  25. text-indent: 30rpx;
  26. }
  27. .label-placeholder {
  28. color: #999999;
  29. }
  30. .actions {
  31. width: 550rpx;
  32. height: 100%;
  33. }
  34. .my-picker {
  35. width: 550rpx;
  36. height: 100%;
  37. }
  38. .my-picker .picker-item {
  39. width: 550rpx;
  40. height: 100rpx;
  41. justify-content: flex-end;
  42. }
  43. .picker-text {
  44. margin-right: 14rpx;
  45. font-size: 26rpx;
  46. font-weight: 400;
  47. color: #333;
  48. }
  49. .address-detail {
  50. height: 212rpx;
  51. }
  52. .inputtext {
  53. margin: 0 auto;
  54. width: 690rpx;
  55. height: 170rpx;
  56. font-size: 26rpx;
  57. font-weight: 400;
  58. color: #333;
  59. }
  60. .user-input {
  61. margin: 0 auto;
  62. width: 690rpx;
  63. height: 100%;
  64. font-size: 26rpx;
  65. font-weight: 400;
  66. color: #333;
  67. }
  68. .confirm-btn {
  69. width: 690rpx;
  70. height: 80rpx;
  71. border-radius: 10rpx;
  72. position:fixed;
  73. bottom: 80rpx;
  74. left: 4%;
  75. }