index.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. page{
  2. padding-top: 20rpx;
  3. background: white;
  4. }
  5. .address-box{
  6. width: 710rpx;
  7. margin: 0 auto;
  8. margin-bottom: 20rpx;
  9. }
  10. .address-box-list{
  11. height: auto;
  12. /*border-bottom: 1rpx solid #f2f2f2;*/
  13. padding: 7rpx 20rpx;
  14. border-radius: 8rpx;
  15. background-color: #FFFFFF;
  16. overflow: hidden;
  17. }
  18. .address-box-list:last-child{
  19. border: 0;
  20. }
  21. .address-box-label{
  22. display: inline-block;
  23. width: 240rpx;
  24. height: 72rpx;
  25. line-height: 72rpx;
  26. float: left;
  27. color: #333333;
  28. font-size: 38rpx;
  29. overflow: hidden;
  30. font-weight: 500;
  31. }
  32. .address-box-input{
  33. display: inline-block;
  34. width: 420rpx;
  35. height: 100rpx;
  36. line-height: 100rpx;
  37. /*float: right;*/
  38. /*text-align: right;*/
  39. overflow: hidden;
  40. }
  41. .address-box-input input{
  42. height: 90rpx;
  43. line-height: 90rpx;
  44. /*margin-top: 10rpx;*/
  45. font-size: 30rpx;
  46. vertical-align: middle;
  47. border: 1rpx solid #f2f2f2;
  48. }
  49. .address-box-input-text{
  50. display: inline-block;
  51. width: 390rpx;
  52. line-height: 100%;
  53. vertical-align: middle;
  54. color: #808080;
  55. padding-right: 18rpx;
  56. font-size: 35rpx;
  57. overflow: hidden;
  58. }
  59. .address-box-input-icon{
  60. width: 12rpx;
  61. height: 22rpx;
  62. }
  63. .address-box-textarea{
  64. width: 100%;
  65. min-height: 124rpx;
  66. margin-top: 72rpx;
  67. padding-bottom: 20rpxw;
  68. border: 1rpx solid #f2f2f2;
  69. }
  70. .submitbtn{
  71. width: 710rpx;
  72. height: 78rpx;
  73. line-height: 78rpx;
  74. background-color: var(--themeColor);
  75. color: #FFFFFF;
  76. text-align: center;
  77. font-size: 38rpx;
  78. margin: 20rpx auto;
  79. border-radius: 8rpx;
  80. }
  81. .tourist{
  82. width: 100%;
  83. margin-top: 50rpx;
  84. color: var(--themeColor);
  85. text-align: center;
  86. font-size: 34rpx;
  87. }