addressAdd.wxss 1.1 KB

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