| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602 |
- .user-page {
- display: flex;
- flex-direction: column;
- width: 100VW;
- padding-top: 6.66667VW;
- background-image: linear-gradient(rgba(255, 208, 221, 0.5), rgba(204, 201, 201, 0.5));
- }
- .user-page .user-page-login {
- z-index: 1;
- width: calc(100% - 5.33333vW);
- height: 13.3VW;
- padding: 0 2.6666VW;
- margin-bottom: 6.66666VW;
- }
- .user-page .user-page-login .user-info-show {
- display: flex;
- }
- .user-page .user-page-login .user-info-show .user-info-show-avatar {
- width: 13VW;
- height: 13VW;
- background-color: rgb(190, 218, 248);
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 50%;
- margin-right: 2.333333vw;
- }
- .user-page .user-page-login .user-info-show .user-info-show-avatar img {
- border-radius: inherit;
- min-width: 50px;
- min-height: 50px;
- max-width: 50px;
- max-height: 50px;
- }
- .user-page .user-page-login .user-info-show .user-info-show-name .user-info-show-name-text {
- height: 5.6vw;
- font-weight: 700;
- font-size: 4.53333vw;
- color: rgb(26, 26, 26);
- line-height: 5.6vw;
- margin-bottom: 2.26667vw;
- }
- .user-page .user-page-login .user-info-show .user-info-show-name .user-info-show-name-button {
- font-size: 3.46667vw;
- font-weight: normal;
- line-height: 5.86667vw;
- height: 5.86667vw;
- letter-spacing: 0;
- font-feature-settings: "kern";
- color: rgb(118, 118, 118);
- }
- .user-page .user-page-handler {
- height: 100VH;
- background-color: white;
- border-radius: 4.26667VW 4.26667VW 0 0;
- }
- .user-page .user-page-handler .user-handler-info {
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- width: 94.6667vw;
- height: 15.2vw;
- margin: 0px auto;
- position: relative;
- }
- .user-page .user-page-handler .user-handler-info .user-handler-info-item {
- width: 23.4667vw;
- height: 100%;
- display: flex;
- flex-direction: column;
- -webkit-box-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- align-items: center;
- position: relative;
- }
- .user-handler-info .user-handler-info-item .user-handler-info-item-number {
- font-size: 4.8vw;
- font-weight: 500;
- line-height: 4.26667vw;
- text-align: center;
- letter-spacing: 0;
- color: rgb(26, 26, 26);
- }
- .user-handler-info .user-handler-info-item .user-handler-info-item-remark {
- font-size: 3.46667vw;
- font-weight: normal;
- line-height: 4.26667vw;
- margin-top: 1.33333vw;
- text-align: center;
- letter-spacing: 0px;
- color: rgb(26, 26, 26);
- }
- .user-handler-other {
- width: 94.6667vw;
- padding: 2.66667vw;
- background: rgb(255, 255, 255);
- border-radius: 1.06667vw;
- margin: 0px auto 2.66667vw;
- }
- .user-handler-other .user-handler-other-header {
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- justify-content: space-between;
- margin-bottom: 2vw;
- }
- .user-handler-other .user-handler-other-header .title {
- height: 6.4vw;
- font-weight: 500;
- font-size: 4.53333vw;
- color: rgb(26, 26, 26);
- line-height: 6.4vw;
- }
- .user-handler-other .user-handler-other-header .more-btn {
- font-size: 3.46667vw;
- color: rgb(118, 118, 118);
- }
- .user-handler-other .user-handler-other-bottom {
- width: 100%;
- height: 17.3333vw;
- background: rgb(255, 255, 255);
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- justify-content: space-between;
- padding: 0px 1.33333vw;
- }
- .user-handler-other .user-handler-other-bottom .user-handler-other-bottom-item {
- width: 17.3333vw;
- height: 11.2vw;
- position: relative;
- }
- .user-handler-other .user-handler-other-bottom .user-handler-other-bottom-item .icon {
- display: flex;
- -webkit-box-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- align-items: center;
- width: 100%;
- }
- .user-handler-other .user-handler-other-bottom .user-handler-other-bottom-item .icon img {
- width: 24px;
- height: 24px;
- }
- .user-handler-other .user-handler-other-bottom .user-handler-other-bottom-item .label {
- margin-top: 0.8vw;
- font-size: 3.46667vw;
- font-weight: normal;
- line-height: 4.33333vw;
- text-align: center;
- letter-spacing: 0px;
- color: rgb(26, 26, 26);
- }
- .user-page-handler .user-handler-goods-recommend {
- width: 94.6667vw;
- padding: 2.66667vw;
- background: rgb(255, 255, 255);
- border-radius: 1.06667vw;
- margin: 0px auto 2.66667vw;
- }
- .user-page-handler .user-handler-goods-recommend .user-handler-goods-recommend-header {
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- justify-content: space-between;
- margin-bottom: 2vw;
- }
- .user-page-handler .user-handler-goods-recommend .user-handler-goods-recommend-header .title {
- height: 6.4vw;
- font-weight: 500;
- font-size: 4.53333vw;
- color: rgb(26, 26, 26);
- line-height: 6.4vw;
- }
- .user-page-handler .user-handler-goods-recommend .user-handler-goods-recommend-header .more-btn {
- font-size: 3.46667vw;
- color: rgb(118, 118, 118);
- }
- .user-page-handler .user-handler-goods-recommend .user-handler-goods-recommend-skus {
- display: flex;
- flex-wrap: wrap;
- padding: 0px 1.06667vw;
- margin-top: 1.33333vw;
- }
- .user-page-handler .user-handler-goods-recommend .user-handler-goods-recommend-skus .sku-item {
- width: 26.4vw;
- margin-right: 4vw;
- margin-bottom: 4vw;
- border-radius: 1.06667vw;
- overflow: hidden;
- position: relative;
- }
- .user-page-handler .user-handler-goods-recommend .user-handler-goods-recommend-skus .sku-item .image {
- height: 34.6667vw;
- width: 100%;
- overflow: hidden;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- }
- .user-page-handler .user-handler-goods-recommend .user-handler-goods-recommend-skus .sku-item .image img {
- border-radius: 5px;
- width: 100%;
- height: 100%;
- }
- .user-page-handler .user-handler-goods-recommend .user-handler-goods-recommend-skus .sku-item .name {
- font-size: 3.46667vw;
- line-height: 4.8vw;
- color: rgb(26, 26, 26);
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- text-overflow: ellipsis;
- overflow: hidden;
- margin-top: 1.2vw;
- }
- .router-bar-view {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 12;
- background-color: white;
- width: 100%;
- }
- .router-bar-view .view-header {
- display: flex;
- width: 100VW;
- text-align: center;
- box-shadow: rgba(100, 100, 100, 0.1) 0px 2px 4px;
- }
- .view-header .view-header-back-btn .header-return {
- width: 10.5VW;
- height: 10.5VW;
- font-size: 1.6em;
- line-height: 10.5VW;
- position: fixed;
- text-align: center;
- color: #666666;
- border-radius: 50%;
- user-select: none;
- }
- .view-header .view-header-back-btn .header-return::after {
- content: "<";
- }
- .view-header .view-header-back-btn .header-title {
- width: 100VW;
- height: 10.5VW;
- font-size: 1.6em;
- line-height: 10.5VW;
- text-align: center;
- color: #666666;
- border-radius: 50%;
- user-select: none;
- display: -webkit-box; /* 创建弹性盒子模型 */
- -webkit-box-orient: vertical; /* 垂直排列子元素 */
- overflow: hidden; /* 隐藏溢出的内容 */
- text-overflow: ellipsis; /* 溢出的部分显示省略号 */
- -webkit-line-clamp: 1; /* 限制显示的行数,这里限制为3行 */
- max-height: calc(1.5em * 3); /* 计算出元素的最大高度(行高乘以行数) */
- }
- /*----用户信息----*/
- .router-bar-user-info-view {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- padding: 4VW;
- }
- .router-bar-user-info-view .router-user-info-list {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- padding: 0 15px;
- }
- .router-bar-user-info-view .router-user-info-list .list-item {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- padding: 4VW 0;
- }
- .router-bar-user-info-view .router-user-info-list .list-item .title {
- font-size: 3.33333VW;
- color: #333333;
- }
- .router-bar-user-info-view .router-user-info-list .list-item .value {
- font-size: 3.33333VW;
- color: #999999;
- }
- .router-bar-user-info-view .router-user-info-list .router-user-info-avatar {
- margin-bottom: 4VW;
- }
- .router-bar-user-info-view .router-user-info-list .router-user-info-avatar .title {
- font-size: 3.33333VW;
- color: #333333;
- width: 16.5VW;
- line-height: 16.5VW;
- }
- .router-bar-user-info-view .router-user-info-list .router-user-info-email {
- border-bottom: 1px solid #aaaaaa;
- }
- .router-bar-user-info-view .router-user-info-list .router-user-info-avatar img {
- width: 16.5VW;
- height: 16.5VW;
- border-radius: 50%;
- box-shadow: rgba(100, 100, 100, 0.5) 0 2px 4px;
- }
- .router-bar-user-info-view .router-user-logout {
- font-size: 3.7VW;
- text-align: center;
- padding: 4VW;
- color: rgb(20, 117, 250);;
- margin-bottom: 4VW;
- }
- /*订单*/
- .router-bar-user-order-view {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- padding: 0 4VW;
- }
- .router-bar-user-order-view .order-tags {
- display: flex;
- justify-content: space-between;
- flex-direction: column;
- background-color: white;
- }
- .router-bar-user-order-view .tag-list {
- background-color: white;
- display: flex;
- justify-content: space-around;
- height: 12VW;
- line-height: 12VW;
- font-size: 4VW;
- }
- .router-bar-user-order-view .tag-item {
- transition: font-size .3s, color .3s;
- padding: 0 2VW;
- }
- .router-bar-user-order-view .tag-item-select {
- font-weight: bold;
- font-size: 4.2VW;
- color: #1470da;
- }
- .router-bar-user-order-view .order-content {
- display: flex;
- flex-direction: column;
- width: 92VW;
- height: calc(100VH - 18.5VW);
- }
- .router-bar-user-order-view .order-content .order-empty {
- margin: 0 auto;
- text-align: center;
- font-size: 4.6VW;
- color: #666666;
- }
- .router-bar-user-order-view .order-content .order-empty img {
- margin-top: calc(50VW - 9.5VW);
- width: 50VW;
- text-align: center;
- font-size: 3.6VW;
- }
- .router-bar-user-order-view .order-content .order-list {
- color: #666666;
- overflow: auto;
- }
- .router-bar-user-order-view .order-content .order-list::-webkit-scrollbar {
- display: none; /* 隐藏滚动条 */
- }
- .router-bar-user-order-view .order-content .order-list .order-item {
- display: flex;
- flex-direction: column;
- padding: 3VW 4VW 4VW;
- background-color: rgba(100, 145, 123, 0.1);
- margin: 1.2VW 0;
- border-radius: 3VW;
- }
- .router-bar-user-order-view .order-content .order-list div {
- display: -webkit-box; /* 用于设置弹性盒子模型 */
- -webkit-box-orient: vertical; /* 设置盒子内文本的垂直排列方式 */
- overflow: hidden; /* 隐藏超出区域的内容 */
- -webkit-line-clamp: 1; /* 限制文本行数,例如:2 行 */
- }
- .router-bar-user-order-view .order-content .order-list .order-item .order-item-header {
- /*height: 10.8VW;*/
- /*line-height: 10.8VW;*/
- flex-direction: row;
- font-size: 3.73333vw;
- line-height: 5.86667vw;
- display: flex;
- justify-content: space-between;
- }
- .router-bar-user-order-view .order-content .order-list .order-item .order-item-body {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- padding: 2.6666VW 0 0;
- }
- .router-bar-user-order-view .order-item .order-item-body .order-item-body-info {
- display: flex;
- flex-direction: column;
- justify-content: start;
- }
- .router-bar-user-order-view .order-item .order-item-body .order-item-body-img {
- width: 19VW;
- height: 21.333VW;
- display: flex;
- flex-direction: column;
- justify-content: start;
- border-radius: 1.3VW;
- overflow: hidden;
- }
- .router-bar-user-order-view .order-item .order-item-body .order-item-body-img img {
- width: 100%;
- height: 100%;
- }
- .router-bar-user-order-view .order-item .order-item-body .order-item-body-info {
- width: calc(100% - 11.4VW);
- margin-left: 5.4VW;
- }
- .router-bar-user-order-view .order-item .order-item-body .order-item-body-info .order-item-body-info-title, .order-item-body-info-desc {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .router-bar-user-order-view .order-item .order-item-body .order-item-body-info .order-item-body-info-title {
- color: #333333;
- height: 6.4VW;
- font-size: 4.2VW;
- font-weight: bold;
- line-height: 6.4VW;
- }
- .router-bar-user-order-view .order-item .order-item-body .order-item-body-info .order-item-body-info-title .order-item-body-info-title-name {
- width: calc(100% - 9VW);
- color: #333333;
- height: 6.4VW;
- font-size: 4.2VW;
- font-weight: bold;
- line-height: 6.4VW;
- }
- .router-bar-user-order-view .order-item .order-item-body .order-item-body-info .order-item-body-info-title .order-item-body-info-title-price {
- color: #333333;
- width: 9VW;
- height: 6.4VW;
- font-size: 3.5VW;
- font-weight: initial;
- line-height: 6.4VW;
- text-align: right;
- }
- .router-bar-user-order-view .order-item .order-item-body .order-item-body-info .order-item-body-info-desc {
- height: 5.6VW;
- font-size: 3.5VW;
- color: #777777;
- font-weight: initial;
- margin-top: 1.5VW;
- line-height: 5.6VW;
- display: flex;
- justify-content: space-between;
- flex-direction: row;
- }
- .router-bar-user-order-view .order-item .order-item-body .order-item-body-info .order-item-body-info-desc .order-item-body-info-desc-text {
- width: calc(100% - 9VW);
- }
- .router-bar-user-order-view .order-item .order-item-body .order-item-body-info .order-item-body-info-desc .order-item-body-info-desc-count {
- width: 9VW;
- text-align: right;
- }
- .router-bar-user-order-view .order-item .order-item-footer {
- margin-top: 2.4VW;
- /*height: 5.6VW;*/
- font-size: 3.733VW;
- color: #777777;
- font-weight: initial;
- line-height: 5.6VW;
- }
- .router-bar-user-order-view .order-item .order-item-footer .order-item-footer-orderid {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .router-bar-user-order-view .order-item .order-item-footer .order-item-footer-orderid div {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .router-bar-user-order-view .order-item .order-item-footer .order-item-footer-settlement {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .router-bar-user-order-view .order-item .order-item-footer .footer-orderid-copy {
- padding-left: 3VW;
- border-left: #aaaaaa 3px solid;
- margin-left: 3VW;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .router-bar-user-order-view .order-item .order-item-footer-settlement {
- padding-top: 2VW;
- }
- .router-bar-user-order-view .order-item .order-item-footer-btns {
- display: none;
- height: 0;
- overflow: hidden;
- }
|