| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265 |
- <template>
- <view class="m_right">
- <image src="../../../assets/home/homeBG.png" class="s_logo" mode=""></image>
- <view class="s_content_container">
- <view class="s_title" v-text="'项目简介'">
- </view>
- <view class="s_content">
- <view class="">
- 影视现场实时特效是虚拟制片的一种影视创作流程与创作技术,处于虚 拟制片前、中、后期中的中期现场创作环节,与虚拟制片的前期艺术设 计、虚拟制作联系尤为密切。影视现场实时特效的核心是通过实时渲 染、数据跟踪、CG制作等核心技术,在影视拍摄现场实现虚拟创作与现 实创作的实时同步与实时协作,并在现场呈现影像最终效果。除现场摄 制以外,影视现场实时特效还包括前期虚拟艺术(数字制景、数字道 具、数字角色)的再创作和后期处理(合成、调色)的现场创作。</view>
- </view>
- </view>
- <view class="s_footer" style="text-align: center;padding: 80rpx;">
- <button size="mini" class="m_btn_download" style="" @click="save">创建项目</button>
- </view>
- </view>
- </template>
- <script>
- export default {
- name: "teacher",
- data() {
- return {
- index: 1,
- name: '张林老师',
- position: '计算机系',
- menu: [{
- id: 1,
- icon: "icon-bianzu",
- select: true,
- title: '新建项目'
- }, {
- id: 2,
- icon: "icon-xingzhuang21",
- select: false,
- title: '选择项目'
- }]
- }
- },
- components: {},
- created() {
- },
- methods: {
- checkMenu(obj) {
- this.menu.forEach(p => p.select = false);
- obj.select = true;
- },
- paging(obj) {
- this.index = obj;
- },
- save(){
- this.$emit("paging",3);
- }
- }
- }
- </script>
- <style scoped lang="scss">
- @import '../../../assets/icon/iconfont.css';
- .m_container {
- display: flex;
- justify-content: space-between;
- width: 100%;
- height: 100%;
- .m_left {
- width: 500rpx;
- background-color: #fff;
- border-right: 10rpx solid #ECECEC;
- border-top: 5rpx solid #ECECEC;
- box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.1);
- .m_hander {
- text-align: center;
- background-color: #fff;
- height: 600rpx;
- position: relative;
- // margin: 5rpx 10rpx 10rpx 0;
- border-bottom: 8rpx solid #ECECEC;
- .m_teacher {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .m_teacher_name {
- font-size: 1.1rem;
- font-weight: 600;
- padding: 30rpx 0;
- font-family: MicrosoftYaHei;
- }
- .m_head_portrait {
- width: 250rpx;
- height: 250rpx;
- color: #555555;
- }
- }
- }
- .m_right {
- width: 100%;
- margin-top: 5rpx;
- // padding: 0 150rpx;
- background-color: #fff;
- box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.1);
- .m_right_hander {
- text-align: right;
- height: 250rpx;
- position: relative;
- .m_btn_red {
- position: absolute;
- height: 80rpx;
- line-height: 80rpx;
- padding: 0 40rpx;
- right: 0;
- top: 50%;
- transform: translateY(-50%);
- background: #EA252C;
- color: #fff;
- }
- }
- }
- .m_menu-icon {
- width: 24rpx;
- height: 24rpx;
- }
- .m_menu {
- background-color: #fff;
- .m_menu-item {
- position: relative;
- display: flex;
- padding: 20rpx 0;
- line-height: 90rpx;
- font-weight: 500;
- border-bottom: 1px solid #DDDDDD;
- .m_menu_item_icon {
- width: 100rpx;
- text-align: right;
- margin-right: 15rpx;
- }
- .m_menu_item_name {
- margin-left: 10rpx;
- font-weight: 600;
- }
- .m_act {
- background: #FF0019;
- width: 8rpx;
- border-radius: 0px 200rpx 200rpx 0px;
- position: absolute;
- height: 90rpx;
- top: 20rpx;
- left: 0;
- }
- }
- }
- .m_act_font .m_menu_item_name {
- color: #FF0019;
- }
- }
- .m_edit {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background: rgb(67, 127, 250);
- color: rgb(255, 255, 255);
- min-width: 130rpx;
- }
- .m_delete {
- position: absolute;
- top: 50%;
- left: 50%;
- min-width: 130rpx;
- transform: translate(-50%, -50%);
- background: rgb(234, 37, 44);
- color: rgb(255, 255, 255);
- }
- .m_right_footer {
- margin-top: 80rpx;
- }
- .m_paging {
- text-align: right;
- .m_paging_item {
- padding: 10rpx 18rpx;
- border: 1rpx solid #DDDDDD;
- border-radius: 8rpx;
- margin-right: 10rpx;
- }
- .p_act {
- background: #EA252C;
- color: #fff;
- border: inherit;
- }
- }
- .m_paging_item:hover {
- background: #EA252C;
- color: #fff;
- border: inherit;
- }
- .m_act1 {
- color: #FF0019;
- }
- .s_logo {
- width: 100%;
- height: 800rpx;
- }
- .s_content_container {
- padding: 0 206rpx;
- .s_title {
- font-weight: bold;
- text-align: center;
- line-height: 200rpx;
- font-size: 45rpx;
- }
- .s_content {
- font-weight: 500;
- font-size: 40rpx;
- line-height: 70rpx;
- }
- }
- .m_btn_download {
- height: 80rpx;
- line-height: 80rpx;
- padding: 0 70rpx;
- background: #EA252C;
- color: #fff;
- font-family: MicrosoftYaHei;
- }
- </style>
|