index.scss 3.9 KB
Newer Older
xuzhenghua committed
1 2

.flex-container {
xuzhenghua committed
3 4 5 6 7 8 9 10 11 12
  .my-tab {
    width: 100%;
    height: 44px;
    font-size: $font_16;
    background: $bg_f7f9fc;
  }

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

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

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

      }
xuzhenghua committed
25
    }
xuzhenghua committed
26
  }
xuzhenghua committed
27

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

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

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

.  
baiguangyao committed
49

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

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

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

xuzhenghua committed
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

xuzhenghua committed
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
  .am-list-brief {
    color: $color_333 !important;
  }

  .am-list-header {
    padding: 2.5px 0;
    background: $bg_f5f5f5;
  }

  .am-list-content {
    font-size: 14px !important;
    color: $color_333 !important;

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

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

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

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

xuzhenghua committed
112 113 114
  .my-list {
    .am-list-body::after {
      background-color: transparent !important;
.  
baiguangyao committed
115
    }
xuzhenghua committed
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
  }

  .am-list-body::after {
    background-color: $bg_fff !important;
  }

  .am-list-content i {
    margin: 0;
    margin-top: -4px;
    margin-right: 10px;
  }

  .am-list-body::before {
    background-color: transparent !important;
    height: 0 !important;
  }
xuzhenghua committed
132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 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-name {
  width: 100%;
  height: 100%;
  background-color: $bg_f5f5f5;
  position: relative;

  .my-mess {
    width: 100%;
    height: 94px;
    padding: 0 20px;
    line-height: 94px;
    font-size: 16px;
    background-color: $bg_fff;

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

    .name {
      display: inline-block;
      margin-left: 15px;
      color: $color_666;
    }

    .edit {
      color: $active;
      float: right;
    }
  }

  .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;
  }

  .edit-mbc {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);

    .edit-content {
      background-color: $bg_fff;
      width: 300px;
      height: 135px;
      border-radius: 5px;
      margin: 224px auto 0 auto;
      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
}