/* pages/order/address/addAddress.wxss */ page { background-color: #CFCFCF; } .address_man { position: relative; margin-top: 0rpx; width: 100%; height: 300rpx; } picker{ font-size: 26rpx; } .address_info { position: relative; margin-top: 80rpx; width: 100%; height: 300rpx; } .link_title { width: auto; height: 80rpx; font-size: 14px; color: gray; line-height: 80rpx; padding-left: 25rpx; } .line_row { width: 100%; height: 100rpx; background-color: white; line-height: 100rpx; border-bottom: 2rpx solid gainsboro; } .link_header { margin-top: 20rpx; width: 20%; height: 60%; font-size: 30rpx; line-height: 60rpx; padding-left: 70rpx; } .link_content { margin-top: 20rpx; width: 80%; height: 60%; font-size: 14px; } .line_sex { padding-left: 70rpx; font-size: 24rpx; color: gray; } .address_default { padding-left: 25rpx; font-size: 14px; } .radio-group{ margin-left: 125rpx; } switch, radio { transform: scale(0.9); } .line_css { width: 100%; height: 2rpx; margin-left: 25rpx; } .address_save { background-color: #1C457C; color: white; border-radius: 55rpx; width: 680rpx; } .cy-location { width: 70%; height: 60%; font-size: 14px; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } button::after { border: none; }