@import "/static/css/vendor.wxss"; .LoadingMask.data-v-bf53843c { position: fixed; display: flex; justify-content: center; align-items: center; background: #fff; height: 100%; width: 100%; z-index: 99999; } .LoadingMask ._img.data-v-bf53843c { 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-bf53843c { display: flex; flex-wrap: wrap; width: 100%; } .img-box >._img.data-v-bf53843c, .img-box >._div.data-v-bf53843c { height: 160rpx; width: 160rpx; margin-right: 20rpx; margin-bottom: 20rpx; } .subtitle.data-v-bf53843c { 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-bf53843c { padding-left: 30rpx; font: 30rpx/80rpx false; background: #fff; } .para-title.data-v-bf53843c { display: flex; align-items: center; font: bold 32rpx/100rpx false; color: #424242; } .para-title ._div.data-v-bf53843c { margin-right: 20rpx; height: 45rpx; width: 10rpx; background: #aa001a; } .commit.data-v-bf53843c { padding: 30rpx; box-sizing: border-box; } .commit navigator.data-v-bf53843c, .commit ._div.data-v-bf53843c, .commit ._button.data-v-bf53843c { height: 100%; width: 100%; background: #aa001a; color: #fff; text-align: center; font: 32rpx/80rpx false; border-radius: 10rpx; } .between.data-v-bf53843c { justify-content: space-between; } .list-input.data-v-bf53843c { 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-bf53843c { margin: 0 30rpx; white-space: nowrap; } .list-input ._input.data-v-bf53843c { flex: 1; margin-right: 30rpx; text-align: right; } .list-input .unset.data-v-bf53843c { color: #9b9b9b; } .list-input navigator.data-v-bf53843c { overflow: hidden; white-space: nowrap; margin-right: 30rpx; color: #757575; } .list-input >._div.data-v-bf53843c, .list-input picker.data-v-bf53843c { margin-right: 30rpx; color: #757575; } .fade.data-v-bf53843c { opacity: 0.5; } .hover.data-v-bf53843c { background-color: #d5d5d5 !important; } .hover-shallow.data-v-bf53843c { background-color: #ededed !important; } .hide.data-v-bf53843c { display: none !important; } ._textarea.data-v-bf53843c { padding: 10rpx; } .myrelease.data-v-bf53843c { position: absolute; min-height: 100%; width: 100%; background: #f6f6f6; } .select-box.data-v-bf53843c { position: relative; display: flex; justify-content: center; align-items: center; font: 30rpx/56rpx false; height: 100rpx; } .select-box .select.data-v-bf53843c { box-sizing: border-box; border: 2rpx solid #efefef; border-radius: 8rpx; display: flex; justify-content: space-between; align-items: center; padding: 0 20rpx; width: 70%; background: #fff; } .select-box .select ._img.data-v-bf53843c { height: 20rpx; width: 20rpx; transition: transform 0.3s; } .option-box.data-v-bf53843c { position: absolute; top: 78rpx; height: 0; width: 70%; box-sizing: border-box; overflow-y: auto; border-top: 2rpx solid #efefef; background: #fff; transition: height 0.2s; } .option-box ._div.data-v-bf53843c { display: block; border-right: 2rpx solid #eee; border-bottom: 2rpx solid #eee; border-left: 2rpx solid #eee; padding: 5rpx; } .list-item.data-v-bf53843c { margin-bottom: 20rpx; padding: 0 30rpx; box-sizing: border-box; background: #fff; border-top: 2rpx solid #eee; border-bottom: 2rpx solid #eee; } .list-item .title.data-v-bf53843c { font: 30rpx/30rpx false; color: #aa001a; margin-top: 35rpx; } .list-item .intro.data-v-bf53843c { font: 26rpx/35rpx false; margin: 15rpx 0; } .list-item .foot.data-v-bf53843c { display: flex; align-items: center; font: 24rpx/24rpx false; color: #808080; margin-bottom: 30rpx; } .list-item .foot .view.data-v-bf53843c { margin-left: 30rpx; } .list-item .foot .status.data-v-bf53843c { margin: 0 0 0 auto; line-height: 35rpx; border-radius: 6rpx; padding: 0 10rpx; color: #fff; background: #aa001a; } .lecture-item.data-v-bf53843c { padding-top: 20rpx; background: #fff; } .lecture-item .title.data-v-bf53843c { font: bold 32rpx/50rpx false; margin: 0 20rpx 10rpx 20rpx; } .lecture-item .abstract.data-v-bf53843c { margin: 0 20rpx; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font: 28rpx/38rpx false; } .lecture-item .foot.data-v-bf53843c { display: flex; margin: 20rpx 20rpx 0 20rpx; padding-bottom: 20rpx; border-bottom: 1rpx solid #eee; } .lecture-item .foot .left.data-v-bf53843c { margin-right: 20rpx; display: flex; align-items: center; font: 28rpx/28rpx false; color: #808080; } .lecture-item .foot .left ._img.data-v-bf53843c { height: 34rpx; width: 34rpx; margin-right: 10rpx; } .lecture-item .foot .status.data-v-bf53843c { background: #aa001a; color: #fff; font: 26rpx/38rpx false; padding: 0 10rpx; margin: 0 0 0 auto; border-radius: 5rpx; }