/* 地址 */ .address-item{ height: 134upx; padding: 0 30upx; background-color: #fff; margin-top: 20upx; } .address-title{ font-size: 28upx; line-height: 40upx; color: #333; font-weight: bold; } .address-name{ margin-right: 36upx; max-width: 50%; } .address-info{ font-size: 26upx; color: #999; line-height: 30upx; margin-top: 15upx; } .address-edit{ width: 34upx; height: 34upx; margin-left: 10upx; } .address-default{ font-size: 22upx; font-weight: 400; border: 1upx solid #41AE3C; height: 36upx; width: 80upx; color: #41AE3C; border-radius: 18upx; margin-left: 10upx; } .address-margin{ margin-left: 15upx; } /* 地址 */ /* 容器 */ .address-button-container{ margin: 30upx 0; } .address-button{ width: 600upx; height: 80upx; border-radius: 40upx; background-color: #41AE3C; font-size: 30upx; color: #fff; line-height: 40upx; } /* 容器 */