123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page,
- .content {
- background: #f8f8f8;
- height: 100%;
- }
- .swiper-box {
- height: calc(100% - 40px);
- }
- .list-scroll-content {
- height: 100%;
- }
- .navbar {
- display: flex;
- height: 40px;
- padding: 0 5px;
- background: #fff;
- box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
- position: relative;
- z-index: 10;
- }
- .navbar .nav-item {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- font-size: 15px;
- color: #303133;
- position: relative;
- }
- .navbar .nav-item.current {
- color: #24a17d;
- }
- .navbar .nav-item.current:after {
- content: '';
- position: absolute;
- left: 50%;
- bottom: 0;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- width: 44px;
- height: 0;
- border-bottom: 2px solid #24a17d;
- }
- .uni-swiper-item {
- height: auto;
- }
- .order-item {
- width: 702rpx;
- background: #ffffff;
- box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
- border-radius: 20rpx;
- margin: 20rpx auto 0;
- padding: 24rpx;
- }
- .order-item .order-top-left {
- display: flex;
- align-items: center;
- }
- .order-item .order-top-left .order-top-left-image {
- width: 32rpx;
- height: 37rpx;
- }
- .order-item .order-top-left .order-top-left-font {
- margin-left: 10rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .order-item .order-top-right {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ff6f0f;
- }
- .order-item .order-info {
- margin-top: 24rpx;
- align-items: flex-start;
- }
- .order-item .order-info .order-info-left {
- width: 200rpx;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- }
- .order-item .order-info .order-info-right {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .order-item .order-info .order-info-picture {
- display: flex;
- justify-content: flex-end;
- }
- .order-item .order-info .order-info-picture .order-info-picture-item {
- width: 130rpx;
- height: 130rpx;
- margin-left: 10rpx;
- }
- .order-item .order-info .order-info-picture .order-info-picture-item image {
- width: 100%;
- height: 100%;
- }
- .order-item .order-info .order-info-address {
- display: flex;
- align-items: center;
- }
- .order-item .order-info .order-info-address .order-info-address-main {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- margin-right: 10rpx;
- }
- .order-item .order-info .order-info-address .order-info-address-icon {
- width: 24rpx;
- height: 24rpx;
- }
- .order-item .order-info .order-info-address .order-info-dh {
- margin-left: 4rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ff6f0f;
- }
- .order-item .order-btn-box {
- display: flex;
- justify-content: space-between;
- }
- .order-item .order-btn-box .btn1 {
- border: 1px solid #24a17d !important;
- color: #24a17d !important;
- }
- .order-item .order-btn-box .btn2 {
- border: none !important;
- background: #ff6f0f;
- color: #fff !important;
- }
- .order-item .order-btn-box .order-btn {
- margin-top: 34rpx;
- align-items: center;
- display: flex;
- justify-content: center;
- width: 211rpx;
- height: 74rpx;
- border: 1px solid #cdcdcd;
- border-radius: 10rpx;
- color: #666666;
- }
- .order-item .order-btn-box .order-btn .order-btn-icon {
- width: 38rpx;
- height: 38rpx;
- }
- .order-item .order-btn-box .order-btn .order-btn-icon1 {
- width: 32rpx;
- height: 34rpx;
- }
- .order-item .order-btn-box .order-btn .order-btn-icon2 {
- width: 36rpx;
- height: 32rpx;
- }
- .order-item .order-btn-box .order-btn .order-btn-font {
- margin-left: 7rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- }
- .order-item .ordering-btn {
- display: flex;
- justify-content: center;
- margin: 38rpx auto 0;
- width: 566rpx;
- height: 74rpx;
- background: #24a17d;
- border-radius: 15rpx;
- }
- .order-item .ordering-btn .ordering-btn-icon {
- width: 32rpx;
- height: 34rpx;
- }
- .order-item .ordering-btn .ordering-btn-font {
- margin-left: 14rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ffffff;
- }
- /* load-more */
- .uni-load-more {
- display: flex;
- flex-direction: row;
- height: 80rpx;
- align-items: center;
- justify-content: center;
- }
- @-webkit-keyframes load {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0.2;
- }
- }
|