123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- /* pages/addressAdd/addressAdd.wxss */
- .addressadd-content {
- width: 100%;
- height: 100%;
- background-color: #f7f7f7;
- }
- .form {
- width: 100%;
- min-height: 100rpx;
- margin-top: 20rpx;
- background-color: #fff;
- }
- .form-item {
- width: 100%;
- height: 100rpx;
- border-bottom: 1rpx solid #e4e4e4;
- }
- .label {
- width: 150rpx;
- height: 100%;
- font-size: 26rpx;
- font-weight: 400;
- color: #333;
- justify-content: flex-start;
- text-indent: 30rpx;
- }
- .label-placeholder {
- color: #999999;
- }
- .actions {
- width: 550rpx;
- height: 100%;
- }
- .my-picker {
- width: 550rpx;
- height: 100%;
- }
- .my-picker .picker-item {
- width: 550rpx;
- height: 100rpx;
- justify-content: flex-end;
- }
- .picker-text {
- margin-right: 14rpx;
- font-size: 26rpx;
- font-weight: 400;
- color: #333;
- }
- .address-detail {
- height: 212rpx;
- }
- .inputtext {
- margin: 0 auto;
- width: 690rpx;
- height: 170rpx;
- font-size: 26rpx;
- font-weight: 400;
- color: #333;
- }
- .user-input {
- margin: 0 auto;
- width: 690rpx;
- height: 100%;
- font-size: 26rpx;
- font-weight: 400;
- color: #333;
- }
- .confirm-btn {
- width: 690rpx;
- height: 80rpx;
- border-radius: 10rpx;
- position:fixed;
- bottom: 80rpx;
- left: 4%;
- }
|