123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- /* pages/detail/detail.wxss */
- /* 地址 */
- .youno{
- text-align: center;
- }
- .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: 150px;
- 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;
- }
- .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;
- }
- /* 按钮 */
- .button001{
- width: 700rpx;
- margin: auto;
- display: flex;
- justify-content: center;
- }
- .button001 button{
- margin: 10px 24px 0;
- width: 120px;
- height: 50px;
- }
- /* .button01{
- margin: 0 24px;
- } */
|