123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- /**index.wxss**/
- <<<<<<< HEAD
- =======
- <<<<<<< HEAD
- >>>>>>> 6726491 (订单页面)
- .userinfo {
- display: flex;
- flex-direction: column;
- align-items: center;
- color: #aaa;
- }
- .userinfo-avatar {
- overflow: hidden;
- width: 128rpx;
- height: 128rpx;
- margin: 20rpx;
- border-radius: 50%;
- }
- .usermotto {
- margin-top: 200px;
- <<<<<<< HEAD
- =======
- =======
- .header{
- height: 35px;
- border: gray 1px solid;
- border-radius: 20px;
- margin: 0 10px 0 10px;
- }
- .text{
- height: 30px;
- width: 240px;
- display: inline-block;
- /* background: blue; */
- margin-left: 20px;
- line-height: 30px;
- margin-top: 5px;
- position: relative;
- }
- .text input{
- position: absolute;
- top: 0px;
- }
- .btn1{
- line-height: 40px;
- margin-top: 0px;
- height: 30px;
- width: 90px;
- display: inline-block;
- position: absolute;
- top: 1.5px;
- text-align: center;
- align-items: center;
- }
- .btn1 button{
- font-size: 13px;
- border-radius:20px;
- background: orange;
- color: #ffff;
- }
- .serve{
- margin-top: 20px;
- }
- .serve-con{
- width: auto;
- height: 75vh;
- background: #F5F5F5 ;
- }
- .content1{
- width: 340px;
- height: 30vh;
- background: #ffff;
- margin: 20px 20px 0 20px ;
- margin-left: 5vw;
- border-radius: 10px;
- float: left;
- }
- .content-num{
- width: 320px;
- height: 5vh;
- margin: 10px 0 0 10px;
- font-size: 14px;
- border-bottom: gray 1px solid;
- display: inline-block;
- }
- .num-left{
- display: inline-block;
- margin-left: 120px;
- width: 40px;
- }
- .content-msg{
- margin: 10px 0 0 10px;
- }
- .msg-right{
- /* display: inline-block; */
- /* margin-left: 220px; */
- color: orange;
- float: right;
- margin-right: 3vh;
- }
- .msg-left{
- margin: 10px 0 0 0;
- }
- .btn2{
- /* display: inline-block; */
- float: right;
- font-size: 12px;
- /* margin-left: 180px; */
- background: orange;
- color: #fff;
- }
- .footer{
- position:fixed;
- bottom : 0;
- left:0;
- right:0;
- height:8vh;
- }
- .footer-img{
- width: 33.3vw;
- display: inline-block;
- }
- .img-box{
- text-align: center;
- font-size: 11px;
- >>>>>>> c8a92b5 (订单页面)
- >>>>>>> 6726491 (订单页面)
- }
|