|
- /* pages/userMsg/userMsg.wxss */
- .main{
- width: 750rpx;
- position: fixed;
- left: 0;
- top: 0;
- height: calc(100vh - 120rpx);
- overflow: auto;
- background-color: white;
- z-index: 99;
- }
- .titleText{
- width: 682rpx;
- margin: 0 auto;
- margin-top: 78rpx;
- margin-bottom: 28rpx;
- line-height: 39rpx;
- font-size:39rpx;
- font-family:PingFangSC;
- font-weight:bold;
- color:rgba(0,77,149,1);
- }
- .lineSty{
- width: 682rpx;
- height:2rpx;
- background-color: #B6B6B6;
- margin: 0 auto;
- margin-bottom: 45rpx;
- }
- .closeXieyi{
- position: absolute;
- right: 48rpx;
- top: 38rpx;
- width: 42rpx;
- height: 42rpx;
- }
- .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;
- }
- .pickerSty{
- height: 62rpx;
- display: flex;
- align-items: center;
- }
- .addressDetail{
- padding: 21rpx 26rpx;
- height:102rpx;
- align-items: flex-start;
- margin-bottom: 0;
- }
- .addressTextarea{
- height: 100%;
- }
- .saveAddress{
- position: absolute;
- left: 50%;
- bottom: 45rpx;
- transform: translateX(-50%);
- width:652rpx;
- height:70rpx;
- }
- .headGroup{
- width: 697rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 18rpx;
- padding-bottom: 10rpx;
- border-bottom: 1rpx solid #B6B6B6;
- box-sizing: border-box;
- }
- .headTitle{
- line-height: 23rpx;
- font-size:23rpx;
- font-family:PingFangSC;
- font-weight:600;
- color:rgba(35,33,34,1);
- }
- .avatarUrl{
- width:109rpx;
- height:109rpx;
- border-radius: 50%;
- }
- .nickGroup{
- height: 119rpx;
- margin-bottom:48rpx;
- padding-bottom: 0;
- }
- .nickName{
- width: 500rpx;
- line-height: 36rpx;
- font-size:36rpx;
- font-family:NissanBrand;
- font-weight:400;
- color:rgba(30,27,28,1);
- text-align: right;
- }
- .selectIcon{
- width: 25rpx;
- height: 15rpx;
- margin-left: 24rpx;
- }
- .selectGroup{
- display: flex;
- align-items: center;
- }
|