123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- /* pages/me/me.wxss */
- .container{
- width: 100vh;
- height: 100vh;
- background: #F5F5F5;
- position: relative;
- }
- .message{
- position: absolute;
- width: 100vw;
- height: 40vh;
- background:#fff;
- top: 1vh;
- left: 0;
- }
- .msg-top{
- width: 100vw;
- height: 16vh;
- /* background: red; */
- margin-top: 2vh;
- position: relative;
- }
- .msg-photo{
- width: 20vw;
- height: 14vh;
- position: absolute;
- left: 4vw;
-
- }
- .msg-content{
- width: 74vw;
- height: 16vh;
- position: absolute;
- left: 20vw;
- font-size: 0.8rem;
- position: relative;
- }
- .name{
- margin-bottom: 0.5vh;
- display: inline-block;
- }
- .symbol{
- position: absolute;
- width: 15vw;
- height: 4vh;
- margin-left: 5vw;
- display: inline-block;
- background:#66CDAA;
- opacity: 0.9;
- font-size: 0.7rem;
- text-align: center;
- border-radius: 5px;
- line-height: 4vh;
- top: -0.5vh;
- }
- .number{
- margin-top: 1vh;
- }
- .exchange{
- margin-top: 1.5vh;
- }
- .fo-money{
- display: inline-block;
- }
- .exchange{
- display: inline-block;
- margin-left: 2vw;
- color: orange;
- font-weight: 800;
- }
- .msg-bottom{
- width: 100vw;
- height: 22vh;
- /* background: yellow; */
- /* margin-top: 1vh; */
- }
- .shebao{
- width: 90vw;
- height: 20vh;
- margin: auto;
- border-radius: 0.8rem 0.8rem 50% 50%;
- background: rgb(245, 94, 24);
- color: #fff;
- position: relative;
- }
- .shebao-con{
- width: 80vw;
- height: 15vh;
- position: absolute;
- top: 2.5vh;
- left: 5vw;
- }
- .shebao-con text:nth-child(2){
- float: right;
- }
- .shebao-con view{
- font-size: 0.8rem;
- }
- .order{
- width: 100vw;
- height: 27vh;
- background: #fff;
- position: absolute;
- top: 43vh;
- left: 0;
- }
- .order-top{
- margin-top: 1vh;
- }
- .order-top text:nth-child(1){
- margin-top: 1vh;
- margin-left: 2vw;
- }
- .order-font{
- float: right;
- margin-right:5vw ;
- }
- .order-bottom{
- width: 100vw;
- height: 21vh;
- margin-top:1vh;
- /* background: pink; */
- position: relative;
- }
- .order-img{
- height: 15vh;
- width: 20vw;
- /* background: yellow; */
- position: absolute;
- top: 3vh;
- margin-left:10vw ;
- font-size: 0.8rem;
- text-align: center;
- }
- .img-box{
- background: #FF7F50;
- border-radius: 25px;
- width: 20vw;
- height: 12vh;
- }
- .omg{
- margin-top: 1vh;
- }
- .order-img2{
- height: 15vh;
- width: 20vw;
- /* background: yellow; */
- position: absolute;
- top: 3vh;
- left: 30vw;
- margin-left:10vw ;
- font-size: 0.8rem;
- text-align: center;
- }
- .order-img3{
- height: 15vh;
- width: 20vw;
- /* background: yellow; */
- position: absolute;
- top: 3vh;
- left: 60vw;
- margin-left:10vw ;
- font-size: 0.8rem;
- text-align: center;
- }
- .img-box2{
- background: #87CEFA;
- border-radius: 25px;
- width: 20vw;
- height: 12vh;
- }
- .img-box3{
- background: #00FA9A;
- border-radius: 25px;
- width: 20vw;
- height: 12vh;
- }
- .other{
- width: 100vw;
- height: 27vh;
- background: #fff;
- position: absolute;
- top: 72vh;
- left: 0;
- }
|