Html
    Css
    Js

    
                        
 .prescribBox {
	width:90%;
	/* overflow-x:scroll;
	*/
	    	overflow:hidden;
	margin:20px auto;
}
::-webkit-scrollbar {
	display:none;
	/* Chrome Safari */
}
.prescribBox:last-child {
	margin-bottom:40px;
}
.prescribContent {
	width:calc(100% + 100px);
	display:flex;
	position:relative;
}
.delPrescribing {
	width:100px;
	float:right;
	display:flex;
	align-items:center;
	justify-content:center;
}
.prescribing {
	width:calc(100% - 100px);
	float:left;
	border-radius:4px;
	background-color:#fff;
	overflow:hidden;
	padding:10px;
	display:flex;
	position:relative;
	box-shadow:0px 12px 28px 0px rgba(0,0,0,0.05),0px 2px 4px 0px rgba(0,0,0,0.05);
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

移动端左划删除

更新时间:2020-10-18 22:18:13

只支持移动

0