modifyAddress.wxss 979 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .as {
  2. margin: 15rpx 15rpx 0rpx 18rpx;
  3. }
  4. .text {
  5. display: flex;
  6. flex-direction: row;
  7. background: #FFFFFF;
  8. }
  9. .sex {
  10. width: 30%;
  11. }
  12. .select {
  13. align-self: center;
  14. }
  15. .setUp {
  16. display: flex;
  17. flex-direction: row;
  18. background: #FFFFFF;
  19. }
  20. .button {
  21. align-self: center;
  22. /* background: red; */
  23. }
  24. /* position: fixed;
  25. bottom: 15rpx; */
  26. /* .but {
  27. margin: 575rpx 35rpx 35rpx 35rpx;
  28. } */
  29. .but2{
  30. display: flex;
  31. margin: 575rpx 35rpx 35rpx 35rpx;
  32. /* background: red; */
  33. }
  34. .f{
  35. /* background: royalblue; */
  36. width: 150px;
  37. margin-left: 15px;
  38. }
  39. .t{
  40. /* background: rgb(90, 205, 148); */
  41. width: 150px;
  42. margin-left: 15px;
  43. }
  44. .tan{
  45. display: inline-block;
  46. text-align: center;
  47. /* background: tomato; */
  48. width: 100%;
  49. /* height: 15px; */
  50. margin-top: 10px;
  51. }
  52. .xiugai{
  53. /* background: red; */
  54. width: 50px;
  55. float: right;
  56. margin-top:20px;
  57. }
  58. .a{
  59. /* display: flex; */
  60. }
  61. .van-cell-text{
  62. /* background: rgb(138, 22, 22); */
  63. width: 260px;
  64. }