123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- .wrapper {
- width: 100%;
- padding-top: 30rpx;
- padding-bottom: 276rpx;
- }
- .width-690 {
- width: 690rpx;
- margin: 0 auto;
- }
- form {
- display: block;
- width: 100%;
- }
- label {
- display: flex;
- align-items: center;
- text {
- line-height: 42rpx;
- font-size: 28rpx;
- color: rgba(51, 51, 51, 1);
- &:nth-of-type(2) {
- margin-left: 10rpx;
- color: rgba(153, 153, 153, 1);
- }
- }
- }
- .van-uploader__wrapper {
- .van-uploader__preview {
- &:nth-of-type(4n) {
- margin: 0;
- }
- }
- }
- .photo {
- .value {
- display: flex;
- flex-flow: row wrap;
- padding: 40rpx 0 24rpx;
- }
- }
- .tip {
- width: 100%;
- padding-bottom: 20rpx;
- line-height: 42rpx;
- font-size: 24rpx;
- color: rgba(153, 153, 153, 1);
- }
- .form-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 74rpx;
- .value {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- width: calc(100% - 150rpx);
- text-align: right;
- color: rgba(107, 133, 89, 1);
- & > view {
- line-height: 42rpx;
- font-size: 28rpx;
- &.placeholder {
- color: rgba(153, 153, 153, 1);
- }
- }
- }
- input {
- width: 100%;
- height: 44rpx;
- padding-right: 9rpx;
- font-size: 28rpx;
- color: inherit;
- }
- .arrow {
- margin-left: 6rpx;
- width: 9rpx;
- height: 15rpx;
- }
- }
- .placeholder {
- color: rgba(153, 153, 153, 1);
- }
- .describe {
- margin: 20rpx 0;
- .value {
- position: relative;
- left: 0;
- top: 0;
- }
- textarea {
- display: block;
- width: 100%;
- padding: 17rpx 21rpx;
- min-height: 186rpx;
- border-radius: 20rpx;
- background: rgba(245, 245, 245, 1);
- line-height: 38rpx;
- font-size: 28rpx;
- color: rgba(51, 51, 51, 1);
- }
- }
- .border-bottom-2 {
- padding-bottom: 20rpx;
- margin-bottom: 20rpx;
- border-bottom: 2rpx solid rgba(231, 231, 231, 1);
- }
- .words-limit {
- position: absolute;
- bottom: 17rpx;
- right: 21rpx;
- z-index: 1;
- line-height: 28rpx;
- font-size: 24rpx;
- color: rgba(153, 153, 153, 1);
- }
- .select-options {
- display: flex;
- align-items: center;
- &:nth-of-type(2) {
- margin-left: 16rpx;
- }
- image {
- width: 42rpx;
- height: 42rpx;
- }
- text {
- margin-left: 6rpx;
- line-height: 42rpx;
- font-size: 28rpx;
- color: rgba(51, 51, 51, 1);
- }
- }
- button.btn-submit {
- width: 627rpx;
- height: 80rpx;
- margin: 40rpx auto 0;
- border-radius: 40rpx;
- font-size: 36rpx;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- &.edit {
- background-color: rgba(46, 129, 255, 1);
- }
- &[type= "primary"] {
- background-color: rgba(145, 179, 121, 1);
- }
- }
- .sale-at {
- color: rgba(0, 0, 0, 0.9);
- .time-0,
- .time-1 {
- display: flex;
- align-items: center;
- height: 112rpx;
- }
- .time-0 {
- position: relative;
- left: 0;
- top: 0;
- &:after {
- content: '';
- position: absolute;
- left: 30rpx;
- bottom: 0;
- right: 0;
- border-bottom: 1rpx solid rgba(0, 0, 0, 0.3);
- }
- }
- .select-wrap {
- width: 108rpx;
- padding-left: 30rpx;
- }
- .select {
- width: 48rpx;
- height: 48rpx;
- vertical-align: middle;
- }
- text {
- width: calc(100% - 196rpx);
- line-height: rpx;
- font-size: 34rpx;
- }
- .arrow-wrap {
- padding: 0 32rpx;
- }
- .arrow {
- width: 24rpx;
- height: 48rpx;
- vertical-align: middle;
- }
- }
|