| New file |
| | |
| | | page{ |
| | | background-color: #fbf8f8; |
| | | font-size: 26upx; |
| | | } |
| | | .addrItem{ |
| | | background-color: #ffffff; |
| | | padding: 30upx 30upx 0 30upx; |
| | | margin-bottom: 30upx; |
| | | position: relative; |
| | | } |
| | | .addr-v{ |
| | | margin-bottom: 20upx; |
| | | } |
| | | .addr-v text{ |
| | | margin-right: 20upx; |
| | | } |
| | | .addr-c { |
| | | border-top: 1px solid #eeeeee; |
| | | text-align: right; |
| | | height: 70upx; |
| | | position: relative; |
| | | } |
| | | .addr-c-main{ |
| | | display: flex; |
| | | position: absolute; |
| | | right: 0; |
| | | } |
| | | .addr-c image{ |
| | | width: 34upx; |
| | | height: 34upx; |
| | | margin-right: 10upx; |
| | | } |
| | | .addr-c view{ |
| | | height: 70upx; |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | .addr-c-c{ |
| | | margin-left: 80upx; |
| | | } |
| | | .addr-df{ |
| | | position: absolute; |
| | | left: 0; |
| | | } |
| | | .rgt{ |
| | | width: 44upx; |
| | | height: 44upx; |
| | | position: absolute; |
| | | right: 30upx; |
| | | top: 22%; |
| | | } |
| | | |
| | | .addrBtn{ |
| | | width: 100%; |
| | | position: fixed; |
| | | left: 0; |
| | | bottom: 0; |
| | | z-index: 99; |
| | | height: 90upx; |
| | | background-color: #e3b400; |
| | | color: #ffffff; |
| | | letter-spacing: 10upx; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | font-weight: 700; |
| | | font-size: 28upx; |
| | | } |