123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- page {
- height: 100%;
- width: 100%;
- background: #f4f4f4;
- }
- .orders {
- height: auto;
- width: 100%;
- overflow: hidden;
- }
- .add_time{
- font-size: 0.9em;
- color:#FE7200;
- float: right;
- margin-top: 8rpx;
- }
- .order-details-cell{
- display: flex;
- padding: 20rpx 30rpx;
- padding-right: 0;
- }
- .order-details-cell text{
- font-size: .9em;
- }
- .order-details-cell .name{
- flex: 1;
- }
- .order-details-cell .num{
- margin-left: auto;
- width: 50rpx;
- text-align: right;
- }
- .order-details-cell .price{
- font-size: 1.1em;
- color: #000;
- }
- .order-image-hd{
- align-self: flex-start;
- }
- .order-image{
- width: 146rpx;
- height:146rpx;
- }
- .btn-box{
- margin-left: auto;
- }
- .btn-box .btn{
- border: 1px solid #FE7200;
- color: #FE7200;
- border-radius: 30rpx;
- font-size: 0.8em;
- display: inline-block;
- margin-left: 20rpx;
- line-height: 1.6;
- /* padding: 10rpx 20rpx; */
- background-color: #fff;
- }
- .btn-box .btn-disabel{
- border: 1px solid rgb(150, 149, 149);
- color: rgb(136, 135, 134);
- border-radius: 30rpx;
- font-size: 0.8em;
- display: inline-block;
- margin-left: 20rpx;
- line-height: 1.6;
- /* padding: 10rpx 20rpx; */
- background-color: #fff;
-
- }
- .tab-bar{
- height: 8vh;
- display: flex;
- line-height: 8vh;
- background-color: #fff;
- position:fixed;
- top:0px;
- z-index:999;
- width:100%;
- }
- .tab-bar .tab-bar-item{
- flex: 1;
- text-align: center;
- color: #555;
- font-size: 30rpx;
- }
- .tab-bar .tab-bar-item.active{
- color: #FF5778;
- border-bottom: 1px solid #FF5778;
- }
- .biz-type{
- font-size:25rpx;
- padding-left: 10rpx;
- /* color: white; */
- /* background-color: red; */
- font-weight: bold;
- height: 40rpx;
- }
- .search-icon-shop {
- width: 40rpx;
- height: 40rpx;
- /* margin-left: 15rpx;
- margin-top: 20rpx; */
- margin-bottom: -8rpx;
- }
- .list-cell-tk{
- position: relative;
- display: flex;
- align-items: center;
- height:40rpx;
- margin-bottom:10px;
- margin-left:512rpx;
- }
- .list-cell-wq{
- padding:5px 20px;
- position: relative;
- display: flex;
- align-items: center;
- width: 300rpx;
- height: 0rpx;
- line-height: 0rpx;
- /* margin-left:550rpx; */
- margin-bottom:10px;
- }
- .list-cell-wq .names{
- font-size:14px;
- }
- .list-cell-check {
- position: relative;
- display: flex;
- align-items:flex-end;
- height: 30rpx;
- bottom: 8rpx;
- justify-content:flex-end;
- width: 98%;
- }
- .list-cell-check .names{
- font-size:12px;
- margin-left:5rpx;
- color:#FE7200;
- }
- .search-icon-shop2 {
- width:30rpx;
- height:30rpx;
- }
- .search-icon-shop3 {
- width:28rpx;
- height:28rpx;
- vertical-align:middle;
- }
|