|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- /* 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;
- overflow: auto;
- padding-bottom: 30rpx;
- }
- .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: 24rpx;
- line-height: 24rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:400;
- color:rgba(35,33,34,1);
- }
- .msgInput{
- width: 510rpx;
- }
- .pickerSty{
- height: 62rpx;
- display: flex;
- align-items: center;
- }
- .addressDetail{
- width: 650rpx;
- padding: 20rpx 25rpx;
- height:100rpx;
- align-items: flex-start;
- margin-bottom: 30rpx;
- margin-top: 25rpx;
- }
- .addressTextarea{
- height: 100%;
- margin-left: 5rpx;
- }
- .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%;
- margin-right: 49rpx;
- }
- .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;
- }
- .selectTypeGroup{
- margin:0 auto;
- width: 653rpx;
- padding: 45rpx 0;
- }
- .selectTypeImg{
- width: 653rpx;
- height: 70rpx;
- }
- .userMsgGroup{
- width: 650rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 15rpx;
- }
- .userMsgtitle{
- line-height: 24rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:400;
- color:rgba(35,24,21,1);
- }
- .userMsgInput{
- width:540rpx;
- height: 65rpx;
- border: 2rpx solid #aaaaaa;
- border-radius: 20rpx;
- line-height: 65rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- padding: 0 30rpx;
- box-sizing: border-box;
- color: black;
- }
- .codeFrame{
- width: 650rpx;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- margin-bottom: 15rpx;
- }
- .codeGroup{
- width: 540rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .getCodeBtn{
- width: 160rpx;
- height: 50rpx;
- background-color: #2b558a;
- line-height: 50rpx;
- font-size:26rpx;
- font-family:PingFangSC;
- font-weight:300;
- color:rgba(255,255,255,1);
- border-radius: 20rpx;
- text-align: center;
- }
- .codeInput{
- width:350rpx;
- height: 65rpx;
- border: 2rpx solid #aaaaaa;
- border-radius: 20rpx;
- line-height: 65rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- padding: 0 30rpx;
- box-sizing: border-box;
- color: black;
- }
- .getPhoneFrame{
- position: absolute;
- left: 0;
- top: 0;
- width:100%;
- height: 70rpx;
- z-index: 2;
- }
- .getPhoneBtn{
- opacity: 0;
- }
|