index.scss 435 Bytes
Newer Older
xuzhenghua committed
1 2
.list-frame {
  margin: 0 10px;
FE committed
3
  min-height: 147px;
zhanghaozhe committed
4
  border: 1px solid #5970ff;
xuzhenghua committed
5
  border-radius: 5px;
zhanghaozhe committed
6
  background-color: #3900c9;
7
  background-image: url("https://cdn.julyedu.com/active19_1111/m/frame-bg-top.png");
xuzhenghua committed
8 9 10 11
  background-repeat: no-repeat;
}

.list-frame__content {
12
  background-image: url("https://cdn.julyedu.com/active19_1111/m/frame-bg-bottom.png");
xuzhenghua committed
13 14
  background-repeat: no-repeat;
  background-position: bottom right;
zhanghaozhe committed
15
}