Home >

An Inventory Of Liu Xuehua'S Ancient Costumes&Nbsp; The Girl Is Pure And Elegant Later

2011/7/12 11:56:00 472

Liu Xuehua'S Ancient Costume Styling Counts Girls' Purity And Elegance Later

Yesterday, Liu Xuehua became the new focus because her husband jumped off a building and died. From the 1970s to today, Liu Xuehua has been active on the screen, and most of the roles he plays are ancient figures. Liu Xuehua also wore a lot of classical clothes. Let's have a look at Liu Xuehua's classical clothing style, which was once called classic.




var Urls_qian = ‘ http://industry.yidaba.com/fzfzpg/201107/ ‘;
var name = ‘060928351002100100021345718‘;
//The following four variables change according to each page
var pervNews =‘#pervNewsUrl‘;
var nextNews = ‘javascript: changeUrl(1)‘;
var nextUrl = ‘javascript: changeUrl(1)‘;
var imgs = 6;
var pageNo = 1;
function changeImg(mypic){
var xw=500;
var xl=500;
var width = mypic.width;
var height = mypic.height;
var bili = width/height;
var A=width/xw;
var B=height/xl;
if(A>1||B>1){
if(A>B){
mypic.width=xw;
mypic.height=xw/bili;
}
if(A
mypic.width=xl*bili;
mypic.height=xl;
}
}
}
Function GetCookieVal (offset) {//Get the decoded value of the cookie
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
Function SetCookie (name, value) {//Set the cookie value
var expdate = new Date();
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = null;
var path = "/";
var domain = (argc > 4) ?  argv[4] : null;
var secure = (argc > 5) ?  argv[5] : false;
document.cookie = name + "=" + escape (value)
+((path == null) ?  "" : ("; path=" + path)) +((domain == null) ?  "" : ("; domain=" + domain))
+((secure == true) ?  "; secure" : "");
}
Function DelCookie (name) {//Delete Cookie
var exp = new Date();
exp.setTime (exp.getTime() - 1);
var cval = GetCookie (name);
document.cookie = name + "=" + cval + "; expires="+ exp.toGMTString();
}
Function GetCookie (name) {//Get the original value of the cookie
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen){
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return GetCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
function playpic(){
canbe=true;
document.getElementById("pb").style.display="none";
document.getElementById("sb").style.display="inline";
SetCookie("canbe",1);
//mytimer = setInterval("play()",GetCookie("cSpeed")*1000);
mytimer = setInterval("play()",intervalTime*1000);
}
function play(){
if(canbe){
window.location.href = nextUrl;
}
}
function stop(){
document.getElementById("pb").style.display="inline";
document.getElementById("sb").style.display="none";
canbe=false;
SetCookie("canbe",0);
}
function LeaveWin(){
if ((event.clientX>document.body.clientWidth && event.clientY<0)||event.altKey||(event.clientY<0))
try{
//DelCookie("cSpeed");
DelCookie("canbe");
}catch(e){}
}
//Auto Play End
function PgaePerv2(obj){
if(pervNews != "#pervNewsUrl"){
document.getElementById("PgaePerv").style.cursor="pointer";
Document. getElementById ("PgaePerv"). alt="Browse the last news";
}else{
document.getElementById("PgaePerv").className = "ss";
}
}
function PgaeNext2(obj){
if(nextNews != "#nextNewsUrl"){
document.getElementById("PgaeNext").style.cursor="pointer";
Document. getElementById ("PgaeNext"). alt="Browse the next news";
}else{
document.getElementById("PgaeNext").className = "ss";
DelCookie("canbe");
}
}
function goPgaePerv(obj){
if(pervNews != "#pervNewsUrl"){
window.location.href = pervNews;
}
}
function goPgaeNext(obj){
if(nextNews != "#nextNewsUrl"){
window.location.href = nextNews;
}
}
function SplitPages(name,pageID,listID) {
this.name = name;  
this.pageID = pageID;    
this.page = 1;  
this.pageCount = 1;
this.argName = ‘p‘;
}
SplitPages.prototype.checkPages = function(){
if (isNaN(parseInt(this.page))) this.page = 1;
if (isNaN(parseInt(this.pageCount))) this.pageCount = 1;
if (this.page < 1) this.page = 1;
if (this.pageCount < 1) this.pageCount = 1;
if (this.page > this.pageCount) this.page = this.pageCount;
this.page = parseInt(this.page);
this.pageCount = parseInt(this.pageCount);
}
SplitPages.prototype.createHtml = function(mode){
var strHtml = ‘‘, prevPage = this.page - 1, nextPage = this.page + 1;
if (mode == ‘‘ || typeof(mode) == ‘undefined‘) mode = 0;
if (this.page != 1) strHtml += ‘ one ‘;
if (this.page >= 5) strHtml += ‘ ... ‘;
if (this.pageCount > this.page + 2) {
var endPage = this.page + 2;
} else {
var endPage = this.pageCount;
}
for (var i = this.page - 2;  i <= endPage;  i++) {
if (i > 0) {
if (i == this.page) {
strHtml += ‘ ‘ + i + ‘ ‘;
} else {
if (i != 1 && i !=  this.pageCount) {
strHtml += ‘ ‘ + i + ‘ ‘;
}
}
}
}
if (this.page + 3 < this.pageCount) strHtml += ‘ ... ‘;
if (this.page != this.pageCount) strHtml += ‘ ‘ + this.pageCount + ‘ ‘;
return strHtml;
}  
SplitPages.prototype.Output = function(mode){
changeUrl(mode-1);
}
SplitPages.prototype.setPage = function(mode){ 
this.page=mode;
this.checkPages();   
document.getElementById(this.pageID).innerHTML = this.createHtml(mode);

}  
function changeUrl(obj){
var zhuan = obj+1;
if(obj==0){
var newUrl = Urls_qian+name+".shtml";
}else{
var newUrl = Urls_qian+name+"_"+zhuan+".shtml";
}
document.location.href = newUrl;
}

.fl { float: left;  }
.fr { float: right;  }
.cr { clear: both;  }
#lantern { background: #ccc;  margin: 10px auto;  overflow: hidden;  width: 560px;  }
#tool { border-bottom:1px solid #d1d1d1;  background:# eee;  height: 33px;  }
#tool .fl { font-size: 12px;  margin: 6px 0px 0px 12px;  }
#tool .fr { margin: 6px 9px 0px 0px;  }
#pagejump { margin-left: 5px;  }
#bimg { margin:0 1px;  padding: 7px 5px;  border:1px solid #fff;  overflow: hidden;  text-align: center;  background:# dcdcdc;  }
#simg { border-top:1px solid #ccc;  background:# c5c5c5;  padding-top: 8px;  height: 75px;  }
#simg .p { float: left;  width: 22px;  text-indent: 0px;  text-align: right;  }
#simg .n { float: right;  width: 22px;  text-indent: 0px;  text-align: left;  }
#simg img.s { filter: alpha(opacity=100);  moz-opacity: 1;  opacity: 1;  }
#simg img { text-indent: 0px;  }
#sImage { float: left;  width: 510px;  }
#sImage div { border: #fff 1px solid;  display: inline;  background:# ececec;  float: left;  margin: 0px 0px 0px 12px;  overflow: hidden;  width: 70px;  height: 58px;  text-align: center;  }
#sImage p { border: #c7c7c7 1px solid;  display: inline;  background: #ececec;  float: left;  margin: 0px 0px 0px 12px;  overflow: hidden;  width: 70px;  height: 58px;  text-align: center;  }
#sImage img { filter: alpha(opacity=60);  text-indent: 0px;  height: 58px;  moz-opacity: 0.6;  opacity: 0.6;  }
#explain { padding-right: 15px;  padding-left: 15px;  font-size: 12px;  padding-bottom: 0px;  margin: 0px auto;  line-height: 18px;  padding-top: 5px;  }
#explain p { padding-right: 0px;  padding-left: 0px;  font-size: 12px;  padding-bottom: 0px;  margin: 0px;  padding-top: 0px;  }
.ss { filter: alpha(opacity=30);  moz-opacity: 0.3;  opacity: 0.3;  }
#pagejump { display: inline ! important;  color: #f00 ! important;  }
#pagejump a { color: #666 ! important;  text-decoration: none ! important;  }
#pagejump a:visited { color: #666 ! important;  text-decoration: none ! important;  }
#pagejump a:hover { color: #f00 ! important;  text-decoration: underline ! important;  }
#pagejump span { margin: 0px 4px;  }
#pagejump span.isNow { font-weight: bold;  }

This is a very classic photo. The water blue clothes are shining with silk. Yellow trim with matching embroidery. It sets off a beautiful woman.


 

We can see that the aesthetic concept of that era was very pure through the blue floral slant dress. There is no superfluous decoration, just as the characters are simple and pure.


 

The bride's wedding dress follows the tradition, with the phoenix crown and the Xia Pei. The red vertical collar clasp wedding dress is embroidered with peony climbing patterns, symbolizing great wealth.


 

  • Related reading

姚笛 教你做清新气质美女

Star wardrobe
|
2011/7/12 8:40:00
367

Wear The Summer On &Nbsp; The Actress Blossoms In The Street.

Star wardrobe
|
2011/7/6 8:57:00
310

Hollywood Star Fashion &Nbsp; Striped Summer Sky.

Star wardrobe
|
2011/6/25 9:50:00
240

Envy, Jealousy, Hate &Nbsp; Look At Hilton'S Gorgeous Wardrobe.

Star wardrobe
|
2011/6/24 13:45:00
471

Park Shin Hye Took The Costume &Nbsp; The Dew Signboard Sweet Smile.

Star wardrobe
|
2011/6/23 10:22:00
386
Read the next article

Interpretation Of The Essence Of 70S ---PILGRIM