移动系统liao
2024-05-09 5d6cb15ac86d9174393cb9d1538d69b567e2c26c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.memberBox {
    .headBox { padding-top: 0; padding-bottom: 50px; background-image: url('/static/images/common/bg.png'); background-size: cover; background-position: center;
        .user-info-box { padding-top: 20px;
            .login-user-view { position: relative; text-align: center;
                .login-user-avatar-view { position: relative; margin-bottom: 10px; align-items: center; justify-content: center; display: flex; }
            }
        }
        .user-info-tip-box { position: relative; margin: 10px 14px; border-radius: 10px; padding: 10px 14px;
            .u-line-1 { padding-right: 22px; }
            .icon { position: absolute; right: 14px; top: 12px; }
        }
    }
}
.coreshop-view-content { padding: 0 10px 10px 10px; margin-top: -32px;
    .coreshop-user-info-order-box { border-radius: 10px;
        .coreshop-list {
            &.grid {
                &.no-border { padding: 0;
                    & > .coreshop-list-item { padding-bottom: 5px; }
                }
            }
        }
        .transactionNumber { font-size: 20px; margin-bottom: 2px; color: $core-main-color; }
    }
    .coreshop-list {
        &.grid {
            & > .coreshop-list-item {
                text { color: inherit; }
            }
        }
    }
    .coreshop-user-info-money-box { border-radius: 10px;
        .money-col {
            .money-item { position: relative;
                .money-item-view { border: 1px solid #f3f2f3; border-radius: 10px; position: relative; padding: 5px;
                    .money-avatar { position: absolute; left: 5px; }
                    .money-content { position: relative; margin-left: 55px; margin-bottom: 14px; top: 6px; }
                }
            }
        }
    }
    .coreshop-user-info-tools-box { border-radius: 10px;
        .tools-view { position: relative;
            .tools-title { padding-right: 41px; }
            .tools-right { position: absolute; right: 5px; bottom: 12px; }
        }
    }
}
 
.text-border-x { margin-right: 12px; position: relative;
    &:after { position: absolute; background: #dddddd; top: 5px; width: 1px; right: -6.5px; height: 8px; content: " "; }
}
 
.account-face { height: 60px; width: 60px; flex: 0 0 60px; background-color: transparent; border-radius: 500px; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; font-size: 14px; color: #606266; -webkit-border-radius: 10px; border-radius: 10px; position: relative; }
.yqhy { background-image: url(/static/images/my/1.png); }
.yqhy2 { background-image: url(/static/images/my/2.png); }
 
 
.grid-text { font-size: 14px; margin-top: 10px; margin-bottom: 10px; color: $core-type-info; }
 
 
.coreshop-bg-green { background-color: #077044; color: #ffffff; }