东风启辰小程序端
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

76 行
1.2KB

  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: 510rpx;
  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. transform: translateX(-50%);
  63. width:652rpx;
  64. height:70rpx;
  65. }
  66. .pickerSty{
  67. height: 62rpx;
  68. display: flex;
  69. align-items: center;
  70. }
  71. .buttonSty{
  72. position: absolute;
  73. left: 135rpx;
  74. top: 0;
  75. z-index: 2;
  76. }