123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326 |
- .content {
- --padding-bottom: 100px;
- --background: #f8f8f8;
- .header {
- padding: 20px 10px 10px;
- background-size: 100% 100%;
- height: 140px;
- // border-radius: 0 0 50px 50px;
- .user-dateil {
- display: flex;
- align-items: center;
- color: white;
- font-size: 14px;
- padding: 10px;
- .pendant {
- width: 80px;
- height: 80px;
- display: flex;
- justify-content: center;
- align-items: center;
- background-size: 100% 100%;
- .avatar {
- width: 60px;
- height: 60px;
- // margin-right: 10px;
- }
- }
- .user-right {
- flex: 1;
- .user-name {
- font-weight: 400;
- font-size: 16px;
- }
- .user-block {
- display: flex;
- // padding: 0 20px 0 0;
- justify-content: space-between;
- margin: 6px 0;
- font-size: 12px;
- .tags {
- display: flex;
- .sex {
- border-radius: 50%;
- width: 20px;
- height: 20px;
- display: flex;
- align-items: center;
- justify-content: center;
- box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px,
- rgba(0, 0, 0, 0.05) 0px 5px 10px;
- background: linear-gradient(to right, #156bfd, #91baff);
- }
- .girl {
- background: linear-gradient(to right, #fe454e, #f5a7ab);
- }
- .age {
- background: linear-gradient(to right, #156bfd, #d3e4ff);
- display: flex;
- align-items: center;
- height: 20px;
- padding: 0 8px;
- border-radius: 20px;
- margin: 0 2px;
- img {
- width: 14px;
- height: 14px;
- margin-right: 4px;
- }
- }
- .id {
- background: linear-gradient(to right, #d76f12, #ffffff9c);
- padding: 0 8px;
- border-radius: 20px;
- height: 20px;
- }
- }
- .btn {
- padding: 2px 10px;
- background: white;
- color: #fd7f76;
- border-radius: 20px;
- font-size: 14px;
- }
- }
- .user-footer {
- padding: 0 20px 0 0;
- display: flex;
- justify-content: space-between;
- font-size: 12px;
- }
- }
- }
- }
- .ad {
- display: flex;
- align-items: center;
- padding: 6px 10px;
- font-size: 12px;
- border-radius: 2px;
- margin: -4px auto 0;
- background-size: 100% 100%;
- width: 360px;
- .ad-left {
- display: flex;
- align-items: center;
- justify-content: space-around;
- .text {
- display: flex;
- font-size: 14px;
- font-weight: 600;
- span {
- background: linear-gradient(to left, #ff848a, rgb(255 199 202 / 71%));
- color: white;
- padding: 0px 4px;
- font-size: 12px;
- border-radius: 4px;
- height: 18px;
- line-height: 18px;
- margin: 0 4px;
- }
- }
- p {
- color: #666666;
- }
- }
- .btn {
- background: white;
- color: #ed3f38;
- padding: 2px 4px;
- border-radius: 4px;
- }
- }
- .tool {
- display: grid;
- grid-template-columns: repeat(5, 70px);
- align-items: center;
- padding: 6px 10px;
- font-size: 12px;
- justify-content: space-evenly;
- border-radius: 2px;
- background: #fff;
- width: 360px;
- margin: 10px auto;
- border-radius: 10px;
- color: #808080;
- .tool-li {
- display: flex;
- flex-direction: column;
- align-items: center;
- img {
- width: 30px;
- height: 30px;
- }
- }
- }
- .order {
- width: 360px;
- margin: 10px auto;
- background-size: 100% 100%;
- height: 220px;
- padding: 6px 30px;
- border-radius: 20px;
- .ladder {
- position: relative;
- height: 120px;
- width: 200px;
- margin: 10px 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: 60px;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- .user-detail {
- font-size: 12px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .pm {
- font-weight: 600;
- color: white;
- }
- .num {
- color: #ffb63f;
- }
- .user-block {
- font-size: 10px;
- margin-bottom: 10px;
- .user-avatar {
- width: 40px;
- height: 40px;
- position: relative;
- .tag {
- position: absolute;
- right: -7px;
- top: -6px;
- width: 20px;
- }
- .avatar {
- width: 100%;
- height: 100%;
- }
- }
- }
- }
- .top1 {
- margin-bottom: 20px;
- .num {
- color: #ffffb9;
- }
- }
- }
- }
- .ladder::after {
- content: "";
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 70px;
- background-size: 100% 100%;
- }
- .row {
- font-size: 12px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 6px;
- color: #999999;
- .row-left {
- display: flex;
- align-items: center;
- .row-avatar {
- width: 30px;
- height: 30px;
- margin: 0 4px;
- }
- }
- .row-right {
- display: flex;
- .row-tpis-num {
- color: #f7931e;
- display: flex;
- align-items: center;
- span {
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background-color: #f7931e;
- margin-left: 4px;
- }
- }
- }
- }
- }
- .setting {
- width: 360px;
- margin: 0 auto;
- font-size: 14px;
- .setting-tabs {
- background: white;
- border-radius: 10px;
- .row {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 4px 10px;
- .tabs-left {
- display: flex;
- align-items: center;
- ion-icon {
- font-size: 22px;
- color: #e7435c;
- }
- }
- }
- ion-toggle {
- --handle-height: 14px;
- --handle-width: 14px;
- }
- }
- .list {
- background: white;
- border-radius: 10px;
- padding: 4px 10px 10px;
- margin: 10px auto;
- .li {
- display: flex;
- justify-content: space-between;
- margin-top: 10px;
- .li-lable {
- display: flex;
- align-items: center;
- .icon {
- width: 18px;
- height: 16px;
- margin-right: 10px;
- }
- }
- ion-icon {
- color: #666666;
- }
- }
- }
- }
- }
- ion-toggle::part(track),
- ion-toggle.toggle-checked::part(track) {
- height: 20px;
- width: 40px;
- overflow: visible;
- }
|