| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- .bg {
- position: relative;
- width: 100%;
- min-height: 100%;
- background-color: #f3f3f3;
- }
- .newAddress-top {
- height: 20rpx;
- }
- .newAddress-line {
- height: 90rpx;
- line-height: 90rpx;
- background-color: #fff;
- font-size: 28rpx;
- border-bottom: 1px solid #eeeeee;
- }
- .newAddress-title {
- float: left;
- margin-left: 20rpx;
- color: #4c4c4c;
- }
- .text-placeholder {
- color: #bbbbbb;
- }
- .nameText {
- width: 400rpx;
- height: 90rpx;
- line-height: 90rpx;
- color: #4c4c4c;
- float: right;
- text-align: right;
- padding-right: 20rpx;
- }
- .newAddress-picker {
- float: right;
- text-align: right;
- color: #bbbbbb;
- }
- .newAddress-picker__icon {
- float: right;
- margin-top: 33rpx;
- margin-right: 20rpx;
- margin-left: 12rpx;
- width: 13rpx;
- height: 24rpx;
- }
- .newAddress-picker__text {
- float: right;
- width: 500rpx;
- }
- .newAddress-more {
- background-color: #fff;
- }
- .newAddress-more {
- padding: 30rpx 20rpx;
- }
- .newAddress-more__title {
- font-size: 28rpx;
- color: #4c4c4c;
- }
- .newAddress-form {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 90rpx;
- }
- .newAddress-btn {
- width: 100%;
- height: 100%;
- background-color: #eab86a;
- color: #fff;
- line-height: 90rpx;
- text-align: center;
- font-size: 28rpx;
- }
- .textarea {
- padding-top: 20rpx;
- display: block;
- width: 710rpx;
- min-height: 200rpx;
- line-height: 40rpx;
- font-size: 28rpx;
- color: #4c4c4c
- }
- .distpicker {
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 999;
- width: 100%;
- height: 560rpx;
- display: flex;
- justify-content: center;
- flex-wrap: wrap;
- background-color: #fff;
- font-size:28rpx;
- color:#666;
- }
- .distpicker-btn {
- display: flex;
- justify-content: space-between;
- box-sizing: border-box;
- width: 100%;
- padding: 0 40rpx;
- height: 80rpx;
- line-height: 80rpx;
- background-color: #fafafa;
- color: #eab86a;
- }
- .distpicker-content {
- box-sizing: border-box;
- width: 100%;
- height: 560rpx;
- background-color: #fff;
- text-align: center;
- }
- .mask {
- position: fixed;
- left: 0;
- top: 0;
- z-index: 998;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, .4);
- }
- .hidden {
- display: none;
- }
- .area-item {
- line-height: 80rpx;
- }
- .newAddress-tip {
- height: 245rpx;
- margin-top: 30rpx;
- background: #ffffff;
- padding-top: 40rpx;
- padding-left: 30rpx;
- padding-right: 20rpx;
- }
- .tip-title {
- font-size: 33rpx;
- color: #4e4e4e;
- padding-bottom: 20rpx;
- }
- .tip-in {
- font-size: 28rpx;
- color: #4e4e4e;
- line-height: 45rpx;
- }
- .tip-color {
- color: #fe6565;
- }
|