东风启辰小程序端
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

5 роки тому
5 роки тому
5 роки тому
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /* pages/address/address.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 150rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .addressTitle{
  14. margin:72rpx 0;
  15. font-size:35rpx;
  16. line-height:35rpx;
  17. font-family:PingFangSC;
  18. font-weight:600;
  19. color:rgba(0,0,0,1);
  20. text-align: center;
  21. }
  22. .addressMsg{
  23. display: flex;
  24. align-items: center;
  25. flex-direction: column;
  26. }
  27. .msgGroup{
  28. position: relative;
  29. width:697rpx;
  30. min-height:62rpx;
  31. border: 2rpx solid #B1B1B1;
  32. border-radius: 15rpx;
  33. display: flex;
  34. align-items: center;
  35. box-sizing: border-box;
  36. padding: 0 27rpx;
  37. margin-bottom: 40rpx;
  38. }
  39. .msgTitle,.msgInput{
  40. min-height: 23rpx;
  41. line-height: 23rpx;
  42. font-size:23rpx;
  43. font-family:PingFangSC;
  44. font-weight:600;
  45. color:rgba(35,33,34,1);
  46. }
  47. .msgInput{
  48. width: 530rpx;
  49. }
  50. .addressDetail{
  51. padding: 21rpx 26rpx;
  52. height:155rpx;
  53. align-items: flex-start;
  54. }
  55. .addressTextarea{
  56. height: 100%;
  57. }
  58. .saveAddress{
  59. position: absolute;
  60. left: 50%;
  61. bottom: 45rpx;
  62. text-align: center;
  63. transform: translateX(-50%);
  64. width:652rpx;
  65. height:70rpx;
  66. background-color: #01538E;
  67. line-height: 70rpx;
  68. font-size:30rpx;
  69. font-family:PingFangSC;
  70. font-weight:400;
  71. color:rgba(255,255,255,1);
  72. border-radius: 15rpx;
  73. }
  74. .pickerSty{
  75. height: 62rpx;
  76. display: flex;
  77. align-items: center;
  78. }
  79. .buttonSty{
  80. position: absolute;
  81. left: 135rpx;
  82. top: 0;
  83. z-index: 2;
  84. }