1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- /* pages/detail/detail.wxss */
- .cttt{
- height: 290px;
- background: #f3f1f1;
- }
- /* 导航 */
- .nav {
- margin-top: 10px;
- font-size: 14px;
- background-color: white;
- display: flex;
- justify-content:center;
- color: rgb(133, 133, 133);
- }
- .nav01 {
- font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
- margin: 0 20px;
- }
- /* 代送达麻辣烫、麻辣拌 */
- .container04 {
- margin: 10px auto;
- font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
- font-size: 12px;
- color: rgb(133, 133, 133);
- height: 120px;
- background: white;
- }
- .text01 {
- display: flex;
- justify-content: space-between;
- border-bottom: 1px solid #d1d0d0;
- line-height: 35px;
- margin-left: 10px;
- margin-right: 10px;
- height: 35px;
- }
- .text01-1{
- color: black;
- font-weight: 600;
- }
- .copper {
- color: rgb(133, 133, 133);
- }
- /* 图片样式 */
- .img01 {
- margin-right: 10px;
- width: 90px;
- height: 60px;
- }
- /* 图片与文字左右排列 */
- .container03 {
- padding: 10px 10px 0px 10px;
- display: flex;
- align-content: space-between;
- }
- /* 图片旁边文字 */
- .child {
- flex: 1;
- }
- /*麻辣烫微辣微麻 */
- .ctx01 {
- font-size: 13px;
- color: black;
- }
- /* 价钱 */
- .ctx02 {
- color: rgb(228, 52, 87);
- font-size: 14px;
- }
- .child01 {
- display: flex;
- justify-content: space-between;
- }
- .child05 {
- display: flex;
- justify-content: flex-end;
- font-size: 11px;
- }
|