123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* index.wxss 我的地址 */
- page{
- background-color: #f4f4f4;
- }
- .container{
- padding-top: 20rpx;
- }
- .address_wrap{
- position: relative;
- }
- .each_address{
- height: auto;
- padding: 60rpx 120rpx 60rpx 71rpx;
- border-bottom: 1rpx solid #e6e6e6;
- background-color: #fff;
- }
- .user_name{
- font-size: 30rpx;
- color: #232323;
- padding-bottom: 20rpx;
- }
- .user_name text{
- padding-left: 70rpx;
- }
- .user_addr{
- font-size: 24rpx;
- color: #969696;
- }
- /* 选择地址 */
- .select_address{
- width: 71rpx;
- height: 60rpx;
- position: absolute;
- top: 0;
- left: 0;
- }
- /* 删除地址 */
- .delete_address{
- width: 34rpx;
- height: 38rpx;
- position: absolute;
- top:50%;
- right: 44rpx;
- margin-top: -19rpx;
- }
- /* 添加新地址 */
- .add_btn{
- width: 100%;
- height: 100rpx;
- font-size: 30rpx;
- font-weight: bold;
- line-height: 100rpx;
- text-align: center;
- color: #b4a078;
- margin-top: 40rpx;
- background-color: #fff;
- }
|