63 lines
921 B
Plaintext
Executable File
63 lines
921 B
Plaintext
Executable File
|
|
/**
|
|
* Web唐明明
|
|
* 一个梦想做木雕手艺人的程序员
|
|
*/
|
|
|
|
page{
|
|
background: #fafafa;
|
|
}
|
|
|
|
.order-block{
|
|
background: white;
|
|
border-top: solid 20rpx #fafafa;
|
|
}
|
|
|
|
.order-item{
|
|
position: relative;
|
|
padding: 0 30rpx 0 200rpx;
|
|
height: 85rpx;
|
|
line-height: 85rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.order-item::after{
|
|
content: " ";
|
|
background: #ddd;
|
|
position: absolute;
|
|
left: 30rpx;
|
|
height: 1rpx;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
.order-item:last-child::after{
|
|
display: none;
|
|
}
|
|
|
|
.order-item-label{
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
line-height: 85rpx;
|
|
padding: 0 30rpx;
|
|
width: 200rpx;
|
|
box-sizing: border-box;
|
|
text-align: left;
|
|
}
|
|
|
|
.order-item-input{
|
|
background: white;
|
|
display: block;
|
|
border: none;
|
|
padding: 0;
|
|
height: 85rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
/* 分期按钮 */
|
|
.order-btns{
|
|
padding: 30rpx;
|
|
}
|