123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440 |
- /* pages/orderDetailsProject/orderDetailsProject.wxss */
-
- .content {
- width: 100%;
- min-height: 100vh;
- background: #F7F8FA;
- }
-
- .border-content {
- margin-bottom: 20rpx;
- margin-left: 24rpx;
- border-radius: 24rpx;
- background: white;
- width: 662rpx;
- padding-top: 24rpx;
- padding-left: 24rpx;
- padding-right: 24rpx;
- }
-
- .title-line {
- width: 100%;
- display: flex;
- align-items: center;
- padding-bottom: 20rpx;
- }
-
- .title-line1 {
- width: 100%;
- display: flex;
- padding-bottom: 20rpx;
- }
-
- .title-left {
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- }
-
- .title-content {
- flex: 1;
- margin-left: 10rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .title-location {
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- }
-
- .title-location {
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .title-value {
- margin-left: 10rpx;
- text-align: left;
- flex: 1;
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- }
-
- .line-spc {
- width: 100%;
- height: 20rpx;
- }
-
- .project-list {
- width: 100%;
- height: 100rpx;
- display: flex;
- align-items: center;
- }
-
- .peoject-list-title {
- margin-bottom: 24rpx;
- font-size: 36rpx;
- color: #333333;
- font-weight: 500;
- }
-
- .peoject-list-title text {
- font-size: 36rpx;
- font-weight: 500;
- color: #FA7D22;
- }
-
- .peoject-list-time {
- flex: 1;
- text-align: right;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- }
-
- .project-content {
- margin-bottom: 20rpx;
- width: 100%;
- display: flex;
- align-items: center;
- height: 120rpx;
- }
-
- .project-content-img {
- border-radius: 12rpx;
- width: 120rpx;
- height: 120rpx;
- }
-
- .project-content-right {
- display: flex;
- flex-direction: column;
- flex: 1;
- height: 120rpx;
- margin-left: 20rpx;
- }
-
- .item-right-time {
- flex: 1;
- width: 100%;
- display: flex;
- }
-
- .item-right-title {
- width: 300rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #292929;
- flex: 1;
-
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .item-right-title-time {
- font-size: 28rpx;
- font-weight: 500;
- color: #292929;
- }
-
-
- .item-project-add {
- flex: 1;
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- }
-
-
-
- .btm-down-line {
- width: 100%;
- display: flex;
- align-items: center;
- }
-
- .btm-line-tips {
- margin-left: 24rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- }
-
- .btm-line-tips-red {
- font-size: 28rpx;
- font-weight: 500;
- color: #FF3007;
- }
-
- .btm-line-tips-money {
- margin-bottom: 20rpx;
- flex: 1;
- font-size: 56rpx;
- font-weight: 500;
- color: #FF3007;
- }
-
- .btm-line-submit {
- width: 338rpx;
- height: 84rpx;
- text-align: center;
- line-height: 84rpx;
- margin-right: 24rpx;
- background: #FA7D22;
- border-radius: 42rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
-
- .item-project-house {
- display: flex;
- justify-content: space-between;
- color: #FA7D22;
- }
- .device-name {
- font-size: 32rpx;
- font-weight: 500;
- }
- .project-time {
- font-size: 24rpx;
- font-weight: 400;
- }
-
- .title-content text {
- margin-left: 20rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- }
-
- .line-spc-line {
- width: 662rpx;
- height: 2rpx;
- background: #F9F9F9;
- }
-
- .money-show {
- margin-top: 28rpx;
- text-align: right;
- font-size: 32rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .money-show text {
- margin-left: 20rpx;
- text-align: right;
- font-size: 24rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .dis-line {
- margin-top: 28rpx;
- width: 100%;
- display: flex;
- align-items: center;
- }
-
- .spc {
- flex: 1;
- }
-
- .btm-submit {
- width: 184rpx;
- height: 72rpx;
- border-radius: 36rpx;
- border: 2rpx solid #E1E1E1;
- text-align: center;
- line-height: 72rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .not-flex {
- margin-left: 20rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- }
-
- .title-content-flex {
- margin-left: 20rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- }
-
- .copy {
- margin-left: 10rpx;
- padding-right: 15rpx;
- padding-left: 15rpx;
- height: 40rpx;
- background: #F5F5F5;
- border-radius: 8rpx;
- text-align: center;
- line-height: 40rpx;
- font-size: 20rpx;
- font-weight: 400;
- color: #333333;
- }
-
- .dis-view {
- display: flex;
- width: 100%;
- align-items: center;
- justify-content: center;
- height: 74rpx;
- }
-
- .dis-line-show {
- width: 130rpx;
- height: 2rpx;
- background: #E9E9E9;
- }
-
- .dis-line-title {
- margin-right: 20rpx;
- margin-left: 20rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #666666;
- }
-
- .comm-product {
- width: 100%;
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- }
-
- .comm-product-item {
- margin-bottom: 24rpx;
- margin-left: 20rpx;
- width: 344rpx;
- height: 555rpx;
- display: flex;
- flex-direction: column;
- border-radius: 24rpx;
- background: white;
- }
-
- .comm-image {
- border-top-left-radius: 24rpx;
- border-top-right-radius: 24rpx;
- width: 344rpx;
- height: 344rpx;
- }
-
- .comm-title {
- margin-left: 24rpx;
- margin-right: 24rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- margin-top: 24rpx;
- overflow: hidden;
- }
-
- .comm-desc {
- flex: 1;
- display: flex;
- align-items: center;
- margin-left: 24rpx;
- margin-right: 24rpx;
- overflow: hidden;
- }
-
- .item-desc {
- padding-right: 15rpx;
- padding-left: 15rpx;
- height: 38rpx;
- margin-right: 10rpx;
- background: #F7F7F7;
- border-radius: 8rpx;
- text-align: center;
- line-height: 38rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #666666;
- }
-
- .bottom {
- margin-bottom: 24rpx;
- display: flex;
- align-items: center;
- margin-left: 24rpx;
- height: 24rpx;
- width: 300rpx;
- }
-
- .price-show {
- flex: 1;
- font-size: 40rpx;
- font-family: OPPOSans-B, OPPOSans;
- font-weight: normal;
- color: #FA4622;
- }
-
- .price-show text {
- font-size: 24rpx;
- font-family: OPPOSans-B, OPPOSans;
- font-weight: normal;
- color: #FA4622;
- }
-
- .shop-image {
- width: 56rpx;
- height: 56rpx;
- }
-
- /* <view class="content">
-
- <view class="comm-product">
- <view class="comm-product-item">
- <image class="comm-image"></image>
- <view class="comm-title">深层清洁水维养(急…</view>
- <view class="comm-desc">
- <view class="item-desc">深度清洁</view>
- </view>
- <view class="bottom">
- <view class="price-show"><text>¥</text>189.00</view>
- <image class="shop-image"></image>
- </view>
- </view>
-
- </view>
-
- </view> */
-
- .inLocations {
- display: flex;
- align-items: center;
- }
-
- .inLocationImage {
- width: 24rpx;
- height: 24rpx;
- }
-
- .inLocationDistance {
- margin-left: 10rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- }
-
- .inLocationDistance text{
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;}
|