| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366 | 
							- /* pages/user/user.wxss */
 
- page {
 
-   background-color: #f7f7f7;
 
-   padding-bottom: 60rpx;
 
- }
 
- /* 用户信息 */
 
- .userinfo-name .update-info{
 
-   position: absolute;
 
-   top: 0rpx;
 
-   display: inline-block;
 
-   margin-left: 20rpx;
 
-   font-size: 20rpx;
 
-   padding: 2rpx 10rpx;
 
-   border-radius: 10rpx;
 
-   border: 2rpx solid #eee;
 
-   font-weight: normal;
 
- }
 
- .binding-phone {
 
-   position: relative;
 
-   background: #fff;
 
-   height: 80rpx;
 
-   line-height: 80rpx;
 
-   padding: 0 30rpx;
 
-   border-top: 2rpx solid #f7f7f7;
 
-   border-bottom: 2rpx solid #f7f7f7;
 
- }
 
- .binding-phone .show-tip {
 
-   font-size: 26rpx;
 
- }
 
- .binding-phone .gotobinding {
 
-   border-radius: 8rpx;
 
-   font-size: 28rpx;
 
-   color: #e24b4b;
 
-   font-weight: bold;
 
- }
 
- .userinfo-none {
 
-   display: flex;
 
-   padding: 100rpx 20rpx 0;
 
-   background: linear-gradient(270deg, #ffb78a, #fff3c4);
 
-   align-items: center;
 
-   position: relative;
 
-   height: 306rpx;
 
-   box-sizing: border-box;
 
- }
 
- .nick-name{
 
-   font-size: 32rpx;
 
-   font-weight: 600;
 
- }
 
- .canpany{
 
-   background: rgba(255, 148, 26, .3);
 
-   border-radius: 8rpx 8rpx 8rpx 8rpx;
 
-   padding: 6rpx 12rpx;
 
-   margin-top: 12rpx;
 
-   font-size: 24rpx;
 
-   color: #222222;
 
- }
 
- .level {
 
-   position: relative;
 
-   width: 130rpx;
 
-   height: 32rpx;
 
-   margin-left: 10rpx;
 
-   margin: 12rpx 0 30rpx 0;
 
-   box-sizing: border-box;
 
-   background: #f3f3f3;
 
-   border-radius: 32rpx;
 
- }
 
- .level .l-bg {
 
-   position: absolute;
 
-   left: 4rpx;
 
-   top: 4rpx;
 
-   width: 24rpx;
 
-   height: 24rpx;
 
- }
 
- .level .text {
 
-   color: #7c4733;
 
-   font-size: 20rpx;
 
-   font-family: arial;
 
-   position: relative;
 
-   line-height: 32rpx;
 
-   margin-left: 36rpx;
 
- }
 
- .arrow {
 
-   width: 11rpx;
 
-   height: 11rpx;
 
-   border-top: 3rpx solid #686868;
 
-   border-right: 3rpx solid #686868;
 
-   transform: rotate(45deg);
 
-   position: absolute;
 
-   right: -26rpx;
 
-   top: 12rpx;
 
- }
 
- .member-integral {
 
-   display: flex;
 
-   align-content: center;
 
-   font-size: 26rpx;
 
-   position: relative;
 
- }
 
- .member-integral image{
 
-   width: 40rpx;
 
-   height: 40rpx;
 
-   margin-right: 10rpx;
 
- }
 
- .userinfo-none .default-pic{
 
-   padding-right:30rpx;
 
- }
 
- .userinfo-none .default-pic image{
 
-   width:100rpx;
 
-   height:100rpx;
 
-   border-radius: 50%;
 
- }
 
- .score-amount{
 
-   position: relative;
 
- }
 
- .arrow {
 
-   width: 11rpx;
 
-   height: 11rpx;
 
-   border-top: 3rpx solid #686868;
 
-   border-right: 3rpx solid #686868;
 
-   transform: rotate(45deg);
 
-   position: absolute;
 
-   right: -24rpx;
 
-   top: 12rpx;
 
- }
 
- .none-login button {
 
-   background: #fff;
 
- }
 
- .none-login button::after {
 
-   border: 0;
 
- }
 
- .none-login .unlogin{
 
-   font-size:30rpx;
 
- }
 
- .none-login .click-login{
 
-   font-weight: bold;
 
-   font-size: 32rpx;
 
-   color: #222222
 
- }
 
- .buy-member{
 
-   display: flex;
 
-   position: absolute;
 
-   align-content: center;
 
-   right: 0;
 
-   top: 50%;
 
-   transform: translateY(-50%);
 
-   background-color: #FF941A;
 
-   color: #fff;
 
-   font-size: 24rpx;
 
-   line-height: 40rpx;
 
-   padding: 20rpx 30rpx;
 
-   border-radius: 40rpx 0  0 40rpx;
 
-   box-shadow: 1rpx 1rpx 6rpx rgba(33, 52, 223,0.7);
 
- }
 
- .buy-member image{
 
-   width: 40rpx;
 
-   height: 40rpx;
 
-   display: block;
 
-   margin-right: 10rpx;
 
- }
 
- /* 订单状态 */
 
- .list-cont {
 
-   width: 702rpx;
 
-   margin: -30rpx 24rpx 0;
 
-   box-sizing: border-box;
 
-   position: relative;
 
-   z-index: 9;
 
- }
 
- .box{
 
-   background: #FFFFFF;
 
-   padding: 0 24rpx;
 
-   border-radius: 32rpx 32rpx 32rpx 32rpx;
 
-   margin-bottom: 20rpx;
 
- }
 
- .list-cont .total-order {
 
-   /* width: 100%; */
 
-   /* margin-bottom: 30rpx; */
 
- }
 
- .list-cont .total-order .order-tit {
 
-   display: flex;
 
-   justify-content: space-between;
 
-   height: 60rpx;
 
-   line-height: 60rpx;
 
-   font-size: 32rpx;
 
-   padding: 24rpx 0;
 
-   color: #222222;
 
- }
 
- .list-cont .total-order .order-tit .checkmore {
 
-   font-size: 28rpx;
 
-   display: flex;
 
-   align-items: center;
 
- }
 
- .list-cont .total-order .procedure {
 
-   display: flex;
 
-   justify-content: space-around;
 
-   align-items: center;
 
-   font-size: 25rpx;
 
-   height: 160rpx;
 
- }
 
- .list-cont .total-order .procedure .items {
 
-   position: relative;
 
-   display: flex;
 
-   flex-direction: column;
 
-   align-items: center;
 
- }
 
- /* .list-cont .total-order .procedure .items.refund-icon > image {
 
-   width: 55rpx;
 
-   height: 55rpx;
 
- } */
 
- .list-cont .total-order .procedure .items image {
 
-   width: 56rpx;
 
-   height: 56rpx;
 
-   margin-bottom: 20rpx;
 
- }
 
- .list-cont .total-order .procedure .items .num-badge {
 
-   position: absolute;
 
-   top: -15rpx;
 
-   right: -12rpx;
 
-   color: #e43130;
 
-   border: 3rpx solid #e43130;
 
-   border-radius: 50rpx;
 
-   background: #fff;
 
-   min-width: 30rpx;
 
-   height: 30rpx;
 
-   line-height: 30rpx;
 
-   text-align: center;
 
-   padding: 2rpx;
 
-   display: block;
 
- }
 
- /* end 订单状态 */
 
- /* 列表项 */
 
- .list-cont .my-menu {
 
-   /* width: 100%; */
 
-   background-color: #fff;
 
-   margin-top:20rpx;
 
- }
 
- .list-cont .my-menu .memu-item {
 
-   display: flex;
 
-   align-items: center;
 
-   justify-content: space-between;
 
-   height: 100rpx;
 
-   border-bottom: 2rpx solid #f7f7f7;
 
-   padding: 0!important;
 
- }
 
- .list-cont .my-menu .memu-item:nth-child(1) {
 
-   border-top: 2rpx solid #f7f7f7;
 
- }
 
- .list-cont .my-menu .memu-item:last-child {
 
-   border-bottom: none;
 
- }
 
- .list-cont .my-menu .memu-item text {
 
-   font-size: 30rpx;
 
- }
 
- .list-cont .my-menu .memu-item button {
 
-   font-size: 30rpx;
 
-   background: transparent;
 
-   color: #000;
 
-   line-height: 1em;
 
-   padding: 0;
 
-   margin: 0;
 
- }
 
- .list-cont .my-menu .memu-item button::after {
 
-   border: none!important;
 
- }
 
- .list-cont .my-menu .memu-item image{
 
-   width:50rpx;
 
-   height:50rpx;
 
-   margin-right:20rpx;
 
- }
 
- .list-cont .my-menu .memu-item .i-name{
 
-   display: flex;
 
-   align-items: center;
 
- }
 
- /* end 列表项 */
 
- /* 箭头 */
 
- .arrowhead {
 
-   width: 15rpx;
 
-   height: 15rpx;
 
-   border-top: 2rpx solid #999;
 
-   border-right: 2rpx solid #999;
 
-   transform: rotate(45deg);
 
-   margin-left: 10rpx;
 
- }
 
- /* 商品收藏消息等 */
 
- .prod-col{
 
-   margin-top:20rpx;
 
-   background: #fff;
 
-   display: flex;
 
-   justify-content: space-around;
 
-   padding:30rpx 0 10rpx 0;
 
-   font-size: 12px;
 
- }
 
- .prod-col .col-item{
 
-   text-align: center;
 
- }
 
- .prod-col .col-item .num{
 
-   font-size: 16px;
 
-     font-weight: 700;
 
-     color: #3a86b9;
 
- }
 
- .prod-col .col-item .tit{
 
-   line-height: 34px;
 
- }
 
- button.memu-btn.memu-item {
 
-   background-color: #fff;
 
- }
 
- button.memu-btn.memu-item:after {
 
-   border: 0;
 
- }
 
- /* 退出登录 */
 
- .log-out{
 
-   width: 220rpx;
 
-   height: 80rpx;
 
-   line-height: 80rpx;
 
- 	text-align: center;
 
-   font-size: 30rpx;
 
- 	margin: 100rpx auto 0;
 
-   background: #FF941A;
 
-   border-radius: 40rpx;
 
- 	font-weight: bold;
 
-   font-size: 28rpx;
 
-   color: #FFFFFF;
 
- }
 
 
  |