index.scss 4.88 KB
Newer Older
xuzhenghua committed
1
.flex-container {
xuzhenghua committed
2 3 4 5 6 7
    .my-tab {
        width: 100%;
        height: 44px;
        font-size: $font_16;
        background: $bg_f7f9fc;
    }
xuzhenghua committed
8

xuzhenghua committed
9 10 11
    .my-list-content {
        .am-list-item-middle {
            height: 50px;
xuzhenghua committed
12

xuzhenghua committed
13 14 15 16 17
            .am-list-line {
                border-bottom: 1px solid $border_e7eaf1;
                padding: 0;
            }
        }
xuzhenghua committed
18

xuzhenghua committed
19 20 21
        .no-border {
            .am-list-line {
                border-bottom: none;
xuzhenghua committed
22

xuzhenghua committed
23 24
            }
        }
xuzhenghua committed
25 26
    }

xuzhenghua committed
27 28 29 30 31
    .my-list {
        .avatar-wrap {
            padding: 15px 20px;
            height: 95px;
        }
.  
baiguangyao committed
32
    }
xuzhenghua committed
33

xuzhenghua committed
34 35 36 37 38 39 40 41
    .my-isvip {
        display: inline-block;
        width: 100%;
        height: 43px;
        background-image: url("./image/vip_bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 3px;
.  
baiguangyao committed
42
    }
xuzhenghua committed
43

xuzhenghua committed
44 45
    .my-stu {
        font-size: 12px;
xuzhenghua committed
46
    }
xuzhenghua committed
47 48


xuzhenghua committed
49 50 51
    // 修改List组件默认样式
    .am-list-item {
        padding: 0 20px;
xuzhenghua committed
52

xuzhenghua committed
53 54 55 56 57
        .vip {
            width: 18px;
            height: 17px;
            margin-left: 6px;
        }
xuzhenghua committed
58 59
    }

xuzhenghua committed
60 61
    .am-list-item .am-list-line-multiple {
        padding-right: 0px !important;
xuzhenghua committed
62 63
    }

xuzhenghua committed
64 65 66 67 68 69
    .am-list-thumb {
        img {
            width: 64px;
            height: 64px;
            border-radius: 50%;
        }
xuzhenghua committed
70
    }
xuzhenghua committed
71

xuzhenghua committed
72 73 74
    .am-list-brief {
        color: $color_333 !important;
    }
xuzhenghua committed
75

xuzhenghua committed
76 77 78
    .am-list-header {
        padding: 2.5px 0;
        background: $bg_f5f5f5;
.  
baiguangyao committed
79
    }
xuzhenghua committed
80

xuzhenghua committed
81 82 83
    .am-list-content {
        font-size: 14px !important;
        color: $color_333 !important;
xuzhenghua committed
84

xuzhenghua committed
85 86 87 88 89 90 91
        i {
            vertical-align: middle;
            display: inline-block;
            margin: 10px 12px 10px 0;
            font-size: 18px !important;
        }
    }
xuzhenghua committed
92

xuzhenghua committed
93 94 95 96 97 98
    .my-list {
        .am-list-arrow {
            width: 8px !important;
            height: 15px !important;
        }
    }
xuzhenghua committed
99

xuzhenghua committed
100 101 102 103 104 105
    .am-list-body {
        .am-list-arrow {
            width: 7px;
            height: 12px;
        }
    }
xuzhenghua committed
106

xuzhenghua committed
107 108 109
    .am-list-line-multiple::after {
        background-color: transparent !important;
    }
xuzhenghua committed
110

xuzhenghua committed
111 112 113 114 115
    .my-list {
        .am-list-body::after {
            background-color: transparent !important;
        }
    }
xuzhenghua committed
116

xuzhenghua committed
117 118
    .am-list-body::after {
        background-color: $bg_fff !important;
xuzhenghua committed
119 120
    }

xuzhenghua committed
121 122 123 124
    .am-list-content i {
        margin: 0;
        margin-top: -4px;
        margin-right: 10px;
xuzhenghua committed
125 126
    }

xuzhenghua committed
127 128 129
    .am-list-body::before {
        background-color: transparent !important;
        height: 0 !important;
xuzhenghua committed
130
    }
xuzhenghua committed
131
}
xuzhenghua committed
132 133


xuzhenghua committed
134 135 136 137 138 139 140 141 142 143 144
.edit-name {
    width: 100%;
    height: 100%;
    background-color: $bg_f5f5f5;
    position: relative;

    .my-mess {
        width: 100%;
        height: 94px;
        padding: 0 20px;
        line-height: 94px;
xuzhenghua committed
145
        font-size: 16px;
xuzhenghua committed
146 147 148 149 150 151 152 153 154
        background-color: $bg_fff;

        img {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            margin-right: 15px;
            vertical-align: middle;
        }
xuzhenghua committed
155

xuzhenghua committed
156 157 158 159
        .name {
            display: inline-block;
            margin-left: 15px;
            color: $color_666;
xuzhenghua committed
160 161
        }

xuzhenghua committed
162 163 164
        .edit {
            color: $active;
            float: right;
xuzhenghua committed
165
        }
xuzhenghua committed
166
    }
xuzhenghua committed
167

xuzhenghua committed
168 169 170 171 172 173 174 175 176 177 178
    .out-login {
        width: 100%;
        height: 44px;
        background-color: $bg_fff;
        line-height: 44px;
        text-align: center;
        font-size: 16px;
        color: $color_333;
        position: absolute;
        bottom: 50px;
    }
xuzhenghua committed
179

xuzhenghua committed
180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
    .edit-mbc {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .5);

        .edit-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -70%);
            background-color: $bg_fff;
            width: 300px;
            height: 135px;
            border-radius: 5px;
            text-align: center;
            padding-top: 20px;

            .edit-title {
                font-size: 16px;
                color: $color_333;
                height: 16px;
                line-height: 16px;
            }

            input {
                width: 240px;
                height: 30px;
                border: 1px solid $border_ddd;
                border-radius: 3px;
                padding-left: 15px;
                margin-top: 15px;
            }

            .edit-btn {
                height: 40px;
                margin-top: 15px;
                font-size: 16px;
                border-top: 1px solid $border_ddd;

                button {
                    background-color: $bg_fff;
                    width: 50%;
                    height: 100%;
                    border: none;
                }

                .cancle {
                    border-right: 1px solid $border_ddd;
                    border-radius: 0 0 0 3px;
                }

                .submit {
                    color: $active;
                    border-radius: 0 0 3px 0;

                }
            }
xuzhenghua committed
240 241
        }
    }
xuzhenghua committed
242
}