123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703 |
- @import '../theme.scss';
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- em,
- i {
- font-style: normal;
- }
- ul,
- ol,
- li {
- list-style: none;
- }
- .clearfix {
- zoom: 1;
- display: block;
- &:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- }
- a:link,
- a:visited,
- a:active {
- text-decoration: none;
- color: #333333;
- }
- .sld_collect_index {
- float: left;
- width: 1007px;
- margin-left: 10px;
- //font-family: Microsoft YaHei;
- h3 {
- border-bottom: 1px solid #ddd;
- color: #000;
- font-size: 16px;
- font-weight: bold;
- line-height: 30px;
- overflow: hidden;
- padding: 5px 12px;
- background: #f9f9f9;
- margin-bottom: 20px;
- margin-top: 0px;
- }
- .user_info_top {
-
-
- overflow: hidden;
- .user_info_l {
- position: relative;
- // width: 340px;
- // height: 240px;
- width: 361px;
- height: 288px;
- text-align: center;
- background: url('/member/user_avatar_bg.png') no-repeat;
- background-size: 100% 100%;
- .user_avatar {
- display: inline-block;
- width: 80px;
- height: 80px;
- border-radius: 50%;
- margin: 31px 0 14px;
- overflow: hidden;
- box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.389);
- }
- .user_avatar_r {
- width: 672px;
- text-align: center;
- font-size: 18px;
- width: 100%;
- color: #fff;
- em {
- display: inline-block;
- line-height: 20px;
- padding: 0 4px;
- margin-right: 5px;
- background-color: #b6b08a;
- }
- b {
- display: block;
- }
- .grade {
- margin-top: 15px;
- }
- }
- .user_addr {
- display: block;
- position: absolute;
- bottom: 90px;
- transform: translateX(-50%);
- left: 50%;
- // width: 100%;
- width: 160px;
- border: 1px solid #ffffff;
- border-radius: 40px;
- // height: 49px;
- height: 40px;
- line-height: 40px;
- padding: 0 15px;
- // color: #f4ca3a;
- color: #fff;
- font-size: 15px;
- a {
- text-decoration: none;
- }
- i {
- font-size: 15px;
- }
- }
- .user_member {
- margin: auto;
- width: 339px;
- height: 52px;
- background-color: #000;
- position: absolute;
- bottom: 15px;
- left: 11px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 15px;
- p {
- font-size: 14px;
- //font-family: Source Han Sans CN;
- font-weight: 400;
- color: #fcd6b0;
- }
- button {
- width: 89px;
- height: 32px;
- outline: none;
- background: linear-gradient(-90deg, #fdcb9a, #fbe7cf);
- border-radius: 32px;
- font-size: 14px;
- //font-family: Source Han Sans CN;
- font-weight: 400;
- color: #0d1e34;
- border: 0;
- }
- }
- .user_member_one {
- margin: auto;
- width: 339px;
- height: 52px;
- background: url(/member/member_bg.png) no-repeat;
- background-size: 100% 100%;
- position: absolute;
- bottom: 15px;
- left: 11px;
- display: flex;
- justify-content: space-between;
- padding: 10px 15px;
- img {
- width: 22px;
- height: 18px;
- }
- .user_member_box {
- display: flex;
- flex: 1;
- flex-direction: column;
- text-align: left;
- margin-left: 7px;
- justify-content: space-between;
- .user_member_tit {
- font-size: 14px;
- //font-family: Source Han Sans CN;
- font-weight: 500;
- color: #f8d4ac;
- }
- .user_member_time {
- font-size: 12px;
- //font-family: Source Han Sans CN;
- font-weight: 400;
- color: #ac9073;
- }
- }
- button {
- width: 89px;
- height: 32px;
- outline: none;
- border: 0;
- background: linear-gradient(-90deg, #fdcb9a, #fbe7cf);
- border-radius: 32px;
- font-size: 14px;
- //font-family: Source Han Sans CN;
- font-weight: 400;
- color: #0d1e34;
- }
- }
- .user_member_two {
- margin: auto;
- width: 339px;
- height: 52px;
- background: url(/member/expire.png) no-repeat;
- background-size: 100% 100%;
- position: absolute;
- bottom: 15px;
- left: 11px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0px 10px;
- img {
- width: 49px;
- height: 43px;
- }
- p {
- flex: 1;
- font-size: 14px;
- //font-family: Source Han Sans CN;
- font-weight: 400;
- color: #5c5e6d;
- text-align: left;
- }
- button {
- width: 89px;
- height: 32px;
- outline: none;
- border: 0;
- background: linear-gradient(-90deg, #fdcb9a, #fbe7cf);
- border-radius: 32px;
- font-size: 14px;
- //font-family: Source Han Sans CN;
- font-weight: 400;
- color: #0d1e34;
- }
- }
- }
- .info_rcol {
- width: 656px;
- float: left;
- h4 {
- font-style: normal;
- font-weight: normal;
- margin-bottom: 0px;
- }
- .user_title {
- line-height: 39px;
- padding-left: 17px;
- font-size: 16px;
- color: #333333;
- border-bottom: 1px solid #eee;
- display: flex;
- align-items: center;
- .title_img {
- width: 22px;
- height: 25px;
- margin-right: 11px;
- }
- i {
- margin-right: 5px;
- font-size: 20px;
- }
- }
- .acco_info {
- width: 100%;
- li em,
- .sld_link_red {
- display: inline-block;
- color: #333;
- font-size: 25px;
- font-weight: 600;
- // margin: 30px 0;
- margin-bottom: 15px;
- margin-top: 34px;
- &:hover {
- color: $colorMain;
- }
- }
- li {
- em,
- span {
- font-size: 25px;
- font-weight: 600;
- }
- &.acco_item {
- float: left;
- width: 25%;
- text-align: center;
- }
- &:first-child em {
- font-size: 18px;
- white-space: nowrap;
- }
- p {
- font-size: 14px;
- color: #666666;
- margin-bottom: 56px;
- }
- .sld_link {
- // color: #1890ff;
- color: #654c4c;
- font-size: 14px;
- cursor: pointer;
- }
- }
- }
- }
- .infoCon {
- background-color: #fff;
- padding: 10px;
- display: flex;
- align-items: center;
- .avatar{
- flex: 0 0 100px;
- img{
- width: 65px;
- }
- }
- .info{
- font-size: 17px;
- }
- }
- }
- .user_order {
- margin-top: 10px;
- background-color: #f7f7f7;
- .my_order {
- float: left;
- width: 638px;
- height: 690px;
- background-color: #fff;
- overflow: hidden;
- .order_list_title {
- left: 20px;
- padding-left: 30px;
- font-size: 9px;
- color: #333333;
- }
- .user-order-item {
- height: 123px;
- border-top: 1px solid #ebebeb;
- padding: 20px 10px 20px 28px;
- .img {
- width: 80px;
- height: 80px;
- margin-right: 14px;
- }
- p {
- &:first-child {
- padding-top: 1px;
- }
- &:nth-child(3) {
- transform-origin: left;
- transform: scale(0.9);
- -ms-transform-origin: left;
- -ms-transform: scale(0.9);
- -webkit-transform-origin: left;
- -webkit-transform: scale(0.9);
- -moz-transform-origin: left;
- -moz-transform: scale(0.9);
- -o-transform-origin: left;
- -o-transform: scale(0.9);
- color: #999999;
- }
- max-width: 240px;
- color: #444;
- line-height: 16px;
- padding: 7px 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- &.price {
- color: $colorMain2;
- padding: 0;
- }
- }
- .orderState,
- .orderSn {
- color: #999999;
- }
- .orderState {
- padding-top: 0;
- padding-bottom: 9px;
- }
- & > .fr {
- margin-right: 5px;
- text-align: right;
- .line {
- display: inline-block;
- width: 1px;
- height: 13px;
- background-color: #cfc9c9;
- margin: 0 10px;
- vertical-align: middle;
- }
- a {
- color: #333;
- &:hover {
- color: $colorMain;
- }
- }
- }
- }
- .order_state_nav {
- height: 145px;
- li {
- float: left;
- width: 20%;
- text-align: center;
- padding: 16px 0;
- .tag {
- position: absolute;
- background-color: $colorMain2;
- color: #fff;
- padding: 2px 6px 2px;
- top: 5px;
- right: 5px;
- border-radius: 20px;
- font-size: 12px;
- text-align: center;
- }
- em {
- position: absolute;
- top: 10px;
- right: 10px;
- width: 16px;
- height: 16px;
- background-color: $colorMain2;
- border-radius: 50%;
- text-align: center;
- line-height: 16px;
- color: #fff;
- }
- &:hover a {
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
- color: #333333;
- }
- &:hover a i {
- color: $colorMain2;
- }
- &:hover span {
- box-shadow: 0 0 0 1px $colorMain2;
- }
- a {
- position: relative;
- display: block;
- width: 80px;
- height: 106px;
- text-align: center;
- margin: 0 auto;
- }
- i {
- position: relative;
- display: block;
- font-size: 40px;
- line-height: 70px;
- color: #666;
- }
- p {
- margin-top: 7px;
- }
- span {
- display: inline-block;
- width: 46px;
- height: 46px;
- border-radius: 50%;
- margin-top: 12px;
- background-color: #ebebeb;
- margin-bottom: 12px;
- i {
- font-size: 18px;
- line-height: 46px;
- }
- }
- }
- }
- }
- .my_follow {
- .my_follow_item {
- background-color: #fff;
- margin-bottom: 14px;
- &.cartItem{
- .list_item:hover{
- border: none;
- }
- ul{
- height: 100%;
- overflow: inherit;
- li{
- width: 100%;
- /* justify-content: flex-start; */
- display: block;
- margin: 0;
- height: auto;
- font-size: 14px;
- margin-bottom: 5px;
- p{
- line-height: 1;
- margin-bottom: 8px;
- b{
- margin-right: 5px;
- }
- .devider{
- border-left: 2px solid #bcbcbc;
- margin: 0 15px;
- }
- span{
- margin-right: 10px;
- }
- }
- }
- }
- }
- .follow_item {
- float: left;
- width: 50%;
- height: 182px;
- padding-top: 50px;
- text-align: center;
- .follow_num {
- font-size: 28px;
- color: #333333;
- line-height: 1;
- padding-bottom: 22px;
- &:hover {
- color: $colorMain;
- }
- }
- p {
- color: #666;
- font-size: 14px;
- i {
- vertical-align: bottom;
- margin-right: 4px;
- }
- }
- }
- }
- .goods,
- .store,
- .cartItem,
- .footprint {
- h4 a {
- float: right;
- color: #999;
- padding-right: 17px;
- line-height: 39px;
- font-size: 14px;
- cursor: pointer;
- &:hover {
- color: $colorMain2;
- }
- }
- ul {
- padding: 20px;
- overflow: hidden;
- white-space: nowrap;
- height: 110px;
- li:nth-child(n + 13) {
- display: none;
- }
- }
- }
- .list_item {
- float: left;
- width: 66px;
- height: 70px;
- margin-right: 10px;
- display: flex;
- align-items: center;
- justify-content: center;
- overflow: hidden;
- cursor: pointer;
- &:last-child {
- margin-right: 0;
- }
- img {
- width: 100%;
- /*height: 100%;*/
- vertical-align: bottom;
- }
- &:hover {
- border: 1px solid $colorMain;
- }
- }
- }
- }
- .user_hot_goods {
- margin-top: 10px;
- background-color: #fff;
- h3 {
- padding-top: 11px;
- padding-left: 24px;
- line-height: 39px;
- color: #333;
- font-size: 16px;
- background-color: #fff;
- margin-bottom: 0;
- border-bottom: 1px solid #ebebeb;
- }
- ul {
- padding: 21px 30px 18px 18px;
- }
- li {
- float: left;
- width: 25%;
- padding: 10px;
- text-align: center;
- cursor: pointer;
- .img {
- width: 150px;
- height: 150px;
- margin: 4px auto;
- img {
- width: 150px;
- height: 150px;
- }
- }
- &:hover {
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
- }
- }
- .hot_goods_name {
- width: 100%;
- line-height: 18px;
- height: 36px;
- color: #444;
- word-break: break-all;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .hot_goods_price {
- color: $colorMain;
- font-size: 14px;
- margin-top: 4px;
- em {
- font-size: 15px;
- }
- }
- }
- }
- .wd {
- width: 967px;
- padding: 10px 0 0 10px;
- box-sizing: border-box;
- margin-left: 0;
- }
- .sld_img_center {
- position: relative;
- width: 80px;
- height: 80px;
- overflow: hidden;
- img {
- position: absolute;
- top: 50%;
- left: 50%;
- // max-width: 100%;
- // max-height: 100%;
- width: 100%;
- height: 100%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- }
- .user_title {
- line-height: 39px;
- padding-left: 17px;
- font-size: 16px;
- color: #333333;
- border-bottom: 1px solid #ebebeb;
- i {
- margin-right: 5px;
- font-size: 20px;
- }
- }
- h4 {
- font-size: 1em;
- font-style: normal;
- font-weight: normal;
- margin-bottom: 0px;
- margin-top: 0px;
- }
|