| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-2f1ef635 {
- display: flex;
- flex-direction: column;
- background-color: #F2F2F2;
- }
- .container .list.data-v-2f1ef635 {
- margin-bottom: 20rpx;
- font-size: 32rpx;
- background-color: #fff;
- }
- .container .list .list-title.data-v-2f1ef635 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 30rpx;
- height: 94rpx;
- font-weight: bold;
- font-size: 32rpx;
- border-bottom: 1rpx solid #E6E6E6;
- }
- .container .list .list-title .list-img.data-v-2f1ef635 {
- width: 121rpx;
- height: 34rpx;
- }
- .container .list .list-title .list-img img.data-v-2f1ef635 {
- height: 100%;
- }
- .container .list .list-title .mr-30.data-v-2f1ef635 {
- margin-right: 30rpx;
- }
- .container .list .list-info.data-v-2f1ef635 {
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- padding: 0 30rpx;
- margin-top: 15rpx;
- }
- .container .list .list-info .list-info-item.data-v-2f1ef635,
- .container .list .list-info .list-info-item2.data-v-2f1ef635 {
- line-height: 60rpx;
- font-size: 28rpx;
- color: #333333;
- }
- .container .list .list-info .list-info-item span.data-v-2f1ef635,
- .container .list .list-info .list-info-item2 span.data-v-2f1ef635 {
- display: inline-block;
- width: 140rpx;
- text-align-last: justify;
- color: #999999;
- }
- .container .list .list-info .list-info-item.data-v-2f1ef635 {
- height: 60rpx;
- }
- .container .list .list-button.data-v-2f1ef635 {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- font-size: 28rpx;
- text-align: center;
- }
- .container .list .list-button .list-button-change.data-v-2f1ef635 {
- margin: 17rpx 0 40rpx 0;
- width: 170rpx;
- height: 70rpx;
- line-height: 70rpx;
- color: #fff;
- border-radius: 15rpx;
- background: linear-gradient(#8684FF, #3C50E8);
- }
- .container .list .list-button .list-button-cancel.data-v-2f1ef635 {
- margin: 17rpx 30rpx 40rpx;
- width: 170rpx;
- height: 70rpx;
- line-height: 70rpx;
- color: #999999;
- border-radius: 15rpx;
- background-color: #E6E6E6;
- }
|