|
- /* pages/address/address.wxss */
- image{
- display: block;
- }
- view{
- -webkit-overflow-scrolling: touch;
- }
- .main{
- height: calc(100vh - 120rpx);
- overflow: auto;
- position: relative;
- }
- .addressTitle{
- margin:72rpx 0;
- font-size:35rpx;
- line-height:35rpx;
- font-family:PingFangSC;
- font-weight:600;
- color:rgba(0,0,0,1);
- text-align: center;
- }
- .addressMsg{
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .msgGroup{
- position: relative;
- width:697rpx;
- min-height:62rpx;
- border: 2rpx solid #B1B1B1;
- border-radius: 15rpx;
- display: flex;
- align-items: center;
- box-sizing: border-box;
- padding: 0 27rpx;
- margin-bottom: 40rpx;
- }
- .msgTitle,.msgInput{
- min-height: 23rpx;
- line-height: 23rpx;
- font-size:23rpx;
- font-family:PingFangSC;
- font-weight:600;
- color:rgba(35,33,34,1);
- }
- .msgInput{
- width: 510rpx;
- }
- .addressDetail{
- padding: 21rpx 26rpx;
- height:155rpx;
- align-items: flex-start;
- }
- .addressTextarea{
- height: 100%;
- }
- .saveAddress{
- position: absolute;
- left: 50%;
- bottom: 45rpx;
- transform: translateX(-50%);
- width:652rpx;
- height:70rpx;
- }
- .pickerSty{
- height: 62rpx;
- display: flex;
- align-items: center;
- }
- .buttonSty{
- position: absolute;
- left: 135rpx;
- top: 0;
- z-index: 2;
- }
|