| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375 |
- .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%;
- }
- .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;
- }
|