* {
|
margin: 0;
|
/* 不允许复制 */
|
-moz-user-select: none;
|
/* Firefox私有属性 */
|
-webkit-user-select: none;
|
/* WebKit内核私有属性 */
|
-ms-user-select: none;
|
/* IE私有属性(IE10及以后) */
|
-khtml-user-select: none;
|
/* KHTML内核私有属性 */
|
-o-user-select: none;
|
/* Opera私有属性 */
|
user-select: none;
|
/* IOS点击阴影 */
|
-webkit-tap-highlight-color: transparent;
|
/* 禁止长按图片保存 */
|
-webkit-touch-callout: none;
|
}
|
|
body {
|
background-color: white;
|
font-family: Arial, "Microsoft YaHei";
|
}
|
|
.div_item_bg {}
|
|
.div_items {
|
margin-top: 0.25rem;
|
margin-left: 0.2rem;
|
margin-right: 0.2rem;
|
height: 1.2rem;
|
border: #999999 solid 1px;
|
display: -webkit-flex;
|
justify-content: space-between;
|
align-items: center;
|
color: #000000;
|
width: 6.27rem;
|
}
|
|
.title {
|
font-size: 0.3rem;
|
margin-left: 0.4rem;
|
}
|
|
.content {
|
color: #333333;
|
font-size: 0.36rem;
|
margin-right: 0.35rem;
|
font-weight: bold;
|
border-style: none;
|
text-align: right;
|
border: 0;
|
outline: none;
|
width: 4rem;
|
}
|
|
.div_commit {
|
bottom: 0;
|
background-color: #FFFFFF;
|
position: fixed;
|
width: 7.5rem;
|
height: 0.96rem;
|
z-index: 1000;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
border-top: #dddddd solid 1px;
|
}
|
|
.div_commit div {
|
color: #FFFFFF;
|
font-size: 0.34rem;
|
background-color: #999999;
|
width: 5.6rem;
|
height: 0.76rem;
|
border-radius: 0.38rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
@supports (bottom: env(safe-area-inset-bottom)) {
|
.div_commit {
|
padding-bottom: env(safe-area-inset-bottom);
|
}
|
}
|
|
.div_add_bg {
|
background-color: #F3F3F3;
|
margin-top: 0.25rem;
|
margin-left: 0.2rem;
|
margin-right: 0.2rem;
|
height: 1.2rem;
|
border-radius: 0.06rem;
|
}
|
|
.div_img {
|
height: 0.38rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.div_add_desc {
|
margin-top: 0.08rem;
|
font-size: 0.24rem;
|
color: #888888;
|
height: 0.25rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.div_img {
|
padding-top: 0.27rem;
|
}
|
|
.div_img img {
|
width: 0.38rem;
|
height: 0.38rem;
|
}
|
|
.div_desc {
|
color: #666666;
|
font-size: 0.24rem;
|
height: 0.25rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
margin-top: 0.23rem;
|
}
|
|
|
.dialogmask {
|
display: none;
|
position: fixed;
|
width: 100%;
|
height: 100%;
|
background: rgba(1, 1, 1, 0.5);
|
top: 0;
|
left: 0;
|
z-index: 1001;
|
}
|
|
.dialog {
|
width: 5.60rem;
|
min-height: 1rem;
|
background: #FFFFFF;
|
border-radius: 0.1rem;
|
/* padding: 0.2rem; */
|
z-index: 1000;
|
display: block;
|
height: auto;
|
position: absolute;
|
margin: auto;
|
left: 0;
|
right: 0;
|
top: 0;
|
bottom: 0;
|
max-height: 6.24rem;
|
}
|
|
.dialog>img {
|
height: 0.5rem;
|
right: 0.2rem;
|
top: 0.2rem;
|
position: absolute
|
}
|
|
.dialog_title {
|
color: #010101;
|
font-size: 0.32rem;
|
height: 0.32rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
margin-top: 0.49rem;
|
}
|
|
.dialog_desc {
|
color: #888888;
|
font-size: 0.28rem;
|
height: 0.28rem;
|
display: -webkit-flex;
|
align-items: center;
|
margin-top: 0.5rem;
|
margin-left: 0.27rem;
|
}
|
|
|
.div_fantypes_bg {
|
margin-top: 0.06rem;
|
}
|
|
.div_fantypes {
|
color: #000000;
|
font-size: 0.28rem;
|
background-color: #F3F3F3;
|
margin-top: 0.22rem;
|
height: 0.7rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
margin-left: 0.92rem;
|
margin-right: 0.92rem;
|
border-radius: 0.06rem;
|
|
position: relative;
|
}
|
|
.div_fantypes.checked {
|
background-color: #FFD1E4;
|
color: #E5005C;
|
}
|
|
.div_fantypes:hover {
|
background-color: #FFD1E4;
|
color: #E5005C;
|
}
|
|
.div_selcet.checked {
|
opacity: 1;
|
}
|
|
.div_selcet:hover {
|
opacity: 1;
|
}
|
|
.div_selcet {
|
width: 0.38rem;
|
height: 0.39rem;
|
right: 0;
|
top: 0.32rem;
|
position: absolute;
|
opacity: 0;
|
}
|
|
.dialog_commit {
|
color: #FFFFFF;
|
font-size: 0.32rem;
|
background-color: #E5005C;
|
border-radius: 0.4rem;
|
margin-top: 0.63rem;
|
margin-left: 0.42rem;
|
margin-right: 0.42rem;
|
height: 0.8rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
}
|