123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- page {
- background-color: #ffffff;
- }
- .addressbox {
- width: 100%;
- height: 245rpx;
- background:#ffffff;
- box-shadow:0px 14rpx 20rpx 2rpx rgba(161,161,161,0.2);
- display: flex;
- flex-direction: column;
- }
- .addressbox2 {
- width: 100%;
- height: 245rpx;
- margin-top:18rpx;
- }
- .addressbox3 {
- width: 100%;
- height: 245rpx;
- }
- .addlist {
- padding-top: 26rpx;
- width: 88%;
- margin-right: 7%;
- margin-left: 5%;
- height: 56rpx;
- display: flex;
- justify-content: center;
- }
- .addlistdesc {
- line-height: 16rpx;
- width: 88%;
- margin-right: 7%;
- margin-left: 5%;
- height: 40rpx;
- }
- .username {
- flex: 1;
- text-align: left;
- color: #000000;
- font-size: 40rpx;
- font-weight: Regular;
- }
- .userphone {
- flex: 1;
- line-height: 58rpx;
- text-align: right;
- color: #000000;
- font-size: 32rpx;
- font-weight: Bold;
- }
- .useraddress {
- text-align: left;
- color: #A1A1A1;
- font-size: 28rpx;
- font-weight: Regular;
- }
- .line {
- margin-top: 36rpx;
- margin-left: 5%;
- width: 95%;
- height: 2rpx;
- background-color: #DFDDDD;
- }
- .editline {
- margin-top: 20rpx;
- width: 88%;
- margin-right: 7%;
- margin-left: 5%;
- display: flex;
- height: 80rpx;
- }
- .radioright {
- flex: 7;
- }
- .defaultadd {
- flex: 66;
- color: #717171;
- font-size: 24rpx;
- font-weight: Regular;
- line-height: 48rpx;
- }
- .edit {
- flex: 6;
- }
- .txtedit {
- line-height: 45rpx;
- flex: 8;
- color: #BBBBBB;
- font-size: 24rpx;
- font-weight: Regular;
- }
- .del {
- flex: 6;
- }
- .imgright {
- height: 36rpx;
- width:36rpx;
- }
- .imgedit {
- height: 36rpx;
- width:36rpx;
- }
- .pay {
- height: 182rpx;
- width: 100%;
- position: fixed;
- left:0;
- bottom:0rpx;
- background:#ffffff;
- z-index: 10;
- display: flex;
- }
- .create {
- margin-top: 40rpx;
- height: 82rpx;
- width: 612rpx;
- margin-bottom: 60rpx;
- margin-left: 70rpx;
- margin-right: 68rpx;
- text-align: center;
- font-weight: 500;
- font-size: 36rpx;
- line-height: 82rpx;
- color: #FFFFFF;
- background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
- box-shadow:0rpx 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
- border-radius: 42rpx;
- }
- .line2 {
- margin-left: 40rpx;
- width: 100%;
- height: 1rpx;
- background-color: #F2F2F2;
- }
- radio {
- transform:scale(0.6);
- margin-left: -8rpx;
- }
- .endbottom2{
- height: 280rpx;
- }
- .none {
- margin-top: 306rpx;
- text-align: center;
- width: 100%;
- height: 260rpx;
- }
- .noneimg {
- height: 280rpx;
- width: 280rpx;
- }
- .nonedesc {
- margin-top: 90rpx;
- height: 30rpx;
- color: #818181;
- font-size: 32rpx;
- font-weight: Heavy;
- }
- .load {
- width: 100%;
- height: 2400rpx;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 9999;
- background-color: #ffffff;
- text-align: center;
- line-height: 1300rpx;
- }
- .loadimg {
- width: 200rpx;
- height: 200rpx;
- }
|