add.wxss 455 B

12345678910111213141516171819202122232425262728293031
  1. /* customized/pages/address/add/add.wxss */
  2. page{
  3. background:#fff;
  4. }
  5. .add-list{
  6. height:50rpx;
  7. line-height:50rpx;
  8. padding:30rpx 0;
  9. border-bottom:2rpx solid #e0e0e0;
  10. }
  11. .add-label{
  12. width:5em;
  13. }
  14. .add-label input{
  15. width:100%;
  16. }
  17. .add-textarea{
  18. border-bottom:2rpx solid #e0e0e0;
  19. line-height:50rpx;
  20. padding:30rpx 0;
  21. }
  22. .add-textarea textarea{
  23. width:100%;
  24. height:100rpx;
  25. line-height:0;
  26. margin-top:10rpx;
  27. }
  28. .switch{
  29. margin-top:30rpx;
  30. }