style.scss 914 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* 地址 */
  2. .address-item{
  3. height: 134upx;
  4. padding: 0 30upx;
  5. background-color: #fff;
  6. margin-top: 20upx;
  7. }
  8. .address-title{
  9. font-size: 28upx;
  10. line-height: 40upx;
  11. color: #333;
  12. font-weight: bold;
  13. }
  14. .address-name{
  15. margin-right: 36upx;
  16. max-width: 50%;
  17. }
  18. .address-info{
  19. font-size: 26upx;
  20. color: #999;
  21. line-height: 30upx;
  22. margin-top: 15upx;
  23. }
  24. .address-edit{
  25. width: 34upx;
  26. height: 34upx;
  27. margin-left: 10upx;
  28. }
  29. .address-default{
  30. font-size: 22upx;
  31. font-weight: 400;
  32. border: 1upx solid #41AE3C;
  33. height: 36upx;
  34. width: 80upx;
  35. color: #41AE3C;
  36. border-radius: 18upx;
  37. margin-left: 10upx;
  38. }
  39. .address-margin{
  40. margin-left: 15upx;
  41. }
  42. /* 地址 */
  43. /* 容器 */
  44. .address-button-container{
  45. margin: 30upx 0;
  46. }
  47. .address-button{
  48. width: 600upx;
  49. height: 80upx;
  50. border-radius: 40upx;
  51. background-color: #41AE3C;
  52. font-size: 30upx;
  53. color: #fff;
  54. line-height: 40upx;
  55. }
  56. /* 容器 */