yuminge-app/yun-min-program-plugin-master/packageC/frogpro/cashier_desk/cashier_desk.wxss

180 lines
3.7 KiB
Plaintext

/* pages/cashier_desk/cashier_desk.wxss */
page {
position: inherit;
background: #fff;
}
.goodsinfo .cashier .header {
margin: 60rpx auto;
display: flex;
justify-content: center;
}
.goodsinfo .cashier .header .img {
width: 80rpx;
height: 80rpx;
border-radius: 40rpx;
overflow: hidden;
margin-right: 20rpx;
}
.goodsinfo .cashier .header .img image {
width: 100%;
}
.goodsinfo .cashier .header .span {
line-height: 80rpx;
font-size: 32rpx;
font-weight: bold;
}
.goodsinfo .cashier .pay {
width: 660rpx;
line-height: 160rpx;
background: #fff;
border: solid 2rpx #999;
border-radius: 12rpx;
margin: 0 auto;
padding: 0 28rpx;
display: flex;
justify-content: space-between;
box-sizing: border-box;
}
.goodsinfo .cashier .pay .span:first-child {
line-height: 160rpx;
font-size: 32rpx;
color: #8c8c8c;
}
.goodsinfo .cashier .pay .span:last-child {
font-size: 72rpx;
max-width: 416rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.goodsinfo .cashier .pay .span:last-child icon {
font-size: 32rpx;
}
.goodsinfo .cashier .btn {
background: #fff;
position: absolute;
bottom: 0;
left: 0;
}
.goodsinfo .cashier .btn .btn_box {
border-top: solid 2rpx #ccc;
}
.goodsinfo .cashier .btn .btn_box .line_one {
display: flex;
}
.goodsinfo .cashier .btn .btn_box .line_one .button {
width: 186rpx;
height: 126rpx;
font-size: 72rpx;
background: none;
color: #333;
border-radius: 0;
padding: 0;
border-right: solid 2rpx #ccc;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.goodsinfo .cashier .btn .btn_box .line_one .button icon {
font-size: 96rpx;
color: #666;
}
.goodsinfo .cashier .btn .btn_box .btn_bottom .line_two_1 {
display: flex;
}
.goodsinfo .cashier .btn .btn_box .btn_bottom .line_two_1 .line-left .line_box .line_two {
display: flex;
border-top: solid 2rpx #ccc;
}
.goodsinfo .cashier .btn .btn_box .btn_bottom .line_two_1 .line-left .line_box .line_two .button {
width: 186rpx;
height: 126rpx;
font-size: 72rpx;
background: none;
color: #333;
border-radius: 0;
padding: 0;
border-right: solid 2rpx #ccc;
display: flex;
justify-content: center;
align-items: center;
}
.goodsinfo .cashier .btn .btn_box .btn_bottom .line_two_1 .line-left .line_box .line_three {
border-top: solid 2rpx #ccc;
display: flex;
}
.goodsinfo .cashier .btn .btn_box .btn_bottom .line_two_1 .line-left .line_box .line_three .button {
width: 186rpx;
height: 126rpx;
font-size: 72rpx;
background: none;
color: #333;
border-radius: 0;
padding: 0;
border-right: solid 2rpx #ccc;
display: flex;
justify-content: center;
align-items: center;
}
.goodsinfo .cashier .btn .btn_box .btn_bottom .line_two_1 .line-left .line_box .line_four {
display: flex;
border-top: solid 2rpx #ccc;
}
.goodsinfo .cashier .btn .btn_box .btn_bottom .line_two_1 .line-left .line_box .line_four .button {
width: 186rpx;
height: 126rpx;
font-size: 72rpx;
background: none;
color: #333;
border-radius: 0;
padding: 0;
border-right: solid 2rpx #ccc;
display: flex;
justify-content: center;
align-items: center;
}
.goodsinfo .cashier .btn .btn_box .btn_bottom .line_two_1 .line-left .line_box .line_four .button .span {
width: 60rpx;
height: 60rpx;
text-align: center;
line-height: 60rpx;
font-size: 48rpx;
font-weight: bold;
}
.goodsinfo .cashier .btn .btn_box .btn_bottom .line_two_1 .line-right .button {
width: 188rpx;
height: 384rpx;
padding: 0;
border-radius: 0;
font-size: 36rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #04be02;
color: #fff;
}