代码拉取完成,页面将自动刷新
@import "templates/form_submit/form_submit.wxss";
.flex {
display: flex;
}
.flex-center {
display: flex;
justify-content: center;
}
.flex-middle {
display: flex;
align-items: center;
}
.flex-end {
display: flex;
justify-content: flex-end;
}
.flex-between {
display: flex;
justify-content: space-between;
}
.flex-content {
display: flex;
flex-wrap: wrap;
}
.flex-column {
display: flex;
flex-direction: column;
}
.flex1 {
flex: 1;
}
.extr-click {
position: relative;
}
.extr-click::after {
content: "";
position: absolute;
left: -20rpx;
top: -20rpx;
right: -20rpx;
bottom: -20rpx;
}
.top-border {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 1px;
background: #f0f0f0;
transform: scaleY(.5);
}
.bt-1px {
position: relative;
}
.bt-1px::after {
content: "";
display: block;
width: 100%;
height: 1px;
background: #f0f0f0;
position: absolute;
left: 0;
bottom: 0;
transform: scaleY(0.5);
}
.tt-1px {
position: relative;
}
.tt-1px::before {
content: "";
display: block;
width: 100%;
height: 1px;
background: #f0f0f0;
position: absolute;
left: 0;
top: 0;
transform: scaleY(0.5);
}
.gt_right {
position: relative;
width: 15rpx;
height: 15rpx;
transform: rotate(45deg);
}
.gt_right::after {
content: "";
display: block;
width: 100%;
height: 1px;
position: absolute;
left: 0;
top: 0;
background: #999;
}
.gt_right::before {
content: "";
display: block;
width: 1px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background: #999;
}
.icon-right {
display: inline-block;
width: 17rpx;
height: 17rpx;
border-top: 2px solid #999;
border-right: 2px solid #999;
transform: rotate(45deg);
}
.tap-hasbg:active {
opacity: 0.7!important;
transition: all 100ms linear;
}
.tap:active {
opacity: 0.7!important;
transform: scale(0.95)!important;
transition: all 100ms linear;
}
.line-clamp3 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.line-clamp2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.line-clamp1 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.iphoneX72 {
padding-bottom: 72rpx!important;
}
button::after {
margin: 0;
border: 0;
border-radius: 0;
}
.showBury {
background-color: #CCCCFF!important;
}
.relative {
position: relative;
}
button.reset {
text-align: left;
padding: 0;
color: #353535;
border: none;
background: transparent;
overflow: initial;
}
.officail {
position: relative;
overflow: visible!important;
}
.officail image {
border-radius: 50%;
vertical-align: middle;
}
.officail::after {
content: "";
font-size: 18rpx;
text-align: center;
display: block;
position: absolute;
right: 0;
bottom: -1%;
width: 40%;
height: 40%;
background: url('https://yit-prod.oss-cn-hangzhou.aliyuncs.com/xcx/icon/house/hs_icon_69.png') no-repeat center/cover;
color: #fff;
z-index: 20;
}
view {
word-wrap: break-word;
}
.loader {
position: relative;
width: 70rpx;
height: 70rpx;
font-size: 30rpx;
transform: rotate(165deg);
}
.loader:before,.loader:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 0.5em;
height: 0.5em;
border-radius: 0.25em;
transform: translate(-50%,-50%);
}
.loader:before {
animation: before 2s infinite;
}
.loader:after {
animation: after 2s infinite;
}
@-webkit-keyframes before {
0% {
width: 0.5em;
box-shadow: 1em -0.5em rgba(225,20,98,0.75),-1em 0.5em rgba(111,202,220,0.75);
}
35% {
width: 2.5em;
box-shadow: 0 -0.5em rgba(225,20,98,0.75),0 0.5em rgba(111,202,220,0.75);
}
70% {
width: 0.5em;
box-shadow: -1em -0.5em rgba(225,20,98,0.75),1em 0.5em rgba(111,202,220,0.75);
}
100% {
box-shadow: 1em -0.5em rgba(225,20,98,0.75),-1em 0.5em rgba(111,202,220,0.75);
}
}
@keyframes before {
0% {
width: 0.5em;
box-shadow: 1em -0.5em rgba(225,20,98,0.75),-1em 0.5em rgba(111,202,220,0.75);
}
35% {
width: 2.5em;
box-shadow: 0 -0.5em rgba(225,20,98,0.75),0 0.5em rgba(111,202,220,0.75);
}
70% {
width: 0.5em;
box-shadow: -1em -0.5em rgba(225,20,98,0.75),1em 0.5em rgba(111,202,220,0.75);
}
100% {
box-shadow: 1em -0.5em rgba(225,20,98,0.75),-1em 0.5em rgba(111,202,220,0.75);
}
}
@-webkit-keyframes after {
0% {
height: 0.5em;
box-shadow: 0.5em 1em rgba(61,184,143,0.75),-0.5em -1em rgba(233,169,32,0.75);
}
35% {
height: 2.5em;
box-shadow: 0.5em 0 rgba(61,184,143,0.75),-0.5em 0 rgba(233,169,32,0.75);
}
70% {
height: 0.5em;
box-shadow: 0.5em -1em rgba(61,184,143,0.75),-0.5em 1em rgba(233,169,32,0.75);
}
100% {
box-shadow: 0.5em 1em rgba(61,184,143,0.75),-0.5em -1em rgba(233,169,32,0.75);
}
}
@keyframes after {
0% {
height: 0.5em;
box-shadow: 0.5em 1em rgba(61,184,143,0.75),-0.5em -1em rgba(233,169,32,0.75);
}
35% {
height: 2.5em;
box-shadow: 0.5em 0 rgba(61,184,143,0.75),-0.5em 0 rgba(233,169,32,0.75);
}
70% {
height: 0.5em;
box-shadow: 0.5em -1em rgba(61,184,143,0.75),-0.5em 1em rgba(233,169,32,0.75);
}
100% {
box-shadow: 0.5em 1em rgba(61,184,143,0.75),-0.5em -1em rgba(233,169,32,0.75);
}
}
.loader {
position: absolute;
top: calc(50% - 1.25em);
left: calc(50% - 1.25em);
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。