123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- /* pages/user/user.wxss */
- page{
- display: flex;
- flex-direction: column;
- }
- .pages-user{
- display: flex;
- position: relative;
- top: 0;
- margin-bottom: 2px;
- }
- .pages-user-profile{
- position: relative;
- left: 20px;
- top: 1px;
- width: 126px;
- height: 126px;
- opacity: 1;
- background: rgba(204, 204, 204, 1);
- border-radius: 20px;
- }
- .pages-user-profile-1{
- position: relative;
- left: 10px;
- top: 10px;
- width: 106px;
- height: 106px;
- border-radius: 20px;
- }
- .pages-user-username{
- display: flex;
- flex-direction: column;
- }
- .pages-user-username-1{
- position: relative;
- left: 30px;
- top: 1px;
- width: 140px;
- opacity: 1;
- color: rgba(0, 0, 0, 0.62);
- font-size: 20px;
- font-weight: 1000;
- text-align: left;
- }
- .pages-user-username-2{
- position: relative;
- left: 30px;
- top: 5px;
- width: 104px;
- height: 20px;
- opacity: 1;
- /** 文本1 */
- font-size: 12px;
- font-weight: 400;
- letter-spacing: 0px;
- line-height: 17.38px;
- color: rgba(0, 0, 0, 1);
- text-align: left;
- vertical-align: top;
- }
- .pages-user-username-3{
- position: relative;
- top: 10px;
- left: 20px;
- }
- .pages-user-username-3>.van-cell:after{
- border-bottom: none;
- }
- .pages-user-username-3>.van-cell>.van-cell__value{
- font-size: 12px;
- }
- .pages-user-username-4{
- display: flex;
- position: relative;
- top: 10px;
- left: 35px;
- }
- .pages-user-username-4-text{
- position: relative;
- left: -15px;
- margin-top: 5px;
- width: 130px;
- font-size: 12px;
- text-align: left;
- }
- .pages-user-order{
- margin-top: 2px;
- display: flex;
- flex-direction: column;
- margin-bottom: 2px;
- }
- .pages-user-order-1>.van-icon{
- width: 50px;
- height: 50px;
- position: relative;
- left: -225px;
- top: 10px;
- }
- .pages-user-order-2{
- font-size: 12px;
- position: relative;
- top: 0px;
- left: -225px;
- margin-bottom: 5px;
- }
- .pages-user-comdity{
- height: 170px;
- margin-bottom: 10px;
- }
- .pages-user-comdity-1>.van-cell>.van-cell__title{
- font-size: 12px;
- }
- .pages-user-comdity-1>.van-cell>.van-cell__value{
- font-size: 12px;
- }
- .pages-user-comdity-2{
- position: relative;
- left: 12px;
- margin: 2px;
- }
|