123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- @charset "UTF-8";
- page,page .content {
- background: #fff;
- height: 100%;
- }
- .order-item {
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- flex-direction: column;
- padding: 0rpx 30rpx;
- background: #fff;
- margin-top: 20rpx;
- }
- .order-item,.order-item .goods-box-single {
- display: flex;
- }
- .order-item .goods-box-single {
- padding: 20rpx 0;
- }
- .order-item .goods-box-single .goods-img {
- display: block;
- width: 120rpx;
- height: 120rpx;
- }
- .order-item .goods-box-single .right {
- -webkit-box-flex: 1;
- flex: 1;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- flex-direction: column;
- padding: 0 30rpx 0 24rpx;
- overflow: hidden;
- height: 100%;
- }
- .order-item .goods-box-single .right .title {
- align-self: flex-start;
- font-size: 30rpx;
- color: #303133;
- height: 80rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .order-item .goods-box-single .right .title-right {
- flex-shrink: 0;
- text-align: right;
- align-self: flex-start;
- }
- .order-item .goods-box-single .right .attr-box {
- font-size: 26rpx;
- color: #909399;
- }
- .order-item .goods-box-single .right .price {
- font-size: 30rpx;
- color: #303133;
- }
- .order-item .goods-box-single .right .price:before {
- content: "¥";
- font-size: 24rpx;
- margin: 0 2rpx 0 8rpx;
- }
- .equity_box {
- background-color: #fafafa;
- border-radius: 10rpx;
- padding: 25rpx;
- margin: 25rpx 0rpx;
- }
- .equity_box .text-box {
- height: 200rpx;
- }
- .equity_box .text-box textarea {
- font-size: 25rpx;
- width: 100%;
- height: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 5;
- }
- .zhil {
- font-size: 28rpx!important;
- padding: 15rpx;
- }
- .submit-box {
- bottom: 0;
- left: 0;
- width: 750rpx;
- }
- .submit-btn {
- margin-top: 10px;
- display: inline-block;
- width: 670rpx;
- height: 96rpx;
- line-height: 96rpx;
- text-align: center;
- background-color: #1bcc26!important;
- border-radius: 32rpx;
- border-width: 8rpx;
- border-color: #fff;
- box-shadow: 0rpx 8rpx 12rpx rgba(0,0,0,.16);
- border-radius: 56rpx;
- }
- .submit-btn,.submit-btn-txt {
- opacity: 1;
- font-size: 39rpx;
- font-weight: 700;
- color: #fff;
- }
- .submit-btn-txt {
- line-height: 47rpx;
- }
- .map-box {
- width: 484rpx;
- height: 256rpx;
- border-width: 4rpx;
- border-color: #fff;
- box-shadow: 0rpx 0rpx 24rpx rgba(0,0,0,.16);
- position: relative;
- }
- .map {
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 476rpx;
- height: 250rpx;
- }
- .map,.map-img {
- position: absolute;
- }
- .map-img {
- top: 90rpx;
- left: 156rpx;
- width: 230rpx;
- height: 68rpx;
- background-color: rgba(51,51,51,.64);
- border-width: 1rpx;
- border-color: transparent;
- border-radius: 34px;
- font-size: 28rpx;
- font-weight: 700;
- line-height: 66rpx;
- color: #fff;
- text-align: center;
- }
- .address-box {
- padding: 15rpx 40rpx;
- margin-bottom: 10px;
- }
- .label {
- font-size: 36rpx;
- font-weight: 700;
- line-height: 50rpx;
- color: #222;
- }
- .label-img {
- padding-left: 40rpx;
- }
- .add-box {
- padding: 15rpx 0;
- }
- .add-box,.add-img-box {
- flex-wrap: wrap;
- }
- .add-img-box {
- width: 100%;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- flex-direction: row;
- margin-top: 50rpx;
- }
- .add-img-item {
- width: 180rpx;
- height: 180rpx;
- border-radius: 24rpx;
- position: relative;
- margin: 0rpx 20rpx 25rpx;
- }
- .add-img-item .add-img {
- width: 100%;
- height: 100%;
- border-radius: 24rpx;
- }
- .add-img-camera {
- -webkit-box-flex: 1;
- flex: 1;
- }
- .add-img-del {
- position: absolute;
- width: 40rpx;
- height: 40rpx;
- left: 155rpx;
- bottom: 155rpx;
- border-radius: 20rpx;
- }
- .address-time {
- width: 484rpx;
- height: 88rpx;
- background-color: #f5f5f5;
- opacity: 1;
- border-radius: 24rpx;
- text-align: center;
- font-size: 35rpx;
- font-weight: 500;
- color: #333;
- }
- .line {
- width: 750rpx;
- height: 1px;
- transform: scaleY(.3);
- background-color: rgba(0,0,0,.5);
- }
|