1
2
3
4
5
6
7
8
9
10
11
| /*门店列表*/
| .store-item { padding: 0 15px; height: 90px; background-color: #fff; border-bottom: 0.5px solid rgba(223, 223, 223, 0.6); width: 100%;
| .img-box { width: 50px; height: 50px; border-radius: 3px; overflow: hidden; margin-right: 10px;
| .store-img { width: 50px; height: 50px; border-radius: 3px; }
| }
| .store-title { font-size: 15px; font-family: PingFang SC; font-weight: 600; color: rgba(52, 52, 52, 1); margin-bottom: 5px; }
| .store-content { font-size: 12px; font-family: PingFang SC; font-weight: 400; color: rgba(102, 102, 102, 1); }
| }
| .foot_box { height: 50px; background: rgba(255, 255, 255, 1); padding: 0 10px;
| .save-btn { width: 355px; height: 40px; background: linear-gradient(90deg, #2eae9c, #6cc29f); border: 0.5px solid rgba(238, 238, 238, 1); font-size: 15px; font-family: PingFang SC; font-weight: 500; color: rgba(255, 255, 255, 1); padding: 0; border-radius: 20px; }
| }
|
|