Bản mẫu:BigUICard/styles.css

Từ SOJO WIKI

< Bản mẫu:BigUICard

Phiên bản vào lúc 16:01, ngày 22 tháng 8 năm 2021 của Admin (Thảo luận | đóng góp)
(khác) ← Phiên bản cũ | xem phiên bản hiện hành (khác) | Phiên bản mới → (khác)

.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%;
}