index.scss 4.91 KB
Newer Older
zhanghaozhe committed
1
@import "src/assets/css/variable";
xuzhenghua committed
2
.flex-container {
xuzhenghua committed
3 4 5 6 7 8
    .my-tab {
        width: 100%;
        height: 44px;
        font-size: $font_16;
        background: $bg_f7f9fc;
    }
xuzhenghua committed
9

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

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

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

xuzhenghua committed
24 25
            }
        }
xuzhenghua committed
26 27
    }

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

xuzhenghua committed
35 36 37 38 39 40 41 42
    .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
43
    }
xuzhenghua committed
44

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


xuzhenghua committed
135 136 137 138 139 140 141 142 143 144 145
.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
146
        font-size: 16px;
xuzhenghua committed
147 148 149 150 151 152 153 154 155
        background-color: $bg_fff;

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

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

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

xuzhenghua committed
169 170 171 172 173 174 175 176 177 178 179
    .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
180

xuzhenghua committed
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 240
    .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
241 242
        }
    }
xuzhenghua committed
243
}