/* pages/promiseinfo/promiseinfo.wxss */
|
.page__bd {
|
font-size: 16px;
|
}
|
.banner-bg {
|
position: fixed;
|
width: 100%;
|
height: 5vh;
|
background-color: #57E4CB;
|
}
|
|
.fyui-panel {
|
padding: 8px;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
}
|
|
.fyui-panel .flex-h {
|
margin: 10px 0;
|
}
|
|
.fyui-panel .first {
|
border-top: 1px rgba(214, 214, 214, 0.308) solid;
|
}
|
|
.fyui-panel .last {
|
border-bottom: 0px rgba(214, 214, 214, 0.308) solid;
|
}
|
|
.submit {
|
border-radius: 4px;
|
background: linear-gradient(to right, #6DF1A9, #62EBCF);
|
margin: 8px;
|
color: white;
|
padding: 8px;
|
}
|
.content {
|
padding-right: 14px;
|
color: var(--fyui-text-color_2);
|
}
|
/* .content:after {
|
content: " ";
|
width: 12px;
|
height: 24px;
|
-webkit-mask-position: 0 0;
|
mask-position: 0 0;
|
-webkit-mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
-webkit-mask-size: 100%;
|
mask-size: 100%;
|
background-color: currentColor;
|
color: var(--fyui-text-color_2);
|
-webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
|
mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
|
position: absolute;
|
top: 50%;
|
right: 0px;
|
margin-top: -12px
|
} */
|
|
.check-item {
|
display: flex;
|
}
|
|
.weui-cell {
|
padding: 10px 16px;
|
}
|