123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- /* pages/order_details/order_details.wxss */
- page {
- background: #eff0f5;
- }
- .order_box {
- width: 690rpx;
- /* height: 181rpx; */
- background: #ffffff;
- border-radius: 7px;
- /* margin: 25rpx 30rpx 0rpx 30rpx; */
- /* border: 2rpx solid #ccc; */
- }
- .order_title {
- width: 100%;
- display: block;
- text-overflow: ellipsis;
- word-wrap: break-word;
- /* padding: 48rpx 73rpx 24rpx 0rpx; */
- font-size: 20px;
- font-family: Source Han Sans CN, Source Han Sans CN-Medium;
- font-weight: 500;
- color: #3c3c3c;
- /* line-height: 56rpx; */
- margin-bottom: 20rpx;
- }
- .order_smalltitle {
- /* float: left; */
- font-size: 13.5px;
- /* padding-left: 37rpx; */
- }
- .order_phone {
- /* float: left; */
- font-size: 14px;
- /* padding-right: 150rpx */
- }
- .content-box {
- width: 690rpx;
- background: #ffffff;
- border-radius: 7px;
- /* border: 1px solid #ccc; */
- /* margin: 16rpx 30rpx 16rpx 30rpx; */
- margin-top: 16rpx;
- padding-bottom: 20rpx;
- }
- .content-title {
- padding: 16rpx 0rpx 0rpx 0rpx;
- }
- .img-1 {
- margin-left: 15rpx;
- width: 57.5px;
- height: 57.5px;
- float: left;
- margin-right: 9.77px;
- }
- .order-money {
- float: right;
- font-size: 14px;
- color: red;
- font-weight: 800;
- margin-right: 38rpx;
- }
- .content-detail {
- /* float: left; */
- width: 400rpx;
- }
- .divLine {
- background: #E0E3DA;
- width: 90%;
- height: 1rpx;
- margin: 125rpx auto 1rpx;
- }
- .content-left {
- width: 100rpx;
- /* height: 14px; */
- font-size: 14.5px;
- float: left;
- color: #3c3c3c;
- line-height: 28px;
- padding-left: 10px;
- }
- .content-right {
- float: right;
- width: 15.5px;
- font-size: 13px;
- font-family: Source Han Sans CN, Source Han Sans CN-Bold;
- line-height: 23px;
- letter-spacing: 0.22px;
- padding-right: 25px;
- }
- .remark {
- width: 690rpx;
- /* height: 120rpx; */
- background: #ffffff;
- border-radius: 7px;
- margin-top: 20rpx;
- box-sizing: border-box;
- padding-left: 20rpx;
- padding-top: 20rpx;
- padding-bottom: 5px;
- color: #8b8b8b;
- }
- .remark-underline {
- background: #E0E3DA;
- width: 95%;
- height: 1rpx;
- margin: 20rpx 0rpx;
- }
- .logistics-box {
- margin-top: 20rpx;
- padding-top: 10rpx;
- width: 690rpx;
- /* height: 300rpx; */
- background: #ffffff;
- border-radius: 7px;
- padding-left: 20rpx;
- box-sizing: border-box;
- }
- .logistic-information-left {
- float: left;
- /* box-sizing: border-box; */
- /* margin-left: 20rpx; */
- color: #8b8b8b;
- }
- .logistic-information-right {
- float: right;
- margin-right: 20rpx;
- /* box-sizing: border-box; */
- /* margin-left: 20rpx; */
- color: #8b8b8b;
- }
- /* .tab-bar1 {
- margin: 100rpx 50rpx;
- } */
- .tabbar {
- position: fixed;
- left: 0;
- bottom: 40rpx;
- width: 100%;
- height: 90rpx;
- }
|