123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- .address-management.fff {
- background-color: #fff;
- height: 1300rpx
- }
- .address-management{
-
- }
- .addressa{
- width: 702rpx;
- background: #ffffff;
- border-radius: 20rpx;
- margin: 0 auto;
- margin-top: 30rpx;
- overflow: hidden;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- }
- .address-management .line {
- width: 100%;
- height: 3rpx;
- }
- .address-management .line image {
- width: 100%;
- height: 100%;
- display: block;
- }
- .address-management .item {
- background-color: #fff;
- padding: 0 0rpx;
- margin-bottom: 12rpx;
- border-bottom: 2rpx solid #f1f2f3;
- }
- .address-management .item:last-child{
- border-bottom: 0;
- }
- .address-management .item .address {
- padding: 30rpx 0;
- font-size: 30rpx;
- padding-top: 15rpx;
- color: #1D1D1D;
- }
- .address-management .item .address .consignee {
- font-size: 30rpx;
- /* font-weight: bold; */
- margin-bottom: 8rpx;
- }
- .address-management .item .address .consignee .phone {
- margin-left: 25rpx;
- }
- .address-management .item .operation {
- height: 83rpx;
- font-size: 28rpx;
- color: #282828;
- }
- .address-management .item .operation .radio text {
- margin-left: 13rpx;
- }
- .address-management .item .operation .iconfont {
- color: #2c2c2c;
- font-size: 35rpx;
- vertical-align: -2rpx;
- margin-right: 10rpx;
- }
- .address-management .item .operation .iconfont.icon-shanchu {
- margin-left: 40rpx;
- font-size: 38rpx;
- }
- .address-management .footer {
- position: fixed;
- width: 100%;
- /* background-color: #fff; */
- bottom: 0;
- height: 106rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .address-management .footer .addressBnt {
- width: 330rpx;
- height: 76rpx;
- border-radius: 50rpx;
- text-align: center;
- line-height: 76rpx;
- font-size: 30rpx;
- color: #fff;
- }
- .address-management .footer .addressBnt .iconfont {
- font-size: 35rpx;
- margin-right: 8rpx;
- vertical-align: -1rpx;
- }
- .address-management .footer .addressBnt.wxbnt {
- background-color: #fe960f;
- }
- .bgcolora{
- background: #fd5400;
- }
|