|
作者:刘炜茗 来源:南方都市报 时间:2005-11-8 21:32:29 |
|
共同的。
关于皮影的传统雕刻技法和过程,艺人们归纳为顺口溜说:“先刻头帽后刻脸,再刻眉眼鼻子尖,服装发须一身全,最后整装把身安,刻成以后再上色,整个制作就算完”。此外,皮影人制品,不只是可以用于演出,还可以置于窗前或白墙之上,作为室内艺术装饰,因为皮影造型古朴典雅、民族韵味浓厚。
皮影戏还有一个艺术特点,那就是它的人物、景物造型与制作,属于中国的民间艺术的范畴,它的艺术风格,在民族艺苑里也是独树一帜,为了适应皮影戏的幕影表现形式,采取了抽象与写实想结合的手法,对人物及场面景物作了大胆的平面化、艺术化、脸谱化、卡通化、戏曲化的综合处理,脸谱与服饰、造型生动而形象、夸张而幽默、细腻而浪漫。
皮影,不仅具有使用价值和欣赏价值,而且还具有很高的艺术价值和收藏价值,尤其近年来,皮影成为收藏市场的一个热点。
上一页 [1] [2] [3] [4] [5] [6] [7]
<%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=6495040935" &_
"&client=ca-mb-pub-9595218071455095" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%> |