123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- .content{
- .order {
- width: 92.3077vw;
- margin: 2.5641vw auto;
- background-size: 100% 100%;
- height: 56.4103vw;
- padding: 1.5385vw 7.6923vw;
- border-radius: 5.1282vw;
- .ladder {
- position: relative;
- height: 30.7692vw;
- width: 51.2821vw;
- margin: 2.5641vw auto;
- .top-block {
- display: flex;
- justify-content: space-evenly;
- width: 100%;
- position: absolute;
- bottom: 0;
- left: 0;
- z-index: 9;
- align-items: self-end;
- .top1,
- .top2,
- .top3 {
- // width: 15.3846vw;
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- .user-detail {
- font-size: 3.0769vw;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .pm {
- font-weight: 600;
- color: white;
- }
- .num {
- color: #fefcc9
- }
- .user-block {
- font-size: 2.5641vw;
- margin-bottom: 2.5641vw;
- .user-avatar {
- width: 10.2564vw;
- height: 10.2564vw;
- position: relative;
- .tag {
- position: absolute;
- right: -1.7949vw;
- top: -1.5385vw;
- width: 5.1282vw;
- }
- .avatar {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- }
- }
- }
- .top1 {
- // margin-bottom: 5.1282vw;
- .num {
- color: #fd4800;
- }
- }
- .user-detail2{
- background: #f9bc66;
- width: 100%;
- height: 10.2564vw;
- border-radius: 1.0256vw 0 0 1.0256vw;
- }
- .user-detail1{
- background: #ffc36f;
- width: 100%;
- height: 12.8205vw;
- border-radius: 1.0256vw 1.0256vw 0 0 ;
- box-shadow: rgba(17, 12, 46, 0.15) 0vw -3.8462vw 25.641vw 0vw;
- }
- .user-detail3{
- background: #fdd7a2;
- width: 100%;
- height: 7.6923vw;
- border-radius: 0 1.0256vw 1.0256vw 0 ;
- }
- }
- }
- .ladder::after {
- content: "";
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 17.9487vw;
- background-size: 100% 100%;
- }
- .row {
- font-size: 3.0769vw;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 1.5385vw;
- color: #999999;
- .row-left {
- display: flex;
- align-items: center;
- .row-avatar {
- width: 7.6923vw;
- height: 7.6923vw;
- margin: 0 1.0256vw;
- }
- }
- .row-right {
- display: flex;
- .row-tpis-num {
- color: #f7931e;
- display: flex;
- align-items: center;
- span {
- width: 1.5385vw;
- height: 1.5385vw;
- border-radius: 50%;
- background-color: #f7931e;
- margin-left: 1.0256vw;
- }
- }
- }
- }
- }
- }
|