1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
| /** 客户管理详情页面的 css 侧滑进入的详情 */
| .d-view {
| position: fixed;
| // width: 950px;
| // top: 0px;
| width: 100%;
| // top: 300px;
| bottom: 0px;
| right: 0px;
| // background: #FFFFFF;
| box-shadow: 0px -4px 12px 0px rgba(61, 121, 204, 0.2);
| border-radius: 24px 24px 0px 0px;
| }
|
|
|