@import "/static/css/vendor.wxss"; .LoadingMask.data-v-bd308c28 { position: fixed; display: flex; justify-content: center; align-items: center; background: #fff; height: 100%; width: 100%; z-index: 99999; } .LoadingMask ._img.data-v-bd308c28 { height: 40rpx; width: 40rpx; animation: loading 1s steps(12) infinite; } @-webkit-keyframes loading { 0% { transform: rotate(0); } to { transform: rotate(1turn); } } .img-box.data-v-bd308c28 { display: flex; flex-wrap: wrap; width: 100%; } .img-box >._img.data-v-bd308c28, .img-box >._div.data-v-bd308c28 { height: 160rpx; width: 160rpx; margin-right: 20rpx; margin-bottom: 20rpx; } .subtitle.data-v-bd308c28 { display: flex; padding: 27rpx 40rpx; font: 27rpx/36rpx false; word-wrap: break-word; border-top: 1rpx solid #eee; border-bottom: 1rpx solid #eee; } .greytitle.data-v-bd308c28 { padding-left: 30rpx; font: 30rpx/80rpx false; background: #fff; } .para-title.data-v-bd308c28 { display: flex; align-items: center; font: bold 32rpx/100rpx false; color: #424242; } .para-title ._div.data-v-bd308c28 { margin-right: 20rpx; height: 45rpx; width: 10rpx; background: #aa001a; } .commit.data-v-bd308c28 { padding: 30rpx; box-sizing: border-box; } .commit navigator.data-v-bd308c28, .commit ._div.data-v-bd308c28, .commit ._button.data-v-bd308c28 { height: 100%; width: 100%; background: #aa001a; color: #fff; text-align: center; font: 32rpx/80rpx false; border-radius: 10rpx; } .between.data-v-bd308c28 { justify-content: space-between; } .list-input.data-v-bd308c28 { display: flex; align-items: center; height: 90rpx; width: 100%; font: 30rpx/35rpx false; background-color: #fff; border-bottom: 1rpx solid #dedede; box-sizing: border-box; } .list-input ._span.data-v-bd308c28 { margin: 0 30rpx; white-space: nowrap; } .list-input ._input.data-v-bd308c28 { flex: 1; margin-right: 30rpx; text-align: right; } .list-input .unset.data-v-bd308c28 { color: #9b9b9b; } .list-input navigator.data-v-bd308c28 { overflow: hidden; white-space: nowrap; margin-right: 30rpx; color: #757575; } .list-input >._div.data-v-bd308c28, .list-input picker.data-v-bd308c28 { margin-right: 30rpx; color: #757575; } .fade.data-v-bd308c28 { opacity: 0.5; } .hover.data-v-bd308c28 { background-color: #d5d5d5 !important; } .hover-shallow.data-v-bd308c28 { background-color: #ededed !important; } .hide.data-v-bd308c28 { display: none !important; } ._textarea.data-v-bd308c28 { padding: 10rpx; } .question.data-v-bd308c28 { position: absolute; width: 100%; min-height: 100%; background: #f6f6f6; } .questionbox.data-v-bd308c28 { background: #f6f6f6; } .questionbox > navigator.data-v-bd308c28 { padding: 25rpx; margin-bottom: 20rpx; background: #fff; } .questionbox > navigator .title.data-v-bd308c28 { font-size: 32rpx; font-weight: bold; padding-bottom: 15rpx; } .questionbox > navigator .text.data-v-bd308c28 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font: 28rpx/40rpx false; color: #666; } .questionbox > navigator .foot.data-v-bd308c28 { display: flex; align-items: center; } .questionbox > navigator .foot .tags.data-v-bd308c28 { font: 26rpx/40rpx false; border-radius: 8rpx; border: 1rpx solid #aa001a; color: #aa001a; padding: 0 10rpx; margin-right: 15rpx; } .questionbox > navigator .foot .time.data-v-bd308c28 { font: 28rpx/28rpx false; margin: 0 0 0 auto; color: #777; } .book.data-v-bd308c28 { margin: 25rpx auto; width: 50%; height: 80rpx; color: #fff; background-color: #aa001a; }