123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
- /* pages/mineOrderProgress/mineOrderProgress.wxss */
- .box-head{
- position: relative;
- width: 750rpx;
- height: 320rpx;
- }
- .back{
- position: absolute;
- top: 108rpx;
- left: 16rpx;
- width: 48rpx;
- height: 48rpx;
- }
- .box-title{
- position: absolute;
- bottom: 212rpx;
- left: 32rpx;
- width: 686rpx;
- height: 60rpx;
- font-size: 46rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 60rpx;
- }
- .time{
- position: absolute;
- bottom: 32rpx;
- left: 32rpx;
- width: 686rpx;
- height: 148rpx;
- background: #FFFFFF;
- box-shadow: 0px 16px 64px 0px rgba(50,150,251,0.08);
- border-radius: 8rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .time>text:nth-child(2){
- width: 2rpx;
- height: 80rpx;
- background-color: rgba(0,0,0,0.16);
- }
- .box-time{
- display: flex;
- flex-direction: column;
- width: 342rpx;
- margin: 24rpx 24rpx 24rpx 32rpx;
- }
- .box-time>text:nth-child(1){
- width: auto;
- height: 36rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: rgba(0,0,0,0.4);
- line-height: 36rpx;
- margin-bottom: 8rpx;
- }
- .box-time>view:nth-child(2){
- width: auto;
- height: 44rpx;
- font-size: 34rpx;
- font-family: AlipayNumber-Regular, AlipayNumber;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 44rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .arrowIcon{
- width: 32rpx;
- height: 32rpx;
- margin-left: 8rpx;
- }
- .progress-message{
- width: 680rpx;
- height: auto;
- margin: 0 80rpx auto 0;
- margin-top: 86rpx;
- }
- .progress-item{
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- margin-bottom: 64rpx;
- height: auto;
- }
- .progress-head{
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .progress-head>text:nth-child(1){
- width: auto;
- height: 44rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 44rpx;
- }
- .progress-head>text:nth-child(2){
- width: auto;
- height: 32rpx;
- font-size: 26rpx;
- font-family: Helvetica;
- color: rgba(0,0,0,0.87);
- line-height: 32rpx;
- margin-left: 24rpx;
- }
- .progress-msg{
- width: 502rpx;
- height: auto;
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.87);
- line-height: 40rpx;
- margin: 8rpx 0 0;
- }
- .progress-btn{
- width: auto;
- height: 56rpx;
- line-height: 56rpx;
- border-radius: 28px;
- font-size: 24rpx;
- font-weight: 400;
- color: rgba(0,0,0,0.6);
- border: 1rpx solid #CCCCCC;
- padding: 0 24rpx;
- margin-top: 24rpx;
- }
- .popover-view{
- position: fixed;
- bottom: 0;
- width: 100Vw;
- height: 100vh;
- background-color: rgba(0,0,0,0.6);
- }
- .popover{
- position: fixed;
- bottom: 0;
- width: 750rpx;
- height: auto;
- background: #FFFFFF;
- border-radius: 32rpx 32rpx 0rpx 0rpx;
- padding-bottom: env(safe-area-inset-bottom);
- }
- .popover-title{
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- margin: 48rpx 48rpx 64rpx;
- }
- .popover-title>text:nth-child(1){
- width: auto;
- height: 52rpx;
- font-size: 38rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 52rpx;
- }
- .popover-title>image:nth-child(2){
- width: 48rpx;
- height: 48rpx;
- }
- .order-head{
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- width: 670rpx;
- margin: 0 40rpx 24rpx;
- }
- .order-head>text:nth-child(1){
- width: auto;
- height: 48rpx;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 48rpx;
- }
- .order-head>text:nth-child(2){
- width: auto;
- height: 56rpx;
- border-radius: 28px;
- border: 1px solid #CCCCCC;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.6);
- line-height: 56rpx;
- padding: 0 24rpx;
- }
- .date-box{
- width: 750rpx;
- height: auto;
- max-height: 618rpx;
- overflow-y: auto;
- }
- .order-date{
- display: flex;
- flex-direction: row;
- width: 670rpx;
- height: 128rpx;
- border-radius: 8px;
- border: 1rpx solid #EEEEEE;
- margin: 0 40rpx 24rpx;
- }
- .order-date>text:nth-child(1){
- width: auto;
- height: 48rpx;
- font-size: 30rpx;
- font-family: AlipayNumber-Regular, AlipayNumber;
- font-weight: 400;
- color: rgba(0,0,0,0.87);
- line-height: 48rpx;
- margin: 40rpx auto 40rpx 32rpx;
- }
- .order-date>text:nth-child(2){
- width: 90rpx;
- height: 48rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FF5700;
- line-height: 48rpx;
- margin: 40rpx 0;
- }
- .order-date>image:nth-child(3){
- width: 48rpx;
- height: 48rpx;
- margin: 40rpx 16rpx 40rpx 0;
- }
- .progress{
- display: flex;
- flex-direction: row;
- }
- .progress-li{
- width: 152rpx;
- height: auto;
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-right: 16rpx;
- }
- .progress-li>view:nth-child(1){
- width: 20rpx;
- height: 20rpx;
- background: #D8D8D8;
- border-radius: 50%;
- margin-top: 12rpx;
- }
- .progress-li>view:nth-child(2){
- width: 2rpx;
- height: 100%;
- background-color: #D8D8D8;
- margin-bottom: -30rpx;
- }
- .progress-li>image{
- width: 40rpx;
- height: 40rpx;
- }
|