init
This commit is contained in:
123
pages/subpages/articledetail/articledetail.wxss
Normal file
123
pages/subpages/articledetail/articledetail.wxss
Normal file
@@ -0,0 +1,123 @@
|
||||
page{
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
}
|
||||
.card-blank{
|
||||
padding: 12px;
|
||||
}
|
||||
.title{
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 16px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.tags{
|
||||
font-size: 12px;
|
||||
color: #888;
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.totalPoint{
|
||||
color: red;
|
||||
}
|
||||
|
||||
.totalPoint text{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.van-goods-action{
|
||||
width: 300px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.content{
|
||||
padding-bottom: 23%;
|
||||
}
|
||||
|
||||
.article-action{
|
||||
padding: 10px 0 15px 0;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
background-color: #fff;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
font-size: 10px;
|
||||
color: #707070;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.article-action>view{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.article-action van-icon{
|
||||
font-size: 22px;
|
||||
}
|
||||
button.share-btn {
|
||||
border: none;
|
||||
/* 可以添加其他样式,如背景色、字体大小等 */
|
||||
background-color: none;
|
||||
font-size: 17px;
|
||||
}
|
||||
.download .van-button{
|
||||
width: 140px;
|
||||
height: 36px;
|
||||
font-size: 16px;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
.needScore{
|
||||
font-size: 14px;
|
||||
flex-direction: row!important;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.needScore .score{
|
||||
font-weight: bold;
|
||||
line-height: 23px;
|
||||
color: red;
|
||||
margin-left: 10px;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.downloadLink{
|
||||
display: block;
|
||||
padding: 10px;
|
||||
background-color:#F0F0F0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.note{
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: rgb(6, 80, 240);
|
||||
}
|
||||
.node1{
|
||||
margin-top: 15px;
|
||||
font-size: 12px;
|
||||
color: rgb(252, 7, 7);
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
.qrcode{
|
||||
margin: 10px auto 0 auto;
|
||||
height: 150px;
|
||||
width: 150px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
#myVideo{
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 190px;
|
||||
}
|
||||
.screenshot-title {
|
||||
font-weight: 1000;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user