/* pages/user/user.wxss */ page{ display: flex; flex-direction: column; } .pages-user{ display: flex; } .pages-user-profile{ position: relative; left: 20px; top: 1px; width: 126px; height: 126px; 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; background: url(https://img.js.design/assets/smartFill/img313164da746310.jpg); } .pages-user-username{ display: flex; flex-direction: column; } .pages-user-username-1{ position: relative; left: 39px; top: 1px; width: 100px; height: 37px; opacity: 1; color: rgba(0, 0, 0, 0.62); font-size: 40px; font-weight: 1000; } .pages-user-username-2{ position: relative; left: 44px; top: 10px; 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: 70px; } .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{ margin-top: 5px; width: 130px; font-size: 12px; } .pages-user-order{ margin-top: 2px; display: flex; flex-direction: column; } .pages-user-order-1>.van-icon{ width: 50px; height: 50px; position: relative; left: -115px; top: 10px; } .pages-user-order-2{ font-size: 12px; position: relative; top: 10px; left: 25px; margin-bottom: 15px; } .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; }