\documentclass{scrartcl}
\reversemarginpar % Move the margin to the left of the page
\newcommand{\MarginText}[1]{\marginpar{\raggedleft\itshape\small\color{Maroon}{#1}}} % New command defining the margin text style
\usepackage[nochapters]{classicthesis} % Use the classicthesis style for the style of the document
\usepackage[LabelsAligned]{currvita} % Use the currvita style for the layout of the document
\renewcommand{\cvheadingfont}{\LARGE\color{Maroon}} % Font color of your name at the top
\usepackage{hyperref} % Required for adding links and customizing them
\hypersetup{colorlinks, breaklinks, urlcolor=Maroon, linkcolor=Maroon} % Set link colors
\newlength{\datebox}\settowidth{\datebox}{Spring 2011} % Set the width of the date box in each block
\newcommand{\NewEntry}[3]{\noindent\hangindent=2em\hangafter=0 \parbox{\datebox}{\small \textit{#1}}\hspace{2em}{\small{#2}} #3 % Define a command for each new block - change spacing and font sizes here: #1 is the left margin, #2 is the italic date field and #3 is the position/employer/location field
\vspace{0.5em}} % Add some white space after each new entry
\newcommand{\NewTinyEntry}[3]{\noindent\hangindent=2em\hangafter=0 \parbox{\datebox}{\tiny{#1}}\hspace{2em}{\scriptsize{#2}} #3 % Define a command for each new block - change spacing and font sizes here: #1 is the left margin, #2 is the italic date field and #3 is the position/employer/location field
\vspace{0.5em}} % Add some white space after each new entry
\input{style/xecjk_preamble}
\usepackage[
placement=center,
angle=45,
scale=6,
color=black!40,
%hshift=60,
%vshift=-5
]{background}
\backgroundsetup{contents={Confidential}}
%----------------------------------------------------------------------------------------
\begin{document}
\thispagestyle{empty} % Stop the page count at the bottom of the first page
%----------------------------------------------------------------------------------------
% NAME AND CONTACT INFORMATION SECTION
%----------------------------------------------------------------------------------------
\begin{cv}{\emph{刘宗敏}}\vspace{1.5em}
\noindent\emph{}\vspace{0.5em}
\Description{\kai{时传详,软件工,具有\ascii{JAVA-WEB}程序设计经验;目前任职于中软国际,任华为业务支撑工具部技术人员,重点关注后台代码的性能调优;在加盟中软国际之前曾服务于富士康科技集团,从事富士康昆山分部的内部\ascii{ERP}系统的研发工作,为富士康软件研发部开发人员。}}
\NewEntry{电子邮件}{\href{mailto:lzm\_best@163.com}{lzm\_best@163.com}}
\NewEntry{联系方式}{\ascii{13077829329}}
\vspace{1em}
\noindent\emph{擅长领域}\vspace{1em}
\Description{$\cdotp$\ \ \kai{擅长}\ascii{Java}\kai{程序设计语言,熟悉\ascii{C++,JavaScript}}}
\vspace{-0.5em}
\vspace{2em} % Goal text
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE
%----------------------------------------------------------------------------------------
\noindent\emph{项目经验}\vspace{1em}
%------------------------------------------------
\NewTinyEntry{2015.08--至今}{\kai{软件开发}}
\Description{\MarginText{华为报价系统}\kai{担任华为下一代报价系统研发团队配置组技术人员,支撑团队进行下一代报价系统的研发工作。}}
\vspace{1em} %
%------------------------------------------------
\NewTinyEntry{2015.04--2015.08}{\kai{软件开发\ 系统设计}}
\Description{\MarginText{Template AME}\kai{担任\ascii{Template AME}项目的\ascii{MRP}模块主要技术负责人,构建了\ascii{MRP}模块主要逻辑,并参与表结构设计,系统整体方案设计,项目成果获得肯定,\ascii{MRP}模块获得客户方高度称赞,得到年度优秀员工荣誉奖软件研发部}}
\vspace{1em} %
%------------------------------------------------
\NewTinyEntry{2014.07--2015.03}{\kai{软件开发\ 系统设计}}
\Description{\MarginText{工管咨询部新一代\ascii{OA}系统}\kai{主导开展工管咨询部新一代办公系统,是项目第一批开发人员,主要负责新一代\ascii{OA}系统核心模块:\ascii{KPI}评分模块的开发,在不懈努力和钻研下该模块完美成型,无论在健壮性还是模块的设计的架构思想都获得了整个部门的高度认可。}}
\vspace{1em} %
\NewTinyEntry{2013.07--2014.07}{\kai{软件开发\ 系统重构}}
\Description{\MarginText{昆山\ascii{ERP}专案}\kai{昆山\ascii{ERP}专案是整个事业群高度重视的大型\ascii{ERP}专案,本人积极投身于专案前期的评估,是前期表结构商讨设计的主要人员之一,为做到实时跟客户思想同步,提出开发人员应该进驻客户场地做到实时沟通并尽可能让用户参与到开发中的建设性意见,并被采纳。}}
\vspace{1em} %
%----------------------------------------------------------------------------------------
\noindent\emph{教育背景}\vspace{1em}
\Description{$\cdotp$\ \ \ascii{2009.9--2013.7:\ \kai{云南师范大学,计算机科学与技术专业,获学士学位}}}
\vspace{2em} %
\end{cv}
\end{document}