/* pages/delails/details.wxss *//* pages/detail order/detail order.wxss */ /* pages/detail/detail.wxss */ /* 地址 */ .address { width: 700rpx; border-radius: 5px; background-color: #f3f1f1; display: block; margin-left: 13px; } .address01 { font-weight: 600; font-size: 20px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; display: block; margin-left: 10px; margin-bottom: 10px; } .address02 { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; display: block; margin-top: -10px; margin-left: 10px; } /* —————————————————————————————————————— */ .container01 { margin: auto; border-radius: 5px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 12px; color: rgb(133, 133, 133); /* width: 280px; */ width: 700rpx; height: 70px; background: #f3f1f1; display: flex; flex-direction: column; /* word-break:break-all */ } .container02 { margin: 10px auto; border-radius: 5px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 12px; color: rgb(133, 133, 133); /* width: 280px; */ width: 700rpx; height: 180px; background: #f3f1f1; display: flex; flex-direction: column; /* align-content:space-between ; */ } .text01 { display: flex; justify-content: space-between; border-bottom: 1px solid #d1d0d0; line-height: 35px; margin-left: 15px; width: 90%; height: 35px; } .text02 { line-height: 35px; margin-left: 15px; width: 90%; height: 35px; display: flex; justify-content: space-between; border-bottom: 1px solid #d1d0d0; } .text03{ line-height: 35px; margin-left: 15px; width: 90%; height: 35px; display: flex; justify-content: space-between; } .copper { color: rgb(228, 52, 87); } /* 图片样式 */ .img01 { margin-right: 10px; width: 90px; height: 60px; border-radius: 10px; } /* 图片与文字左右排列 */ .container03 { padding: 10px 10px 0px 10px; display: flex; align-content: space-between; } .container04 { margin: 10px auto; border-radius: 5px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 12px; color: rgb(133, 133, 133); /* width: 280px; */ width: 700rpx; height: 150px; background: #f3f1f1; } /* 图片旁边文字 */ .child { flex: 1; } .child01 { display: flex; justify-content: space-between; } /* 老式麻辣烫 */ .ctx01 { font-weight: 800; font-size: 13px; color: black; } /* 价钱和积分 */ .ctx02 { color: rgb(228, 52, 87); font-size: 13px; } /* 划掉价钱 */ .ctx03 { text-decoration: line-through; }