Khác biệt giữa các bản “Bản mẫu:BigUICard/styles.css”

Từ SOJO WIKI
(Tạo trang mới với nội dung “.wiki-template-buicard { position:relative; width: 58%; height: 278px; background: #F5F3F3; border-radius: 60px 2px 2px 2px; max-width:…”)
 
 
Dòng 1: Dòng 1:
.wiki-template-buicard {
.wiki-template-buicard {
position:relative;
position:relative;
width: 58%;
width: 70%;
     height: 278px;
     height: 278px;
     background: #F5F3F3;
     background: #F5F3F3;

Bản hiện tại lúc 16:01, ngày 22 tháng 8 năm 2021

.wiki-template-buicard {
	position:relative;
	width: 70%;
    height: 278px;
    background: #F5F3F3;
    border-radius: 60px 2px 2px 2px;
    max-width: 830px;
    box-sizing: border-box;
    border-right: 5px solid #2AD2C9;
}

.wiki-template-buicard-title {
	position:absolute;
	font-size: 14px;
	line-height: 150%;
	color: #59398F;
	left: 37%;
	top: 12%;
}

.wiki-template-buicard-des {
    position:absolute;
    font-style: normal;
font-weight: normal;
left: 37%;
top:24%;
font-size: 14px;
line-height: 150%;
/* identical to box height, or 21px */
color: #2AD2C9;	
}

.wiki-template-buicard-content {
	position:absolute;
	left: 37%;
	top:37%;
	font-size: 12px;
    line-height: 150%;
    color: #000000;
    width: 57%;
height: 147px;
}

.wiki-template-buicard-img {

}
.wiki-template-buicard-img pre {
    background: none;
    border: none;
}

.wiki-template-buicard-img a img {
	position: absolute;
	width: 95px;
	height: 191px;
	left: 10%;
	top: 16%;
}