| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- /* 切换选项 */
- .nav.data-v-37f9c3e4 {
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #FFFFFF;
- color: #999999;
- }
- .nav view.data-v-37f9c3e4 {
- flex-grow: 1;
- margin: 3% 9% 2%;
- text-align: center;
- }
- .nav_btna.data-v-37f9c3e4 {
- font-size: 38rpx;
- line-height: 34rpx;
- border-bottom: 14rpx solid #FCD202;
- color: #000000;
- font-weight: bold;
- }
- /* 内容 */
- /* 全部订单 */
- .cont_one.data-v-37f9c3e4 {
- /* display: none; */
- width: 94%;
- margin: 0 auto;
- }
- .cont_one_ce.data-v-37f9c3e4 {
- width: 100%;
- padding: 3% 3% 2%;
- margin: 3% 0 0;
- background-color: #FFFFFF;
- border-radius: 18rpx;
- position: relative;
- }
- .cont_one_top.data-v-37f9c3e4 {
- display: flex;
- width: 100%;
- }
- .cont_one_top_le.data-v-37f9c3e4 {
- flex: 2;
- font-size: 35rpx;
- font-weight: 800;
- color: #000000;
- line-height: 32rpx;
- }
- .cont_one_top_le2.data-v-37f9c3e4 {
- flex: 2;
- font-size: 35rpx;
- font-weight: 800;
- color: #999999;
- line-height: 32rpx;
- }
- .cont_one_top_ri.data-v-37f9c3e4 {
- flex: 1;
- font-size: 40rpx;
- text-align: right;
- font-family: DINPro;
- font-weight: 500;
- color: #FF130A;
- line-height: 32rpx;
- }
- .cont_one_top_ri text.data-v-37f9c3e4 {
- font-size: 30rpx;
- }
- .cont_one_text.data-v-37f9c3e4 {
- font-size: 30rpx;
- margin: 2% 0 1%;
- font-weight: 400;
- color: #999999;
- display: flex;
- justify-content: space-between;
- }
- .cont_one_bottom.data-v-37f9c3e4 {
- width: 100%;
- padding: 3% 0 0;
- margin-top: 3%;
- display: flex;
- border-top: 2rpx dotted #E6E6E6;
- }
- .cont_one_bottom_le.data-v-37f9c3e4 {
- width: 80%;
- /* font-size: 30rpx; */
- font-weight: 500;
- color: #999999;
- line-height: 2;
- }
- .cont_one_bottom_ri.data-v-37f9c3e4 {
- width: 20%;
- text-align: center;
- /* line-height: 2; */
- background: rgba(255, 19, 10, 0.2);
- font-size: 24rpx;
- border: 2rpx solid #FF130A;
- color: #FF130A;
- opacity: 0.6;
- border-radius: 50rpx;
- }
- /* 到店取餐 */
- /* .cont_two {
- display: none;width: 94%;margin: 0 auto;
- }
- .cont_two_ce{
- width: 94%;padding: 3% 3% 2%; margin: 3% 0 0 ;background-color: #FFFFFF;
- border-radius: 18rpx;
- } */
- .cont_one_img.data-v-37f9c3e4 {}
- .cont_one_img.data-v-37f9c3e4 {
- width: 120rpx;
- height: 117rpx;
- position: absolute;
- top: 0;
- left: 83%;
- }
- .cont_one_img image.data-v-37f9c3e4 {
- width: 120rpx;
- height: 117rpx;
- }
- .cont.data-v-37f9c3e4 {
- display: none;
- }
- .cont_dis.data-v-37f9c3e4 {
- display: block;
- }
|