NurseStationApp/pages/confirmOrder/confirmOrder.scss
2022-11-23 16:41:09 +08:00

239 lines
3.8 KiB
SCSS

.app{
padding: 0;
}
.header {
display: inline-block;
vertical-align: middle;
font-size: 36rpx;
color: #969394;
margin-left: 7%;
}
.number {
display: inline-block;
position: absolute;
right: 8%;
}
.bodys {
height: 480rpx;
background: #4C7BC9;
.addressinfo {
position: relative;
font-size: 32rpx;
color: #FFFFFF;
line-height: 65rpx;
top: 15%;
margin-left: 8%;
.address{
margin-top: 20rpx;
width:92%;
font-size: 28rpx;
line-height: 36rpx;
word-break:break-all;
}
.namephone{
width: 70%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.picture {
position: absolute;
top:0%;
right:5%;
image {
width: 18rpx;
height: 18rpx;
color: #FFFFFF;
margin-left: 20rpx;
}
}
}
}
.commodity {
width: 95%;
height: 332rpx;
background: #FFFFFF;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 20rpx;
margin: 0 auto;
margin-top: -25%;
.commodityInfo {
height: 235rpx;
border-bottom: 1rpx solid #D8D4D4;
width: 97%;
margin: 0 auto;
position: relative;
image {
width: 174rpx;
height: 174rpx;
margin-top: 30rpx;
margin-left: 30rpx;
}
.infos {
position: absolute;
top:10%;
left: 35%;
width: 60%;
font-size: 36rpx;
.detail {
color: #000000;
line-height: 67rpx;
.spangoodsName{
width: 100%;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.spanprice {
color: #969394;
line-height: 67rpx;
}
}
.model {
font-size: 33rpx;
color: #969394;
line-height: 67rpx;
}
}
}
.quantity {
margin-top: 34rpx;
}
}
.integral{
width: 95%;
height: 92rpx;
line-height: 92rpx;
background-color: #FFFFFF;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0,0,0,0.03);
border-radius: 20rpx;
margin:15rpx auto;
}
.price{
width: 95%;
height: 290rpx;
background: #FFFFFF;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0,0,0,0.03);
border-radius: 20rpx;
margin: 20rpx auto;
font-size: 36rpx;
.money{
line-height: 68rpx;
color: #969394;
}
.priceinfo{
margin: 0 auto;
padding-top: 20rpx;
width: 100%;
}
.freight{
margin: 0 auto;
width: 100%;
margin-top:10rpx ;
border-top: 1rpx solid #D8D4D4;
.total{
margin-top: 30rpx;
font-size: 42rpx;
color: #D43953;
line-height: 67rpx;
}
}
}
.bottom{
position: fixed;
bottom:0;
// margin-top: 50rpx;
padding-left: 3%;
width:100%;
height: 140rpx;
background: #FFFFFF;
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0,0,0,0.03);
.moneys{
height: 140rpx;
font-size: 54rpx;
color: #D43953;
line-height: 141rpx;
position: absolute;
left:3%;
}
.submit{
text-align: center;
width: 226rpx;
height: 80rpx;
line-height: 80rpx;
background: #4C7BC9;
border-radius: 26rpx;
font-size: 34rpx;
color: #FFFFFF;
position: absolute;
right:3%;
top:30rpx;
// float: right;
}
}
// 弹框支付
.payment {
width: 390px;
height: 130rpx;
font-size: 42rpx;
color: #000000;
line-height: 130rpx;
text-align: center;
// margin: 0 auto;
border-bottom: 1rpx solid #D8D4D4;
display: flex;
span{
margin-left: 30%;
}
.cencel{
margin-left: 20%;
image {
width: 31rpx;
height: 31rpx;
}
}
}
.chat {
span {
display: block;
height: 68rpx;
font-size: 42rpx;
color: #000000;
line-height: 68rpx;
margin-left: 25%;
margin-top: -10%;
}
image {
width: 79rpx;
height: 69rpx;
margin-top: 7%;
padding-left: 10%;
}
}
.submits {
width: 501rpx;
height: 71rpx;
line-height: 71rpx;
background: #4C7BC9;
border-radius: 26rpx;
font-size: 34rpx;
color: #FFFFFF;
text-align: center;
margin: 0 auto;
margin-top: 25%;
}