You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
1.9 KiB
Plaintext
116 lines
1.9 KiB
Plaintext
|
1 year ago
|
/* pages/bocaiTV/index.wxss */
|
||
|
|
page {
|
||
|
|
overflow: hidden;
|
||
|
|
padding: 0 10px;
|
||
|
|
}
|
||
|
|
.block {
|
||
|
|
margin-bottom: 16px;
|
||
|
|
margin-top: 16px;
|
||
|
|
/* box-shadow: 0px 4px 4px 0px #dedede; */
|
||
|
|
}
|
||
|
|
.p12 {
|
||
|
|
padding: 12px;
|
||
|
|
}
|
||
|
|
.p26 {
|
||
|
|
padding: 26px;
|
||
|
|
}
|
||
|
|
.block .title {
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: 601;
|
||
|
|
}
|
||
|
|
.df {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-around;
|
||
|
|
}
|
||
|
|
.control > view {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.control > view .iconfont {
|
||
|
|
font-size: 18px;
|
||
|
|
line-height: 18px;
|
||
|
|
margin-bottom: 12px;
|
||
|
|
}
|
||
|
|
.control .pause .iconfont {
|
||
|
|
font-size: 38px;
|
||
|
|
line-height: 38px;
|
||
|
|
margin-bottom: 4px;
|
||
|
|
}
|
||
|
|
.dfcloumn {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: flex-end;
|
||
|
|
}
|
||
|
|
.showList .title {
|
||
|
|
font-weight: 600;
|
||
|
|
padding: 24px 22px 8px;
|
||
|
|
}
|
||
|
|
.radiogroup radio {
|
||
|
|
display: block;
|
||
|
|
padding: 17px 24px;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
.radiogroup radio:not(:last-child) {
|
||
|
|
border-bottom: 1px solid #f0f0f0;
|
||
|
|
}
|
||
|
|
.radiogroup radio view {
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
.showList > view .iconfont {
|
||
|
|
font-size: 38px;
|
||
|
|
line-height: 38px;
|
||
|
|
}
|
||
|
|
.showList .content {
|
||
|
|
line-height: 38px;
|
||
|
|
}
|
||
|
|
.showList .content input {
|
||
|
|
width: 36px;
|
||
|
|
height: 36px;
|
||
|
|
margin-right: 8px;
|
||
|
|
border: 1px solid #d9d9d9;
|
||
|
|
vertical-align: middle;
|
||
|
|
display: inline-block;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.logocontent {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 12px 22px;
|
||
|
|
}
|
||
|
|
.logocontent .t-icon-bocai {
|
||
|
|
width: 64px;
|
||
|
|
height: 64px;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
background-position: center;
|
||
|
|
}
|
||
|
|
.logocontent .iconfont {
|
||
|
|
color: #ccc;
|
||
|
|
line-height: 64px !important;
|
||
|
|
font-size: 16px !important;
|
||
|
|
}
|
||
|
|
view button.dtBtn {
|
||
|
|
width: 200px !important;
|
||
|
|
height: 36px;
|
||
|
|
border-radius: 25px;
|
||
|
|
margin: 42px auto;
|
||
|
|
}
|
||
|
|
.iconfont {
|
||
|
|
color: #999;
|
||
|
|
}
|
||
|
|
.config {
|
||
|
|
height: 60px;
|
||
|
|
padding: 0 16px;
|
||
|
|
background-color: #fff;
|
||
|
|
/* box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.09); */
|
||
|
|
}
|
||
|
|
.t-icon-peizhi {
|
||
|
|
width: 22px;
|
||
|
|
height: 21px;
|
||
|
|
background-size: 100% 100%;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
}
|
||
|
|
.origin {
|
||
|
|
color: #ff4400;
|
||
|
|
}
|
||
|
|
.origin view{
|
||
|
|
color: #ff4400;
|
||
|
|
}
|