lilishop-uniapp/pages/mine/im/index-app.scss

5802 lines
143 KiB
SCSS
Raw Normal View History

2022-12-27 14:17:00 +08:00
.status_bar {
2022-12-28 18:33:50 +08:00
height: var(--status-bar-height);
background-color: #f1f1f1;
width: 100%;
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
2022-12-27 14:17:00 +08:00
.status_bar-nobg {
2022-12-28 18:33:50 +08:00
height: var(--status-bar-height);
width: 100%;
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
2022-12-27 14:17:00 +08:00
/* 转圈动画 */
2022-12-28 18:33:50 +08:00
.turn-load {
animation: turnmy 1s linear infinite;
}
@keyframes turnmy {
0% {
-webkit-transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(90deg);
}
50% {
-webkit-transform: rotate(180deg);
}
75% {
-webkit-transform: rotate(270deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
.one-show {
animation: oneshow 0.8s ease 1;
}
@keyframes oneshow {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.status_bar-fixed {
height: var(--status-bar-height);
width: 100%;
position: fixed;
background-color: #f1f1f1;
z-index: 20;
}
.head-dh-my {
display: flex;
position: fixed;
justify-content: space-around;
align-items: flex-end;
padding-bottom: 10rpx;
z-index: 15;
background-color: #e3e3e3;
width: 750rpx;
}
.border-bom {
border-bottom: 0.5rpx solid #DDDDDD;
}
.border-red {
border-bottom: 1rpx solid #d33e18;
}
.border-bom-big {
border-bottom: 8rpx solid #DDDDDD;
}
.border-bom-white {
border-bottom: 2rpx solid #FFFFFF;
}
.border-bom-green {
border-bottom: 4rpx solid #f8f9bd;
}
.border-bom-index {
border-bottom: 4rpx solid #27d9b3;
}
.padding-left {
padding-left: 20rpx;
}
.padding-left-top {
padding-left: 20rpx;
padding-top: 20rpx;
}
.padding-right {
padding-right: 20rpx;
}
.input-my {
padding-left: 20rpx;
border-radius: 40rpx;
height: 50rpx;
margin: 10rpx;
}
.tb-tag-absolute {
position: absolute;
z-index: 5;
border-radius: 25rpx;
font-size: 16rpx;
margin-left: 25rpx;
margin-top: -35rpx;
}
.lk-tag {
height: 50rpx;
padding: 0 10rpx;
display: flex;
justify-content: center;
align-items: center;
border: 2rpx solid #24bd9f;
border-radius: 6rpx;
color: #1c947a;
font-weight: 500;
}
.tb-tag-my {
border-radius: 15rpx;
font-size: 16rpx;
margin-left: 5rpx;
}
.my-green {
color: #29c7a5;
}
.my-hui {
color: #585858;
font-size: 22rpx;
}
.flex-column-center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.flex-column-between {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.flex-column-start {
display: flex;
flex-direction: column;
justify-content: center;
}
.flex-column-around {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.flex-row-start {
display: flex;
flex-direction: row;
align-items: center;
}
.flex-row-around {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
.flex-row-center {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.flex-row-between {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.my-title {
font-size: 35rpx;
font-weight: bold;
}
.my-neirong {
font-size: 26rpx;
color: #6d6d6d;
}
.my-neirong-sm {
font-size: 23rpx;
color: #616161;
}
.my-tag-text {
font-size: 22rpx;
padding-top: 20rpx;
color: #bababa;
}
.padding-top {
padding-top: 35rpx;
}
.padding-top-sm {
padding-top: 20rpx;
}
.bottom-dh {
background-color: #f1f1f1;
position: fixed;
z-index: 10;
bottom: 0;
width: 750rpx;
height: 110rpx;
}
.tb-text {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.bottom-text {
width: 750rpx;
position: fixed;
text-align: center;
font-size: 26rpx;
color: #9d9d9d;
bottom: 70rpx;
}
.white-box {
padding: 0 20rpx;
margin-bottom: 15rpx;
margin-top: 5rpx;
width: 715rpx;
background-color: #FFFFFF;
border-radius: 30rpx;
}
.green-box {
padding: 0 20rpx;
margin-bottom: 15rpx;
margin-top: 5rpx;
width: 715rpx;
background-color: #FFFFFF;
border-radius: 30rpx;
background-image: linear-gradient(#1faf97, #29c7a5);
}
.yuan-sm {
width: 13rpx;
height: 13rpx;
border-radius: 50%;
background-color: #1fc189;
margin-left: 10rpx;
}
.yuan-normal {
width: 14rpx;
height: 14rpx;
border-radius: 50%;
background-color: #159f3c;
margin-left: 10rpx;
}
.yuan-normal-red {
width: 14rpx;
height: 14rpx;
border-radius: 50%;
background-color: #bc3c11;
margin-left: 10rpx;
}
.yuan-sm-red {
width: 13rpx;
height: 13rpx;
border-radius: 50%;
background-color: #de410d;
margin-left: 10rpx;
}
.white-box-all {
margin-top: 5rpx;
width: 750rpx;
background-color: #FFFFFF;
border-radius: 13px;
}
.moneycolor {
color: #ea5002;
}
.text-bold-sm {
font-weight: 425;
}
.sm-moneycolor {
color: #e3793b;
}
.margin-top {
margin-top: 20rpx;
}
.margin-top-sm {
margin-top: 12rpx;
}
.margin {
margin: 20rpx;
}
.margin-left {
margin-left: 20rpx;
}
.margin-left-top {
margin-left: 20rpx;
margin-top: 20rpx;
}
.margin-right {
margin-right: 20rpx;
}
.my-absolute {
position: absolute;
}
.my-fixed {
position: fixed;
}
.my-seach {
width: 450rpx;
height: 55rpx;
background-color: #f8f8f8;
border-radius: 30rpx;
padding-left: 20rpx;
}
.move-view {
width: 48rpx;
height: 10rpx;
background-color: #28ba91;
border-radius: 4rpx;
margin-left: 100rpx;
}
.move-view-p {
width: 45rpx;
height: 10rpx;
background-color: #28ba91;
border-radius: 4rpx;
}
.header-dh {
position: fixed;
padding-top: 20rpx;
padding-bottom: 15rpx;
height: 70rpx;
width: 750rpx;
background-color: #f1f1f1;
z-index: 20;
}
.tp-normal {
width: 60rpx;
height: 60rpx;
}
.tp-sm {
width: 45rpx;
height: 45rpx;
}
.tp-big {
width: 70rpx;
height: 70rpx;
border-radius: 50%;
}
.main-color {
color: #07D188;
2022-12-27 14:17:00 +08:00
}
//icon
@keyframes cuIcon-spin {
2022-12-28 18:33:50 +08:00
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
2022-12-27 14:17:00 +08:00
2022-12-28 18:33:50 +08:00
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
2022-12-27 14:17:00 +08:00
}
.cuIconfont-spin {
2022-12-28 18:33:50 +08:00
-webkit-animation: cuIcon-spin 2s infinite linear;
animation: cuIcon-spin 2s infinite linear;
display: inline-block;
2022-12-27 14:17:00 +08:00
}
.cuIconfont-pulse {
2022-12-28 18:33:50 +08:00
-webkit-animation: cuIcon-spin 1s infinite steps(8);
animation: cuIcon-spin 1s infinite steps(8);
display: inline-block;
2022-12-27 14:17:00 +08:00
}
[class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
font-family: "cuIcon";
font-size: inherit;
font-style: normal;
2022-12-27 14:17:00 +08:00
}
@font-face {
2022-12-28 18:33:50 +08:00
font-family: "cuIcon";
src: url('//at.alicdn.com/t/font_533566_yfq2d9wdij.eot?t=1545239985831');
/* IE9*/
src: url('//at.alicdn.com/t/font_533566_yfq2d9wdij.eot?t=1545239985831#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAKQcAAsAAAABNKAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8dkoiY21hcAAAAYAAAAiaAAATkilZPq9nbHlmAAAKHAAAjqoAAQkUOjYlCmhlYWQAAJjIAAAALwAAADYUMoFgaGhlYQAAmPgAAAAfAAAAJAhwBcpobXR4AACZGAAAABkAAAScnSIAAGxvY2EAAJk0AAACUAAAAlAhX2C+bWF4cAAAm4QAAAAfAAAAIAJAAOpuYW1lAACbpAAAAUUAAAJtPlT+fXBvc3QAAJzsAAAHLQAADMYi8KXJeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWScwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByeMbzQZ27438AQw9zA0AAUZgTJAQDhHQwVeJzN1/nf1mMaxvHP9ZQiSUKWbCXZ1+w7Q0NqImNJhSSSZSyTlMQYs9hlLGPKMoRBMyU1tlIiIrKUfeycZyOpkCVLc1zPYbz8BzPdr7fb8/yQ2/29zuM6TmA5oIlsIU31460U6r+O1m9L4++b0KLx902bnq6fL+ICmtE0GqJltIl20TE6R5foHj3jmDgtzoohMSyGx4i4MC6KS+LquD5uiFvizhgb42NCTIwpMS1mxOx4IyJLtsiNc8vcN7vnodkr+2a/HJCD8oK8MkfmdTk6b8oxeUeOzUk5M1/IuTk/F+Ti/CqXztt62TIIfvIp9osDo0ccHv3ijBgcQ3/8FBfHVY2fYlTcFvfEuMZPcX9MjenxVLwYb8ZH2SRb5aa5TXbNHnlY9s5js38OzMF5qT7FNTnqh09xV47LyTkr5zR+ioW55L+f4n/+p+ip/PEnr8u4hr8wlid4mtk8/+PrRV5ufL3DPD7i48bXVywtlBZlnbJV6VMGldFlTJlZZpeXy1vlvfJBmVc+bmhoaKFXq4bWP7zaNnRo2LWhS8MBja9uDT0beupDtC+dSseyHpNKB+aVVfWpGnR2muqENaN52ZDlWUEnaUVashKtWJnWrEIbVmU1Vqcta7Ama7E27ViHdVmP9dmA9nRgQzqyEZ3YmE3YlM34ls11JrdkK7ZmG7Zlu7IandmeHdiRndiZXdiV3didPdizbFDashd7sw/78jP2Y3+68HMO4EC6chDd6M4v6MHBHEJPDuWXHMbhHMGR9OIoetOHvhzNMRxLP46jP8czgBM4kYGcxN8YxMmcwqmcxq84nTM4k7P4NYM5myGcw1CGcS7DOY8RnK+J+YbfcCG/1XP6Hb/nD3pGF3MJl+pJXc4VXMlVjORq/qTndi3XcT1/5gY9wVGM5kZu4mZu4a/cym2M4Xbu4E7u4m7u0RP+O/9gHOO5lwncx0T+yf08wIM8xMNMZgqPMJVpPMp0HuNxZuhEPMlMntK5mMUzPKvT8ZzOxQs6GXOYq9Pwkk7HK7zKa7zOG/yLN3mLt3Vexum/8y7v8T4f8KHGLvm3TtB8PmEhi1jMp3zG5yzhC77UifqapXzH9yzTySqloTQpTctypVlpXpYvK+isrVhalpVKq7JyaV1WKW3K6mWNsmZZq2xU1i7tdBLXLeuzQCeq2f96sP4P/rSs/1hpkX8om9TMs9Je78VKJ703WOmo95amaSTaGJP03s40oURHUxYQnU1TS+xnNf1jf6P+3V2s3hZxoNUbI7pavUniINPEE92M5nrvbkoBoocpD4iDTclAHGL1tomeprQgDrf6TcQRpgQhjjRlCdHLlCrEUaZ8IXqbkoboY9Tvo69R/3+PNuUQcYwpkYh+pmwijjOlFNHflFfE8abkIgaYMow4wajf94mmXCMGmhKOOMmoz2iQKfWIk035R5xi1Gd9qlGf3WlG/T7PMOrzPNOUmMRZRj0bg00pSpxt1LM0xJSsxFBTxhLDTGlLDDflLjHCaluIC01ZTFxkSmXiYlM+E5eYkpq4ypTZxEhjO71fbaV+/9cb9TzeYMp2YpQp5YnRprwnbjQlP3GT6Q4gbjbdBsQtpnuBuM10QxBjTHcFcbvp1iDuMPbU+51W6rO4x0o9D2NNtwsxznTPEONNNw4xwXT3EBNNtxBxv1Hn7AGjztmDRp2zh0y3FfGw6d4iJht1/qYYdf6mGnX+phl1/qYbdf4eM915xONGncUZRp3Fp4w6i08bdRZnmW5J4hnTfUk8a7o5idlGndcXjTqvc4w6r3ONOq8vGXVeXzbqvL5i1Hl91ajz+ppR5/V1o87rG6Z7mnjTqLP7llFn922jzu47Rp3dd406u+8ZdXbfN+rsfmDU2f3QqLMbpi5AfGTUOZ5v1Dn+2KhzvMCoc/yJUed4oalHEItMjYJYbNT5/tSo8/2ZUef7c1PzIJYYdda/MOqsf2nUWf/K1FCIr40690uNOvffmPoL8a1RM+A7U6chvjdqHiwz9RzVAlPjIYup+5BNTC2IbGrqQ+RypmZENjN1JLK5qS2Ry5t6E7mCqUGRLUxdimxlalXkyqZ+RbY2NS1yFVPnItuY2he5qqmHkauZGhm5uqmbkW1NLY1cw9TXyDVNzY1cy9ThyLVNbY5sZ+p15Dqmhkeua+p65Hqm1keub+p/5AamJki2N3VCsoOpHZIbmnoi2dHUGMmNTN2R7GRqkeTGpj5JbmpqluRmpo5Jbm5qm+QWpt5JbmlqoOQ2pi5KbmtqpeR2pn5KdjY1VXJ7U2cldzC1SnJHU8ckdzI1WnJnU7cldzG1XHJXU98ldzM1X3J3Uwcm9zC1YXJPUy8m9zI1ZHJvU1cm9zG1ZnJfU38mu5qaNHmQqVOT3Uztmuxu6tlkD1PjJg82dW/yEFMLJ3ua+jh5qKmZk4eZOjp5uKmtk0eYejt5pKnBk71MXZ7sbWr1ZB9Tvyf7mpo+eayp85P9TO2f7G/aA8jjTRsBOcC0G5ADTVsCeZJpXyAHmTYHcrBphyDPNm0T5BDTXkGeY9owyKGmXYMcZto6yHNN+wc53LSJkOeZdhJyhGk7Ic837SnkBaaNhbzUGs/VZdZ43i437TPkFabNhrzStOOQI03bDnmNae8hr7VawPM6q4GXo0xbETnatB+RN5k2JXKMaWci7zBtT+Rdpj2KvNu0UZH3mHYrcqxpyyLHmfYtcrxp8yLvNe1g5ATTNkbeZ9rLyImmDY2cZNrVyMmmrY2cYtrfyEcM5XtOtRrpOc1KzfhHrWhHyOlWat4/ZqXm/eNWat7PsLrd5RNWat4/aaXm/UwrNe9nWal5/4wV7QX5rBXtBTnbivaCfM5KvROet1LvhBes1DthjpV6J8y1Uu+E+VZq9i+wUvN+oZWa94us1LxfbKVm7RIrNfu/sFKz/0srNfu/slKzf6lp12Xe1saC/wB/IDDcAAB4nLy9CZgcxXkw3FXV93T3TE/PTM+xMzvHzsze1+zO7EraS7u67wMJSSBWiFMgzGGDESCtwICQAQMO2A4YLRK2Hx/gA4MdbGBB+CAE25+dL4njfGFt57Jx8j8h32/HCdP66+ienV20Aiff/4G2u7qnu7rqrar3ft/iEMedeRPNoCYuwy3nNnEcyA2DYicoFkTJAH5AjlIuK4bNUKSUKQf7OwHK5MzSMKgMo8owsFPAjoiSGLEjdqk3YosQsId7y/1mXwEdeEH1i0JPMdlvWraiS0pivXah3zT9MLf3ItB/tzM6viE0mdUChqnBsF9PimIOQcD7/P8sWEA8rzqAH06ZJpjN7h/oHPUrSiC0oliK+psL0PQ7o34zCi5oaS87E+A2vq/fqgwv8UHIw1TTppuQbEp+EDSWO78DT7OHTT+Y8Zsc7ib+49Ad8CLOxhe4s7jHWTFkC5FGEOkdAeUKKPehD6txxTnvV2rcUgFAPBI1kUc8eFmBOxSgOkv+QQnF1CoCCCIIEXhTjXG1usfgi1yC4xRcTyErKYBWrwARg6ai4G+U+4qwA6iKFVed3zm/V2MhFUjO71R8
url('//at.alicdn.com/t/font_533566_yfq2d9wdij.ttf?t=1545239985831') format('truetype'),
/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('//at.alicdn.com/t/font_533566_yfq2d9wdij.svg?t=1545239985831#cuIconfont') format('svg');
/* iOS 4.1- */
2022-12-27 14:17:00 +08:00
}
.cuIcon-appreciate:before {
2022-12-28 18:33:50 +08:00
content: "\e644";
2022-12-27 14:17:00 +08:00
}
.cuIcon-check:before {
2022-12-28 18:33:50 +08:00
content: "\e645";
2022-12-27 14:17:00 +08:00
}
.cuIcon-close:before {
2022-12-28 18:33:50 +08:00
content: "\e646";
2022-12-27 14:17:00 +08:00
}
.cuIcon-edit:before {
2022-12-28 18:33:50 +08:00
content: "\e649";
2022-12-27 14:17:00 +08:00
}
.cuIcon-emoji:before {
2022-12-28 18:33:50 +08:00
content: "\e64a";
2022-12-27 14:17:00 +08:00
}
.cuIcon-favorfill:before {
2022-12-28 18:33:50 +08:00
content: "\e64b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-favor:before {
2022-12-28 18:33:50 +08:00
content: "\e64c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-loading:before {
2022-12-28 18:33:50 +08:00
content: "\e64f";
2022-12-27 14:17:00 +08:00
}
.cuIcon-locationfill:before {
2022-12-28 18:33:50 +08:00
content: "\e650";
2022-12-27 14:17:00 +08:00
}
.cuIcon-location:before {
2022-12-28 18:33:50 +08:00
content: "\e651";
2022-12-27 14:17:00 +08:00
}
.cuIcon-phone:before {
2022-12-28 18:33:50 +08:00
content: "\e652";
2022-12-27 14:17:00 +08:00
}
.cuIcon-roundcheckfill:before {
2022-12-28 18:33:50 +08:00
content: "\e656";
2022-12-27 14:17:00 +08:00
}
.cuIcon-roundcheck:before {
2022-12-28 18:33:50 +08:00
content: "\e657";
2022-12-27 14:17:00 +08:00
}
.cuIcon-roundclosefill:before {
2022-12-28 18:33:50 +08:00
content: "\e658";
2022-12-27 14:17:00 +08:00
}
.cuIcon-roundclose:before {
2022-12-28 18:33:50 +08:00
content: "\e659";
2022-12-27 14:17:00 +08:00
}
.cuIcon-roundrightfill:before {
2022-12-28 18:33:50 +08:00
content: "\e65a";
2022-12-27 14:17:00 +08:00
}
.cuIcon-roundright:before {
2022-12-28 18:33:50 +08:00
content: "\e65b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-search:before {
2022-12-28 18:33:50 +08:00
content: "\e65c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-taxi:before {
2022-12-28 18:33:50 +08:00
content: "\e65d";
2022-12-27 14:17:00 +08:00
}
.cuIcon-timefill:before {
2022-12-28 18:33:50 +08:00
content: "\e65e";
2022-12-27 14:17:00 +08:00
}
.cuIcon-time:before {
2022-12-28 18:33:50 +08:00
content: "\e65f";
2022-12-27 14:17:00 +08:00
}
.cuIcon-unfold:before {
2022-12-28 18:33:50 +08:00
content: "\e661";
2022-12-27 14:17:00 +08:00
}
.cuIcon-warnfill:before {
2022-12-28 18:33:50 +08:00
content: "\e662";
2022-12-27 14:17:00 +08:00
}
.cuIcon-warn:before {
2022-12-28 18:33:50 +08:00
content: "\e663";
2022-12-27 14:17:00 +08:00
}
.cuIcon-camerafill:before {
2022-12-28 18:33:50 +08:00
content: "\e664";
2022-12-27 14:17:00 +08:00
}
.cuIcon-camera:before {
2022-12-28 18:33:50 +08:00
content: "\e665";
2022-12-27 14:17:00 +08:00
}
.cuIcon-commentfill:before {
2022-12-28 18:33:50 +08:00
content: "\e666";
2022-12-27 14:17:00 +08:00
}
.cuIcon-comment:before {
2022-12-28 18:33:50 +08:00
content: "\e667";
2022-12-27 14:17:00 +08:00
}
.cuIcon-likefill:before {
2022-12-28 18:33:50 +08:00
content: "\e668";
2022-12-27 14:17:00 +08:00
}
.cuIcon-like:before {
2022-12-28 18:33:50 +08:00
content: "\e669";
2022-12-27 14:17:00 +08:00
}
.cuIcon-notificationfill:before {
2022-12-28 18:33:50 +08:00
content: "\e66a";
2022-12-27 14:17:00 +08:00
}
.cuIcon-notification:before {
2022-12-28 18:33:50 +08:00
content: "\e66b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-order:before {
2022-12-28 18:33:50 +08:00
content: "\e66c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-samefill:before {
2022-12-28 18:33:50 +08:00
content: "\e66d";
2022-12-27 14:17:00 +08:00
}
.cuIcon-same:before {
2022-12-28 18:33:50 +08:00
content: "\e66e";
2022-12-27 14:17:00 +08:00
}
.cuIcon-deliver:before {
2022-12-28 18:33:50 +08:00
content: "\e671";
2022-12-27 14:17:00 +08:00
}
.cuIcon-evaluate:before {
2022-12-28 18:33:50 +08:00
content: "\e672";
2022-12-27 14:17:00 +08:00
}
.cuIcon-pay:before {
2022-12-28 18:33:50 +08:00
content: "\e673";
2022-12-27 14:17:00 +08:00
}
.cuIcon-send:before {
2022-12-28 18:33:50 +08:00
content: "\e675";
2022-12-27 14:17:00 +08:00
}
.cuIcon-shop:before {
2022-12-28 18:33:50 +08:00
content: "\e676";
2022-12-27 14:17:00 +08:00
}
.cuIcon-ticket:before {
2022-12-28 18:33:50 +08:00
content: "\e677";
2022-12-27 14:17:00 +08:00
}
.cuIcon-back:before {
2022-12-28 18:33:50 +08:00
content: "\e679";
2022-12-27 14:17:00 +08:00
}
.cuIcon-cascades:before {
2022-12-28 18:33:50 +08:00
content: "\e67c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-discover:before {
2022-12-28 18:33:50 +08:00
content: "\e67e";
2022-12-27 14:17:00 +08:00
}
.cuIcon-list:before {
2022-12-28 18:33:50 +08:00
content: "\e682";
2022-12-27 14:17:00 +08:00
}
.cuIcon-more:before {
2022-12-28 18:33:50 +08:00
content: "\e684";
2022-12-27 14:17:00 +08:00
}
.cuIcon-scan:before {
2022-12-28 18:33:50 +08:00
content: "\e689";
2022-12-27 14:17:00 +08:00
}
.cuIcon-settings:before {
2022-12-28 18:33:50 +08:00
content: "\e68a";
2022-12-27 14:17:00 +08:00
}
.cuIcon-questionfill:before {
2022-12-28 18:33:50 +08:00
content: "\e690";
2022-12-27 14:17:00 +08:00
}
.cuIcon-question:before {
2022-12-28 18:33:50 +08:00
content: "\e691";
2022-12-27 14:17:00 +08:00
}
.cuIcon-shopfill:before {
2022-12-28 18:33:50 +08:00
content: "\e697";
2022-12-27 14:17:00 +08:00
}
.cuIcon-form:before {
2022-12-28 18:33:50 +08:00
content: "\e699";
2022-12-27 14:17:00 +08:00
}
.cuIcon-pic:before {
2022-12-28 18:33:50 +08:00
content: "\e69b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-filter:before {
2022-12-28 18:33:50 +08:00
content: "\e69c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-footprint:before {
2022-12-28 18:33:50 +08:00
content: "\e69d";
2022-12-27 14:17:00 +08:00
}
.cuIcon-top:before {
2022-12-28 18:33:50 +08:00
content: "\e69e";
2022-12-27 14:17:00 +08:00
}
.cuIcon-pulldown:before {
2022-12-28 18:33:50 +08:00
content: "\e69f";
2022-12-27 14:17:00 +08:00
}
.cuIcon-pullup:before {
2022-12-28 18:33:50 +08:00
content: "\e6a0";
2022-12-27 14:17:00 +08:00
}
.cuIcon-right:before {
2022-12-28 18:33:50 +08:00
content: "\e6a3";
2022-12-27 14:17:00 +08:00
}
.cuIcon-refresh:before {
2022-12-28 18:33:50 +08:00
content: "\e6a4";
2022-12-27 14:17:00 +08:00
}
.cuIcon-moreandroid:before {
2022-12-28 18:33:50 +08:00
content: "\e6a5";
2022-12-27 14:17:00 +08:00
}
.cuIcon-deletefill:before {
2022-12-28 18:33:50 +08:00
content: "\e6a6";
2022-12-27 14:17:00 +08:00
}
.cuIcon-refund:before {
2022-12-28 18:33:50 +08:00
content: "\e6ac";
2022-12-27 14:17:00 +08:00
}
.cuIcon-cart:before {
2022-12-28 18:33:50 +08:00
content: "\e6af";
2022-12-27 14:17:00 +08:00
}
.cuIcon-qrcode:before {
2022-12-28 18:33:50 +08:00
content: "\e6b0";
2022-12-27 14:17:00 +08:00
}
.cuIcon-remind:before {
2022-12-28 18:33:50 +08:00
content: "\e6b2";
2022-12-27 14:17:00 +08:00
}
.cuIcon-delete:before {
2022-12-28 18:33:50 +08:00
content: "\e6b4";
2022-12-27 14:17:00 +08:00
}
.cuIcon-profile:before {
2022-12-28 18:33:50 +08:00
content: "\e6b7";
2022-12-27 14:17:00 +08:00
}
.cuIcon-home:before {
2022-12-28 18:33:50 +08:00
content: "\e6b8";
2022-12-27 14:17:00 +08:00
}
.cuIcon-cartfill:before {
2022-12-28 18:33:50 +08:00
content: "\e6b9";
2022-12-27 14:17:00 +08:00
}
.cuIcon-discoverfill:before {
2022-12-28 18:33:50 +08:00
content: "\e6ba";
2022-12-27 14:17:00 +08:00
}
.cuIcon-homefill:before {
2022-12-28 18:33:50 +08:00
content: "\e6bb";
2022-12-27 14:17:00 +08:00
}
.cuIcon-message:before {
2022-12-28 18:33:50 +08:00
content: "\e6bc";
2022-12-27 14:17:00 +08:00
}
.cuIcon-addressbook:before {
2022-12-28 18:33:50 +08:00
content: "\e6bd";
2022-12-27 14:17:00 +08:00
}
.cuIcon-link:before {
2022-12-28 18:33:50 +08:00
content: "\e6bf";
2022-12-27 14:17:00 +08:00
}
.cuIcon-lock:before {
2022-12-28 18:33:50 +08:00
content: "\e6c0";
2022-12-27 14:17:00 +08:00
}
.cuIcon-unlock:before {
2022-12-28 18:33:50 +08:00
content: "\e6c2";
2022-12-27 14:17:00 +08:00
}
.cuIcon-vip:before {
2022-12-28 18:33:50 +08:00
content: "\e6c3";
2022-12-27 14:17:00 +08:00
}
.cuIcon-weibo:before {
2022-12-28 18:33:50 +08:00
content: "\e6c4";
2022-12-27 14:17:00 +08:00
}
.cuIcon-activity:before {
2022-12-28 18:33:50 +08:00
content: "\e6c5";
2022-12-27 14:17:00 +08:00
}
.cuIcon-friendaddfill:before {
2022-12-28 18:33:50 +08:00
content: "\e6c9";
2022-12-27 14:17:00 +08:00
}
.cuIcon-friendadd:before {
2022-12-28 18:33:50 +08:00
content: "\e6ca";
2022-12-27 14:17:00 +08:00
}
.cuIcon-friendfamous:before {
2022-12-28 18:33:50 +08:00
content: "\e6cb";
2022-12-27 14:17:00 +08:00
}
.cuIcon-friend:before {
2022-12-28 18:33:50 +08:00
content: "\e6cc";
2022-12-27 14:17:00 +08:00
}
.cuIcon-goods:before {
2022-12-28 18:33:50 +08:00
content: "\e6cd";
2022-12-27 14:17:00 +08:00
}
.cuIcon-selection:before {
2022-12-28 18:33:50 +08:00
content: "\e6ce";
2022-12-27 14:17:00 +08:00
}
.cuIcon-explore:before {
2022-12-28 18:33:50 +08:00
content: "\e6d2";
2022-12-27 14:17:00 +08:00
}
.cuIcon-present:before {
2022-12-28 18:33:50 +08:00
content: "\e6d3";
2022-12-27 14:17:00 +08:00
}
.cuIcon-squarecheckfill:before {
2022-12-28 18:33:50 +08:00
content: "\e6d4";
2022-12-27 14:17:00 +08:00
}
.cuIcon-square:before {
2022-12-28 18:33:50 +08:00
content: "\e6d5";
2022-12-27 14:17:00 +08:00
}
.cuIcon-squarecheck:before {
2022-12-28 18:33:50 +08:00
content: "\e6d6";
2022-12-27 14:17:00 +08:00
}
.cuIcon-round:before {
2022-12-28 18:33:50 +08:00
content: "\e6d7";
2022-12-27 14:17:00 +08:00
}
.cuIcon-roundaddfill:before {
2022-12-28 18:33:50 +08:00
content: "\e6d8";
2022-12-27 14:17:00 +08:00
}
.cuIcon-roundadd:before {
2022-12-28 18:33:50 +08:00
content: "\e6d9";
2022-12-27 14:17:00 +08:00
}
.cuIcon-add:before {
2022-12-28 18:33:50 +08:00
content: "\e6da";
2022-12-27 14:17:00 +08:00
}
.cuIcon-notificationforbidfill:before {
2022-12-28 18:33:50 +08:00
content: "\e6db";
2022-12-27 14:17:00 +08:00
}
.cuIcon-explorefill:before {
2022-12-28 18:33:50 +08:00
content: "\e6dd";
2022-12-27 14:17:00 +08:00
}
.cuIcon-fold:before {
2022-12-28 18:33:50 +08:00
content: "\e6de";
2022-12-27 14:17:00 +08:00
}
.cuIcon-game:before {
2022-12-28 18:33:50 +08:00
content: "\e6df";
2022-12-27 14:17:00 +08:00
}
.cuIcon-redpacket:before {
2022-12-28 18:33:50 +08:00
content: "\e6e0";
2022-12-27 14:17:00 +08:00
}
.cuIcon-selectionfill:before {
2022-12-28 18:33:50 +08:00
content: "\e6e1";
2022-12-27 14:17:00 +08:00
}
.cuIcon-similar:before {
2022-12-28 18:33:50 +08:00
content: "\e6e2";
2022-12-27 14:17:00 +08:00
}
.cuIcon-appreciatefill:before {
2022-12-28 18:33:50 +08:00
content: "\e6e3";
2022-12-27 14:17:00 +08:00
}
.cuIcon-infofill:before {
2022-12-28 18:33:50 +08:00
content: "\e6e4";
2022-12-27 14:17:00 +08:00
}
.cuIcon-info:before {
2022-12-28 18:33:50 +08:00
content: "\e6e5";
2022-12-27 14:17:00 +08:00
}
.cuIcon-forwardfill:before {
2022-12-28 18:33:50 +08:00
content: "\e6ea";
2022-12-27 14:17:00 +08:00
}
.cuIcon-forward:before {
2022-12-28 18:33:50 +08:00
content: "\e6eb";
2022-12-27 14:17:00 +08:00
}
.cuIcon-rechargefill:before {
2022-12-28 18:33:50 +08:00
content: "\e6ec";
2022-12-27 14:17:00 +08:00
}
.cuIcon-recharge:before {
2022-12-28 18:33:50 +08:00
content: "\e6ed";
2022-12-27 14:17:00 +08:00
}
.cuIcon-vipcard:before {
2022-12-28 18:33:50 +08:00
content: "\e6ee";
2022-12-27 14:17:00 +08:00
}
.cuIcon-voice:before {
2022-12-28 18:33:50 +08:00
content: "\e6ef";
2022-12-27 14:17:00 +08:00
}
.cuIcon-voicefill:before {
2022-12-28 18:33:50 +08:00
content: "\e6f0";
2022-12-27 14:17:00 +08:00
}
.cuIcon-friendfavor:before {
2022-12-28 18:33:50 +08:00
content: "\e6f1";
2022-12-27 14:17:00 +08:00
}
.cuIcon-wifi:before {
2022-12-28 18:33:50 +08:00
content: "\e6f2";
2022-12-27 14:17:00 +08:00
}
.cuIcon-share:before {
2022-12-28 18:33:50 +08:00
content: "\e6f3";
2022-12-27 14:17:00 +08:00
}
.cuIcon-wefill:before {
2022-12-28 18:33:50 +08:00
content: "\e6f4";
2022-12-27 14:17:00 +08:00
}
.cuIcon-we:before {
2022-12-28 18:33:50 +08:00
content: "\e6f5";
2022-12-27 14:17:00 +08:00
}
.cuIcon-lightauto:before {
2022-12-28 18:33:50 +08:00
content: "\e6f6";
2022-12-27 14:17:00 +08:00
}
.cuIcon-lightforbid:before {
2022-12-28 18:33:50 +08:00
content: "\e6f7";
2022-12-27 14:17:00 +08:00
}
.cuIcon-lightfill:before {
2022-12-28 18:33:50 +08:00
content: "\e6f8";
2022-12-27 14:17:00 +08:00
}
.cuIcon-camerarotate:before {
2022-12-28 18:33:50 +08:00
content: "\e6f9";
2022-12-27 14:17:00 +08:00
}
.cuIcon-light:before {
2022-12-28 18:33:50 +08:00
content: "\e6fa";
2022-12-27 14:17:00 +08:00
}
.cuIcon-barcode:before {
2022-12-28 18:33:50 +08:00
content: "\e6fb";
2022-12-27 14:17:00 +08:00
}
.cuIcon-flashlightclose:before {
2022-12-28 18:33:50 +08:00
content: "\e6fc";
2022-12-27 14:17:00 +08:00
}
.cuIcon-flashlightopen:before {
2022-12-28 18:33:50 +08:00
content: "\e6fd";
2022-12-27 14:17:00 +08:00
}
.cuIcon-searchlist:before {
2022-12-28 18:33:50 +08:00
content: "\e6fe";
2022-12-27 14:17:00 +08:00
}
.cuIcon-service:before {
2022-12-28 18:33:50 +08:00
content: "\e6ff";
2022-12-27 14:17:00 +08:00
}
.cuIcon-sort:before {
2022-12-28 18:33:50 +08:00
content: "\e700";
2022-12-27 14:17:00 +08:00
}
.cuIcon-down:before {
2022-12-28 18:33:50 +08:00
content: "\e703";
2022-12-27 14:17:00 +08:00
}
.cuIcon-mobile:before {
2022-12-28 18:33:50 +08:00
content: "\e704";
2022-12-27 14:17:00 +08:00
}
.cuIcon-mobilefill:before {
2022-12-28 18:33:50 +08:00
content: "\e705";
2022-12-27 14:17:00 +08:00
}
.cuIcon-copy:before {
2022-12-28 18:33:50 +08:00
content: "\e706";
2022-12-27 14:17:00 +08:00
}
.cuIcon-countdownfill:before {
2022-12-28 18:33:50 +08:00
content: "\e707";
2022-12-27 14:17:00 +08:00
}
.cuIcon-countdown:before {
2022-12-28 18:33:50 +08:00
content: "\e708";
2022-12-27 14:17:00 +08:00
}
.cuIcon-noticefill:before {
2022-12-28 18:33:50 +08:00
content: "\e709";
2022-12-27 14:17:00 +08:00
}
.cuIcon-notice:before {
2022-12-28 18:33:50 +08:00
content: "\e70a";
2022-12-27 14:17:00 +08:00
}
.cuIcon-upstagefill:before {
2022-12-28 18:33:50 +08:00
content: "\e70e";
2022-12-27 14:17:00 +08:00
}
.cuIcon-upstage:before {
2022-12-28 18:33:50 +08:00
content: "\e70f";
2022-12-27 14:17:00 +08:00
}
.cuIcon-babyfill:before {
2022-12-28 18:33:50 +08:00
content: "\e710";
2022-12-27 14:17:00 +08:00
}
.cuIcon-baby:before {
2022-12-28 18:33:50 +08:00
content: "\e711";
2022-12-27 14:17:00 +08:00
}
.cuIcon-brandfill:before {
2022-12-28 18:33:50 +08:00
content: "\e712";
2022-12-27 14:17:00 +08:00
}
.cuIcon-brand:before {
2022-12-28 18:33:50 +08:00
content: "\e713";
2022-12-27 14:17:00 +08:00
}
.cuIcon-choicenessfill:before {
2022-12-28 18:33:50 +08:00
content: "\e714";
2022-12-27 14:17:00 +08:00
}
.cuIcon-choiceness:before {
2022-12-28 18:33:50 +08:00
content: "\e715";
2022-12-27 14:17:00 +08:00
}
.cuIcon-clothesfill:before {
2022-12-28 18:33:50 +08:00
content: "\e716";
2022-12-27 14:17:00 +08:00
}
.cuIcon-clothes:before {
2022-12-28 18:33:50 +08:00
content: "\e717";
2022-12-27 14:17:00 +08:00
}
.cuIcon-creativefill:before {
2022-12-28 18:33:50 +08:00
content: "\e718";
2022-12-27 14:17:00 +08:00
}
.cuIcon-creative:before {
2022-12-28 18:33:50 +08:00
content: "\e719";
2022-12-27 14:17:00 +08:00
}
.cuIcon-female:before {
2022-12-28 18:33:50 +08:00
content: "\e71a";
2022-12-27 14:17:00 +08:00
}
.cuIcon-keyboard:before {
2022-12-28 18:33:50 +08:00
content: "\e71b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-male:before {
2022-12-28 18:33:50 +08:00
content: "\e71c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-newfill:before {
2022-12-28 18:33:50 +08:00
content: "\e71d";
2022-12-27 14:17:00 +08:00
}
.cuIcon-new:before {
2022-12-28 18:33:50 +08:00
content: "\e71e";
2022-12-27 14:17:00 +08:00
}
.cuIcon-pullleft:before {
2022-12-28 18:33:50 +08:00
content: "\e71f";
2022-12-27 14:17:00 +08:00
}
.cuIcon-pullright:before {
2022-12-28 18:33:50 +08:00
content: "\e720";
2022-12-27 14:17:00 +08:00
}
.cuIcon-rankfill:before {
2022-12-28 18:33:50 +08:00
content: "\e721";
2022-12-27 14:17:00 +08:00
}
.cuIcon-rank:before {
2022-12-28 18:33:50 +08:00
content: "\e722";
2022-12-27 14:17:00 +08:00
}
.cuIcon-bad:before {
2022-12-28 18:33:50 +08:00
content: "\e723";
2022-12-27 14:17:00 +08:00
}
.cuIcon-cameraadd:before {
2022-12-28 18:33:50 +08:00
content: "\e724";
2022-12-27 14:17:00 +08:00
}
.cuIcon-focus:before {
2022-12-28 18:33:50 +08:00
content: "\e725";
2022-12-27 14:17:00 +08:00
}
.cuIcon-friendfill:before {
2022-12-28 18:33:50 +08:00
content: "\e726";
2022-12-27 14:17:00 +08:00
}
.cuIcon-cameraaddfill:before {
2022-12-28 18:33:50 +08:00
content: "\e727";
2022-12-27 14:17:00 +08:00
}
.cuIcon-apps:before {
2022-12-28 18:33:50 +08:00
content: "\e729";
2022-12-27 14:17:00 +08:00
}
.cuIcon-paintfill:before {
2022-12-28 18:33:50 +08:00
content: "\e72a";
2022-12-27 14:17:00 +08:00
}
.cuIcon-paint:before {
2022-12-28 18:33:50 +08:00
content: "\e72b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-picfill:before {
2022-12-28 18:33:50 +08:00
content: "\e72c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-refresharrow:before {
2022-12-28 18:33:50 +08:00
content: "\e72d";
2022-12-27 14:17:00 +08:00
}
.cuIcon-colorlens:before {
2022-12-28 18:33:50 +08:00
content: "\e6e6";
2022-12-27 14:17:00 +08:00
}
.cuIcon-markfill:before {
2022-12-28 18:33:50 +08:00
content: "\e730";
2022-12-27 14:17:00 +08:00
}
.cuIcon-mark:before {
2022-12-28 18:33:50 +08:00
content: "\e731";
2022-12-27 14:17:00 +08:00
}
.cuIcon-presentfill:before {
2022-12-28 18:33:50 +08:00
content: "\e732";
2022-12-27 14:17:00 +08:00
}
.cuIcon-repeal:before {
2022-12-28 18:33:50 +08:00
content: "\e733";
2022-12-27 14:17:00 +08:00
}
.cuIcon-album:before {
2022-12-28 18:33:50 +08:00
content: "\e734";
2022-12-27 14:17:00 +08:00
}
.cuIcon-peoplefill:before {
2022-12-28 18:33:50 +08:00
content: "\e735";
2022-12-27 14:17:00 +08:00
}
.cuIcon-people:before {
2022-12-28 18:33:50 +08:00
content: "\e736";
2022-12-27 14:17:00 +08:00
}
.cuIcon-servicefill:before {
2022-12-28 18:33:50 +08:00
content: "\e737";
2022-12-27 14:17:00 +08:00
}
.cuIcon-repair:before {
2022-12-28 18:33:50 +08:00
content: "\e738";
2022-12-27 14:17:00 +08:00
}
.cuIcon-file:before {
2022-12-28 18:33:50 +08:00
content: "\e739";
2022-12-27 14:17:00 +08:00
}
.cuIcon-repairfill:before {
2022-12-28 18:33:50 +08:00
content: "\e73a";
2022-12-27 14:17:00 +08:00
}
.cuIcon-taoxiaopu:before {
2022-12-28 18:33:50 +08:00
content: "\e73b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-weixin:before {
2022-12-28 18:33:50 +08:00
content: "\e612";
2022-12-27 14:17:00 +08:00
}
.cuIcon-attentionfill:before {
2022-12-28 18:33:50 +08:00
content: "\e73c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-attention:before {
2022-12-28 18:33:50 +08:00
content: "\e73d";
2022-12-27 14:17:00 +08:00
}
.cuIcon-commandfill:before {
2022-12-28 18:33:50 +08:00
content: "\e73e";
2022-12-27 14:17:00 +08:00
}
.cuIcon-command:before {
2022-12-28 18:33:50 +08:00
content: "\e73f";
2022-12-27 14:17:00 +08:00
}
.cuIcon-communityfill:before {
2022-12-28 18:33:50 +08:00
content: "\e740";
2022-12-27 14:17:00 +08:00
}
.cuIcon-community:before {
2022-12-28 18:33:50 +08:00
content: "\e741";
2022-12-27 14:17:00 +08:00
}
.cuIcon-read:before {
2022-12-28 18:33:50 +08:00
content: "\e742";
2022-12-27 14:17:00 +08:00
}
.cuIcon-calendar:before {
2022-12-28 18:33:50 +08:00
content: "\e74a";
2022-12-27 14:17:00 +08:00
}
.cuIcon-cut:before {
2022-12-28 18:33:50 +08:00
content: "\e74b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-magic:before {
2022-12-28 18:33:50 +08:00
content: "\e74c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-backwardfill:before {
2022-12-28 18:33:50 +08:00
content: "\e74d";
2022-12-27 14:17:00 +08:00
}
.cuIcon-playfill:before {
2022-12-28 18:33:50 +08:00
content: "\e74f";
2022-12-27 14:17:00 +08:00
}
.cuIcon-stop:before {
2022-12-28 18:33:50 +08:00
content: "\e750";
2022-12-27 14:17:00 +08:00
}
.cuIcon-tagfill:before {
2022-12-28 18:33:50 +08:00
content: "\e751";
2022-12-27 14:17:00 +08:00
}
.cuIcon-tag:before {
2022-12-28 18:33:50 +08:00
content: "\e752";
2022-12-27 14:17:00 +08:00
}
.cuIcon-group:before {
2022-12-28 18:33:50 +08:00
content: "\e753";
2022-12-27 14:17:00 +08:00
}
.cuIcon-all:before {
2022-12-28 18:33:50 +08:00
content: "\e755";
2022-12-27 14:17:00 +08:00
}
.cuIcon-backdelete:before {
2022-12-28 18:33:50 +08:00
content: "\e756";
2022-12-27 14:17:00 +08:00
}
.cuIcon-hotfill:before {
2022-12-28 18:33:50 +08:00
content: "\e757";
2022-12-27 14:17:00 +08:00
}
.cuIcon-hot:before {
2022-12-28 18:33:50 +08:00
content: "\e758";
2022-12-27 14:17:00 +08:00
}
.cuIcon-post:before {
2022-12-28 18:33:50 +08:00
content: "\e759";
2022-12-27 14:17:00 +08:00
}
.cuIcon-radiobox:before {
2022-12-28 18:33:50 +08:00
content: "\e75b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-rounddown:before {
2022-12-28 18:33:50 +08:00
content: "\e75c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-upload:before {
2022-12-28 18:33:50 +08:00
content: "\e75d";
2022-12-27 14:17:00 +08:00
}
.cuIcon-writefill:before {
2022-12-28 18:33:50 +08:00
content: "\e760";
2022-12-27 14:17:00 +08:00
}
.cuIcon-write:before {
2022-12-28 18:33:50 +08:00
content: "\e761";
2022-12-27 14:17:00 +08:00
}
.cuIcon-radioboxfill:before {
2022-12-28 18:33:50 +08:00
content: "\e763";
2022-12-27 14:17:00 +08:00
}
.cuIcon-punch:before {
2022-12-28 18:33:50 +08:00
content: "\e764";
2022-12-27 14:17:00 +08:00
}
.cuIcon-shake:before {
2022-12-28 18:33:50 +08:00
content: "\e765";
2022-12-27 14:17:00 +08:00
}
.cuIcon-move:before {
2022-12-28 18:33:50 +08:00
content: "\e768";
2022-12-27 14:17:00 +08:00
}
.cuIcon-safe:before {
2022-12-28 18:33:50 +08:00
content: "\e769";
2022-12-27 14:17:00 +08:00
}
.cuIcon-activityfill:before {
2022-12-28 18:33:50 +08:00
content: "\e775";
2022-12-27 14:17:00 +08:00
}
.cuIcon-crownfill:before {
2022-12-28 18:33:50 +08:00
content: "\e776";
2022-12-27 14:17:00 +08:00
}
.cuIcon-crown:before {
2022-12-28 18:33:50 +08:00
content: "\e777";
2022-12-27 14:17:00 +08:00
}
.cuIcon-goodsfill:before {
2022-12-28 18:33:50 +08:00
content: "\e778";
2022-12-27 14:17:00 +08:00
}
.cuIcon-messagefill:before {
2022-12-28 18:33:50 +08:00
content: "\e779";
2022-12-27 14:17:00 +08:00
}
.cuIcon-profilefill:before {
2022-12-28 18:33:50 +08:00
content: "\e77a";
2022-12-27 14:17:00 +08:00
}
.cuIcon-sound:before {
2022-12-28 18:33:50 +08:00
content: "\e77b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-sponsorfill:before {
2022-12-28 18:33:50 +08:00
content: "\e77c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-sponsor:before {
2022-12-28 18:33:50 +08:00
content: "\e77d";
2022-12-27 14:17:00 +08:00
}
.cuIcon-upblock:before {
2022-12-28 18:33:50 +08:00
content: "\e77e";
2022-12-27 14:17:00 +08:00
}
.cuIcon-weblock:before {
2022-12-28 18:33:50 +08:00
content: "\e77f";
2022-12-27 14:17:00 +08:00
}
.cuIcon-weunblock:before {
2022-12-28 18:33:50 +08:00
content: "\e780";
2022-12-27 14:17:00 +08:00
}
.cuIcon-my:before {
2022-12-28 18:33:50 +08:00
content: "\e78b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-myfill:before {
2022-12-28 18:33:50 +08:00
content: "\e78c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-emojifill:before {
2022-12-28 18:33:50 +08:00
content: "\e78d";
2022-12-27 14:17:00 +08:00
}
.cuIcon-emojiflashfill:before {
2022-12-28 18:33:50 +08:00
content: "\e78e";
2022-12-27 14:17:00 +08:00
}
.cuIcon-flashbuyfill:before {
2022-12-28 18:33:50 +08:00
content: "\e78f";
2022-12-27 14:17:00 +08:00
}
.cuIcon-text:before {
2022-12-28 18:33:50 +08:00
content: "\e791";
2022-12-27 14:17:00 +08:00
}
.cuIcon-goodsfavor:before {
2022-12-28 18:33:50 +08:00
content: "\e794";
2022-12-27 14:17:00 +08:00
}
.cuIcon-musicfill:before {
2022-12-28 18:33:50 +08:00
content: "\e795";
2022-12-27 14:17:00 +08:00
}
.cuIcon-musicforbidfill:before {
2022-12-28 18:33:50 +08:00
content: "\e796";
2022-12-27 14:17:00 +08:00
}
.cuIcon-card:before {
2022-12-28 18:33:50 +08:00
content: "\e624";
2022-12-27 14:17:00 +08:00
}
.cuIcon-triangledownfill:before {
2022-12-28 18:33:50 +08:00
content: "\e79b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-triangleupfill:before {
2022-12-28 18:33:50 +08:00
content: "\e79c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-roundleftfill-copy:before {
2022-12-28 18:33:50 +08:00
content: "\e79e";
2022-12-27 14:17:00 +08:00
}
.cuIcon-font:before {
2022-12-28 18:33:50 +08:00
content: "\e76a";
2022-12-27 14:17:00 +08:00
}
.cuIcon-title:before {
2022-12-28 18:33:50 +08:00
content: "\e82f";
2022-12-27 14:17:00 +08:00
}
.cuIcon-recordfill:before {
2022-12-28 18:33:50 +08:00
content: "\e7a4";
2022-12-27 14:17:00 +08:00
}
.cuIcon-record:before {
2022-12-28 18:33:50 +08:00
content: "\e7a6";
2022-12-27 14:17:00 +08:00
}
.cuIcon-cardboardfill:before {
2022-12-28 18:33:50 +08:00
content: "\e7a9";
2022-12-27 14:17:00 +08:00
}
.cuIcon-cardboard:before {
2022-12-28 18:33:50 +08:00
content: "\e7aa";
2022-12-27 14:17:00 +08:00
}
.cuIcon-formfill:before {
2022-12-28 18:33:50 +08:00
content: "\e7ab";
2022-12-27 14:17:00 +08:00
}
.cuIcon-coin:before {
2022-12-28 18:33:50 +08:00
content: "\e7ac";
2022-12-27 14:17:00 +08:00
}
.cuIcon-cardboardforbid:before {
2022-12-28 18:33:50 +08:00
content: "\e7af";
2022-12-27 14:17:00 +08:00
}
.cuIcon-circlefill:before {
2022-12-28 18:33:50 +08:00
content: "\e7b0";
2022-12-27 14:17:00 +08:00
}
.cuIcon-circle:before {
2022-12-28 18:33:50 +08:00
content: "\e7b1";
2022-12-27 14:17:00 +08:00
}
.cuIcon-attentionforbid:before {
2022-12-28 18:33:50 +08:00
content: "\e7b2";
2022-12-27 14:17:00 +08:00
}
.cuIcon-attentionforbidfill:before {
2022-12-28 18:33:50 +08:00
content: "\e7b3";
2022-12-27 14:17:00 +08:00
}
.cuIcon-attentionfavorfill:before {
2022-12-28 18:33:50 +08:00
content: "\e7b4";
2022-12-27 14:17:00 +08:00
}
.cuIcon-attentionfavor:before {
2022-12-28 18:33:50 +08:00
content: "\e7b5";
2022-12-27 14:17:00 +08:00
}
.cuIcon-titles:before {
2022-12-28 18:33:50 +08:00
content: "\e701";
2022-12-27 14:17:00 +08:00
}
.cuIcon-icloading:before {
2022-12-28 18:33:50 +08:00
content: "\e67a";
2022-12-27 14:17:00 +08:00
}
.cuIcon-full:before {
2022-12-28 18:33:50 +08:00
content: "\e7bc";
2022-12-27 14:17:00 +08:00
}
.cuIcon-mail:before {
2022-12-28 18:33:50 +08:00
content: "\e7bd";
2022-12-27 14:17:00 +08:00
}
.cuIcon-peoplelist:before {
2022-12-28 18:33:50 +08:00
content: "\e7be";
2022-12-27 14:17:00 +08:00
}
.cuIcon-goodsnewfill:before {
2022-12-28 18:33:50 +08:00
content: "\e7bf";
2022-12-27 14:17:00 +08:00
}
.cuIcon-goodsnew:before {
2022-12-28 18:33:50 +08:00
content: "\e7c0";
2022-12-27 14:17:00 +08:00
}
.cuIcon-medalfill:before {
2022-12-28 18:33:50 +08:00
content: "\e7c1";
2022-12-27 14:17:00 +08:00
}
.cuIcon-medal:before {
2022-12-28 18:33:50 +08:00
content: "\e7c2";
2022-12-27 14:17:00 +08:00
}
.cuIcon-newsfill:before {
2022-12-28 18:33:50 +08:00
content: "\e7c3";
2022-12-27 14:17:00 +08:00
}
.cuIcon-newshotfill:before {
2022-12-28 18:33:50 +08:00
content: "\e7c4";
2022-12-27 14:17:00 +08:00
}
.cuIcon-newshot:before {
2022-12-28 18:33:50 +08:00
content: "\e7c5";
2022-12-27 14:17:00 +08:00
}
.cuIcon-news:before {
2022-12-28 18:33:50 +08:00
content: "\e7c6";
2022-12-27 14:17:00 +08:00
}
.cuIcon-videofill:before {
2022-12-28 18:33:50 +08:00
content: "\e7c7";
2022-12-27 14:17:00 +08:00
}
.cuIcon-video:before {
2022-12-28 18:33:50 +08:00
content: "\e7c8";
2022-12-27 14:17:00 +08:00
}
.cuIcon-exit:before {
2022-12-28 18:33:50 +08:00
content: "\e7cb";
2022-12-27 14:17:00 +08:00
}
.cuIcon-skinfill:before {
2022-12-28 18:33:50 +08:00
content: "\e7cc";
2022-12-27 14:17:00 +08:00
}
.cuIcon-skin:before {
2022-12-28 18:33:50 +08:00
content: "\e7cd";
2022-12-27 14:17:00 +08:00
}
.cuIcon-moneybagfill:before {
2022-12-28 18:33:50 +08:00
content: "\e7ce";
2022-12-27 14:17:00 +08:00
}
.cuIcon-usefullfill:before {
2022-12-28 18:33:50 +08:00
content: "\e7cf";
2022-12-27 14:17:00 +08:00
}
.cuIcon-usefull:before {
2022-12-28 18:33:50 +08:00
content: "\e7d0";
2022-12-27 14:17:00 +08:00
}
.cuIcon-moneybag:before {
2022-12-28 18:33:50 +08:00
content: "\e7d1";
2022-12-27 14:17:00 +08:00
}
.cuIcon-redpacket_fill:before {
2022-12-28 18:33:50 +08:00
content: "\e7d3";
2022-12-27 14:17:00 +08:00
}
.cuIcon-subscription:before {
2022-12-28 18:33:50 +08:00
content: "\e7d4";
2022-12-27 14:17:00 +08:00
}
.cuIcon-loading1:before {
2022-12-28 18:33:50 +08:00
content: "\e633";
2022-12-27 14:17:00 +08:00
}
.cuIcon-github:before {
2022-12-28 18:33:50 +08:00
content: "\e692";
2022-12-27 14:17:00 +08:00
}
.cuIcon-global:before {
2022-12-28 18:33:50 +08:00
content: "\e7eb";
2022-12-27 14:17:00 +08:00
}
.cuIcon-settingsfill:before {
2022-12-28 18:33:50 +08:00
content: "\e6ab";
2022-12-27 14:17:00 +08:00
}
.cuIcon-back_android:before {
2022-12-28 18:33:50 +08:00
content: "\e7ed";
2022-12-27 14:17:00 +08:00
}
.cuIcon-expressman:before {
2022-12-28 18:33:50 +08:00
content: "\e7ef";
2022-12-27 14:17:00 +08:00
}
.cuIcon-evaluate_fill:before {
2022-12-28 18:33:50 +08:00
content: "\e7f0";
2022-12-27 14:17:00 +08:00
}
.cuIcon-group_fill:before {
2022-12-28 18:33:50 +08:00
content: "\e7f5";
2022-12-27 14:17:00 +08:00
}
.cuIcon-play_forward_fill:before {
2022-12-28 18:33:50 +08:00
content: "\e7f6";
2022-12-27 14:17:00 +08:00
}
.cuIcon-deliver_fill:before {
2022-12-28 18:33:50 +08:00
content: "\e7f7";
2022-12-27 14:17:00 +08:00
}
.cuIcon-notice_forbid_fill:before {
2022-12-28 18:33:50 +08:00
content: "\e7f8";
2022-12-27 14:17:00 +08:00
}
.cuIcon-fork:before {
2022-12-28 18:33:50 +08:00
content: "\e60c";
2022-12-27 14:17:00 +08:00
}
.cuIcon-pick:before {
2022-12-28 18:33:50 +08:00
content: "\e7fa";
2022-12-27 14:17:00 +08:00
}
.cuIcon-wenzi:before {
2022-12-28 18:33:50 +08:00
content: "\e6a7";
2022-12-27 14:17:00 +08:00
}
.cuIcon-ellipse:before {
2022-12-28 18:33:50 +08:00
content: "\e600";
2022-12-27 14:17:00 +08:00
}
.cuIcon-qr_code:before {
2022-12-28 18:33:50 +08:00
content: "\e61b";
2022-12-27 14:17:00 +08:00
}
.cuIcon-dianhua:before {
2022-12-28 18:33:50 +08:00
content: "\e64d";
2022-12-27 14:17:00 +08:00
}
.cuIcon-cuIcon:before {
2022-12-28 18:33:50 +08:00
content: "\e602";
2022-12-27 14:17:00 +08:00
}
.cuIcon-loading2:before {
2022-12-28 18:33:50 +08:00
content: "\e7f1";
2022-12-27 14:17:00 +08:00
}
.cuIcon-btn:before {
2022-12-28 18:33:50 +08:00
content: "\e601";
2022-12-27 14:17:00 +08:00
}
//main
/*
ColorUi for uniApp v2.1.6 | by 2019-05-31 10:44:24
*使ColorUiColorUi
QQ240787041
*/
/* ==================
==================== */
2022-12-28 18:33:50 +08:00
body {
background-color: #f1f1f1;
font-size: 28upx;
color: #333333;
font-family: Helvetica Neue, Helvetica, sans-serif;
2022-12-27 14:17:00 +08:00
}
view,
scroll-view,
swiper,
button,
input,
textarea,
label,
navigator,
image {
2022-12-28 18:33:50 +08:00
box-sizing: border-box;
2022-12-27 14:17:00 +08:00
}
.round {
2022-12-28 18:33:50 +08:00
border-radius: 5000rpx;
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
.radius-m {
border-radius: 12rpx;
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
2022-12-27 14:17:00 +08:00
.radius {
2022-12-28 18:33:50 +08:00
border-radius: 6rpx;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
image {
2022-12-28 18:33:50 +08:00
max-width: 100%;
display: inline-block;
position: relative;
z-index: 0;
2022-12-27 14:17:00 +08:00
}
image.loading::before {
2022-12-28 18:33:50 +08:00
content: "";
background-color: #f5f5f5;
display: block;
position: absolute;
width: 100%;
height: 100%;
z-index: -2;
2022-12-27 14:17:00 +08:00
}
image.loading::after {
2022-12-28 18:33:50 +08:00
content: "\e7f1";
font-family: "cuIcon";
position: absolute;
top: 0;
left: 0;
width: 32upx;
height: 32upx;
line-height: 32upx;
right: 0;
bottom: 0;
z-index: -1;
font-size: 32upx;
margin: auto;
color: #ccc;
-webkit-animation: cuIcon-spin 2s infinite linear;
animation: cuIcon-spin 2s infinite linear;
display: block;
2022-12-27 14:17:00 +08:00
}
.response {
2022-12-28 18:33:50 +08:00
width: 100%;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
switch,
checkbox,
radio {
2022-12-28 18:33:50 +08:00
position: relative;
2022-12-27 14:17:00 +08:00
}
switch::after,
switch::before {
2022-12-28 18:33:50 +08:00
font-family: "cuIcon";
content: "\e645";
position: absolute;
color: #ffffff !important;
top: 0%;
left: 0upx;
font-size: 26upx;
line-height: 26px;
width: 50%;
text-align: center;
pointer-events: none;
transform: scale(0, 0);
transition: all 0.3s ease-in-out 0s;
z-index: 9;
bottom: 0;
height: 26px;
margin: auto;
2022-12-27 14:17:00 +08:00
}
switch::before {
2022-12-28 18:33:50 +08:00
content: "\e646";
right: 0;
transform: scale(1, 1);
left: auto;
2022-12-27 14:17:00 +08:00
}
switch[checked]::after,
switch.checked::after {
2022-12-28 18:33:50 +08:00
transform: scale(1, 1);
2022-12-27 14:17:00 +08:00
}
switch[checked]::before,
switch.checked::before {
2022-12-28 18:33:50 +08:00
transform: scale(0, 0);
2022-12-27 14:17:00 +08:00
}
/* #ifndef MP-ALIPAY */
radio::before,
checkbox::before {
2022-12-28 18:33:50 +08:00
font-family: "cuIcon";
content: "\e645";
position: absolute;
color: #ffffff !important;
top: 50%;
margin-top: -8px;
right: 5px;
font-size: 32upx;
line-height: 16px;
pointer-events: none;
transform: scale(1, 1);
transition: all 0.3s ease-in-out 0s;
z-index: 9;
2022-12-27 14:17:00 +08:00
}
radio .wx-radio-input,
checkbox .wx-checkbox-input,
radio .uni-radio-input,
checkbox .uni-checkbox-input {
2022-12-28 18:33:50 +08:00
margin: 0;
width: 24px;
height: 24px;
2022-12-27 14:17:00 +08:00
}
checkbox.round .wx-checkbox-input,
checkbox.round .uni-checkbox-input {
2022-12-28 18:33:50 +08:00
border-radius: 100upx;
2022-12-27 14:17:00 +08:00
}
/* #endif */
switch[checked]::before {
2022-12-28 18:33:50 +08:00
transform: scale(0, 0);
2022-12-27 14:17:00 +08:00
}
switch .wx-switch-input,
switch .uni-switch-input {
2022-12-28 18:33:50 +08:00
border: none;
padding: 0 24px;
width: 48px;
height: 26px;
margin: 0;
border-radius: 100upx;
2022-12-27 14:17:00 +08:00
}
switch .wx-switch-input:not([class*="bg-"]),
switch .uni-switch-input:not([class*="bg-"]) {
2022-12-28 18:33:50 +08:00
background: #8799a3 !important;
2022-12-27 14:17:00 +08:00
}
switch .wx-switch-input::after,
switch .uni-switch-input::after {
2022-12-28 18:33:50 +08:00
margin: auto;
width: 26px;
height: 26px;
border-radius: 100upx;
left: 0upx;
top: 0upx;
bottom: 0upx;
position: absolute;
transform: scale(0.9, 0.9);
transition: all 0.1s ease-in-out 0s;
2022-12-27 14:17:00 +08:00
}
switch .wx-switch-input.wx-switch-input-checked::after,
switch .uni-switch-input.uni-switch-input-checked::after {
2022-12-28 18:33:50 +08:00
margin: auto;
left: 22px;
box-shadow: none;
transform: scale(0.9, 0.9);
2022-12-27 14:17:00 +08:00
}
radio-group {
2022-12-28 18:33:50 +08:00
display: inline-block;
2022-12-27 14:17:00 +08:00
}
switch.radius .wx-switch-input::after,
switch.radius .wx-switch-input,
switch.radius .wx-switch-input::before,
switch.radius .uni-switch-input::after,
switch.radius .uni-switch-input,
switch.radius .uni-switch-input::before {
2022-12-28 18:33:50 +08:00
border-radius: 10upx;
2022-12-27 14:17:00 +08:00
}
switch .wx-switch-input::before,
radio.radio::before,
checkbox .wx-checkbox-input::before,
radio .wx-radio-input::before,
switch .uni-switch-input::before,
radio.radio::before,
checkbox .uni-checkbox-input::before,
radio .uni-radio-input::before {
2022-12-28 18:33:50 +08:00
display: none;
2022-12-27 14:17:00 +08:00
}
radio.radio[checked]::after,
radio.radio .uni-radio-input-checked::after {
2022-12-28 18:33:50 +08:00
content: "";
background-color: transparent;
display: block;
position: absolute;
width: 8px;
height: 8px;
z-index: 999;
top: 0upx;
left: 0upx;
right: 0;
bottom: 0;
margin: auto;
border-radius: 200upx;
/* #ifndef MP */
border: 7px solid #ffffff !important;
/* #endif */
/* #ifdef MP */
border: 8px solid #ffffff !important;
/* #endif */
2022-12-27 14:17:00 +08:00
}
.switch-sex::after {
2022-12-28 18:33:50 +08:00
content: "\e71c";
2022-12-27 14:17:00 +08:00
}
.switch-sex::before {
2022-12-28 18:33:50 +08:00
content: "\e71a";
2022-12-27 14:17:00 +08:00
}
.switch-sex .wx-switch-input,
.switch-sex .uni-switch-input {
2022-12-28 18:33:50 +08:00
background: #e54d42 !important;
border-color: #e54d42 !important;
2022-12-27 14:17:00 +08:00
}
.switch-sex[checked] .wx-switch-input,
.switch-sex.checked .uni-switch-input {
2022-12-28 18:33:50 +08:00
background: #0081ff !important;
border-color: #0081ff !important;
2022-12-27 14:17:00 +08:00
}
switch.red[checked] .wx-switch-input.wx-switch-input-checked,
checkbox.red[checked] .wx-checkbox-input,
radio.red[checked] .wx-radio-input,
switch.red.checked .uni-switch-input.uni-switch-input-checked,
checkbox.red.checked .uni-checkbox-input,
radio.red.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #e54d42 !important;
border-color: #e54d42 !important;
color: #ffffff !important;
2022-12-27 14:17:00 +08:00
}
switch.orange[checked] .wx-switch-input,
checkbox.orange[checked] .wx-checkbox-input,
radio.orange[checked] .wx-radio-input,
switch.orange.checked .uni-switch-input,
checkbox.orange.checked .uni-checkbox-input,
radio.orange.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #f37b1d !important;
border-color: #f37b1d !important;
color: #ffffff !important;
2022-12-27 14:17:00 +08:00
}
switch.yellow[checked] .wx-switch-input,
checkbox.yellow[checked] .wx-checkbox-input,
radio.yellow[checked] .wx-radio-input,
switch.yellow.checked .uni-switch-input,
checkbox.yellow.checked .uni-checkbox-input,
radio.yellow.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #fbbd08 !important;
border-color: #fbbd08 !important;
color: #333333 !important;
2022-12-27 14:17:00 +08:00
}
switch.olive[checked] .wx-switch-input,
checkbox.olive[checked] .wx-checkbox-input,
radio.olive[checked] .wx-radio-input,
switch.olive.checked .uni-switch-input,
checkbox.olive.checked .uni-checkbox-input,
radio.olive.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #8dc63f !important;
border-color: #8dc63f !important;
color: #ffffff !important;
2022-12-27 14:17:00 +08:00
}
switch.green[checked] .wx-switch-input,
switch[checked] .wx-switch-input,
checkbox.green[checked] .wx-checkbox-input,
checkbox[checked] .wx-checkbox-input,
radio.green[checked] .wx-radio-input,
radio[checked] .wx-radio-input,
switch.green.checked .uni-switch-input,
switch.checked .uni-switch-input,
checkbox.green.checked .uni-checkbox-input,
checkbox.checked .uni-checkbox-input,
radio.green.checked .uni-radio-input,
radio.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #39b54a !important;
border-color: #39b54a !important;
color: #ffffff !important;
border-color: #39B54A !important;
2022-12-27 14:17:00 +08:00
}
switch.cyan[checked] .wx-switch-input,
checkbox.cyan[checked] .wx-checkbox-input,
radio.cyan[checked] .wx-radio-input,
switch.cyan.checked .uni-switch-input,
checkbox.cyan.checked .uni-checkbox-input,
radio.cyan.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #1cbbb4 !important;
border-color: #1cbbb4 !important;
color: #ffffff !important;
2022-12-27 14:17:00 +08:00
}
switch.blue[checked] .wx-switch-input,
checkbox.blue[checked] .wx-checkbox-input,
radio.blue[checked] .wx-radio-input,
switch.blue.checked .uni-switch-input,
checkbox.blue.checked .uni-checkbox-input,
radio.blue.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #0081ff !important;
border-color: #0081ff !important;
color: #ffffff !important;
2022-12-27 14:17:00 +08:00
}
switch.purple[checked] .wx-switch-input,
checkbox.purple[checked] .wx-checkbox-input,
radio.purple[checked] .wx-radio-input,
switch.purple.checked .uni-switch-input,
checkbox.purple.checked .uni-checkbox-input,
radio.purple.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #6739b6 !important;
border-color: #6739b6 !important;
color: #ffffff !important;
2022-12-27 14:17:00 +08:00
}
switch.mauve[checked] .wx-switch-input,
checkbox.mauve[checked] .wx-checkbox-input,
radio.mauve[checked] .wx-radio-input,
switch.mauve.checked .uni-switch-input,
checkbox.mauve.checked .uni-checkbox-input,
radio.mauve.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #9c26b0 !important;
border-color: #9c26b0 !important;
color: #ffffff !important;
2022-12-27 14:17:00 +08:00
}
switch.pink[checked] .wx-switch-input,
checkbox.pink[checked] .wx-checkbox-input,
radio.pink[checked] .wx-radio-input,
switch.pink.checked .uni-switch-input,
checkbox.pink.checked .uni-checkbox-input,
radio.pink.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #e03997 !important;
border-color: #e03997 !important;
color: #ffffff !important;
2022-12-27 14:17:00 +08:00
}
switch.brown[checked] .wx-switch-input,
checkbox.brown[checked] .wx-checkbox-input,
radio.brown[checked] .wx-radio-input,
switch.brown.checked .uni-switch-input,
checkbox.brown.checked .uni-checkbox-input,
radio.brown.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #a5673f !important;
border-color: #a5673f !important;
color: #ffffff !important;
2022-12-27 14:17:00 +08:00
}
switch.grey[checked] .wx-switch-input,
checkbox.grey[checked] .wx-checkbox-input,
radio.grey[checked] .wx-radio-input,
switch.grey.checked .uni-switch-input,
checkbox.grey.checked .uni-checkbox-input,
radio.grey.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #8799a3 !important;
border-color: #8799a3 !important;
color: #ffffff !important;
2022-12-27 14:17:00 +08:00
}
switch.gray[checked] .wx-switch-input,
checkbox.gray[checked] .wx-checkbox-input,
radio.gray[checked] .wx-radio-input,
switch.gray.checked .uni-switch-input,
checkbox.gray.checked .uni-checkbox-input,
radio.gray.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #f0f0f0 !important;
border-color: #f0f0f0 !important;
color: #333333 !important;
2022-12-27 14:17:00 +08:00
}
switch.black[checked] .wx-switch-input,
checkbox.black[checked] .wx-checkbox-input,
radio.black[checked] .wx-radio-input,
switch.black.checked .uni-switch-input,
checkbox.black.checked .uni-checkbox-input,
radio.black.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #333333 !important;
border-color: #333333 !important;
color: #ffffff !important;
2022-12-27 14:17:00 +08:00
}
switch.white[checked] .wx-switch-input,
checkbox.white[checked] .wx-checkbox-input,
radio.white[checked] .wx-radio-input,
switch.white.checked .uni-switch-input,
checkbox.white.checked .uni-checkbox-input,
radio.white.checked .uni-radio-input {
2022-12-28 18:33:50 +08:00
background-color: #ffffff !important;
border-color: #ffffff !important;
color: #333333 !important;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
/* -- 实线 -- */
.solid,
.solid-top,
.solid-right,
.solid-bottom,
.solid-left,
.solids,
.solids-top,
.solids-right,
.solids-bottom,
.solids-left,
.dashed,
.dashed-top,
.dashed-right,
.dashed-bottom,
.dashed-left {
2022-12-28 18:33:50 +08:00
position: relative;
2022-12-27 14:17:00 +08:00
}
.solid::after,
.solid-top::after,
.solid-right::after,
.solid-bottom::after,
.solid-left::after,
.solids::after,
.solids-top::after,
.solids-right::after,
.solids-bottom::after,
.solids-left::after,
.dashed::after,
.dashed-top::after,
.dashed-right::after,
.dashed-bottom::after,
.dashed-left::after {
2022-12-28 18:33:50 +08:00
content: " ";
width: 200%;
height: 200%;
position: absolute;
top: 0;
left: 0;
border-radius: inherit;
transform: scale(0.5);
transform-origin: 0 0;
pointer-events: none;
box-sizing: border-box;
2022-12-27 14:17:00 +08:00
}
.solid::after {
2022-12-28 18:33:50 +08:00
border: 1upx solid rgba(0, 0, 0, 0.1);
2022-12-27 14:17:00 +08:00
}
.solid-top::after {
2022-12-28 18:33:50 +08:00
border-top: 1upx solid rgba(0, 0, 0, 0.1);
2022-12-27 14:17:00 +08:00
}
.solid-right::after {
2022-12-28 18:33:50 +08:00
border-right: 1upx solid rgba(0, 0, 0, 0.1);
2022-12-27 14:17:00 +08:00
}
.solid-bottom::after {
2022-12-28 18:33:50 +08:00
border-bottom: 1upx solid rgba(0, 0, 0, 0.1);
2022-12-27 14:17:00 +08:00
}
.solid-left::after {
2022-12-28 18:33:50 +08:00
border-left: 1upx solid rgba(0, 0, 0, 0.1);
2022-12-27 14:17:00 +08:00
}
.solids::after {
2022-12-28 18:33:50 +08:00
border: 8upx solid #eee;
2022-12-27 14:17:00 +08:00
}
.solids-top::after {
2022-12-28 18:33:50 +08:00
border-top: 8upx solid #eee;
2022-12-27 14:17:00 +08:00
}
.solids-right::after {
2022-12-28 18:33:50 +08:00
border-right: 8upx solid #eee;
2022-12-27 14:17:00 +08:00
}
.solids-bottom::after {
2022-12-28 18:33:50 +08:00
border-bottom: 8upx solid #eee;
2022-12-27 14:17:00 +08:00
}
.solids-left::after {
2022-12-28 18:33:50 +08:00
border-left: 8upx solid #eee;
2022-12-27 14:17:00 +08:00
}
/* -- 虚线 -- */
.dashed::after {
2022-12-28 18:33:50 +08:00
border: 1upx dashed #ddd;
2022-12-27 14:17:00 +08:00
}
.dashed-top::after {
2022-12-28 18:33:50 +08:00
border-top: 1upx dashed #ddd;
2022-12-27 14:17:00 +08:00
}
.dashed-right::after {
2022-12-28 18:33:50 +08:00
border-right: 1upx dashed #ddd;
2022-12-27 14:17:00 +08:00
}
.dashed-bottom::after {
2022-12-28 18:33:50 +08:00
border-bottom: 1upx dashed #ddd;
2022-12-27 14:17:00 +08:00
}
.dashed-left::after {
2022-12-28 18:33:50 +08:00
border-left: 1upx dashed #ddd;
2022-12-27 14:17:00 +08:00
}
/* -- 阴影 -- */
.shadow[class*='white'] {
2022-12-28 18:33:50 +08:00
--ShadowSize: 0 1upx 6upx;
2022-12-27 14:17:00 +08:00
}
.shadow-lg {
2022-12-28 18:33:50 +08:00
--ShadowSize: 0upx 40upx 100upx 0upx;
2022-12-27 14:17:00 +08:00
}
.shadow-warp {
2022-12-28 18:33:50 +08:00
position: relative;
box-shadow: 0 0 10upx rgba(0, 0, 0, 0.1);
2022-12-27 14:17:00 +08:00
}
.shadow-warp:before,
.shadow-warp:after {
2022-12-28 18:33:50 +08:00
position: absolute;
content: "";
top: 20upx;
bottom: 30upx;
left: 20upx;
width: 50%;
box-shadow: 0 30upx 20upx rgba(0, 0, 0, 0.2);
transform: rotate(-3deg);
z-index: -1;
2022-12-27 14:17:00 +08:00
}
.shadow-warp:after {
2022-12-28 18:33:50 +08:00
right: 20upx;
left: auto;
transform: rotate(3deg);
2022-12-27 14:17:00 +08:00
}
.shadow-blur {
2022-12-28 18:33:50 +08:00
position: relative;
2022-12-27 14:17:00 +08:00
}
.shadow-blur::before {
2022-12-28 18:33:50 +08:00
content: "";
display: block;
background: inherit;
filter: blur(10upx);
position: absolute;
width: 100%;
height: 100%;
top: 10upx;
left: 10upx;
z-index: -1;
opacity: 0.4;
transform-origin: 0 0;
border-radius: inherit;
transform: scale(1, 1);
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.cu-btn {
2022-12-28 18:33:50 +08:00
position: relative;
border: 0upx;
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
padding: 0 30upx;
font-size: 28upx;
height: 64upx;
line-height: 1;
text-align: center;
text-decoration: none;
overflow: visible;
margin-left: initial;
transform: translate(0upx, 0upx);
margin-right: initial;
2022-12-27 14:17:00 +08:00
}
.cu-btn::after {
2022-12-28 18:33:50 +08:00
display: none;
2022-12-27 14:17:00 +08:00
}
.cu-btn:not([class*="bg-"]) {
2022-12-28 18:33:50 +08:00
background-color: #f0f0f0;
2022-12-27 14:17:00 +08:00
}
.cu-btn[class*="line"] {
2022-12-28 18:33:50 +08:00
background-color: transparent;
2022-12-27 14:17:00 +08:00
}
.cu-btn[class*="line"]::after {
2022-12-28 18:33:50 +08:00
content: " ";
display: block;
width: 200%;
height: 200%;
position: absolute;
top: 0;
left: 0;
border: 1upx solid currentColor;
transform: scale(0.5);
transform-origin: 0 0;
box-sizing: border-box;
border-radius: 12upx;
z-index: 1;
pointer-events: none;
2022-12-27 14:17:00 +08:00
}
.cu-btn.round[class*="line"]::after {
2022-12-28 18:33:50 +08:00
border-radius: 1000upx;
2022-12-27 14:17:00 +08:00
}
.cu-btn[class*="lines"]::after {
2022-12-28 18:33:50 +08:00
border: 6upx solid currentColor;
2022-12-27 14:17:00 +08:00
}
.cu-btn[class*="bg-"]::after {
2022-12-28 18:33:50 +08:00
display: none;
2022-12-27 14:17:00 +08:00
}
.cu-btn.sm {
2022-12-28 18:33:50 +08:00
padding: 0 20upx;
font-size: 20upx;
height: 48upx;
2022-12-27 14:17:00 +08:00
}
.cu-btn.smm {
2022-12-28 18:33:50 +08:00
padding: 0 15upx;
font-size: 15upx;
height: 30upx;
2022-12-27 14:17:00 +08:00
}
.cu-btn.lg {
2022-12-28 18:33:50 +08:00
padding: 0 40upx;
font-size: 32upx;
height: 80upx;
2022-12-27 14:17:00 +08:00
}
.cu-btn.cuIcon.sm {
2022-12-28 18:33:50 +08:00
width: 48upx;
height: 48upx;
2022-12-27 14:17:00 +08:00
}
.cu-btn.cuIcon {
2022-12-28 18:33:50 +08:00
width: 64upx;
height: 64upx;
border-radius: 500upx;
padding: 0;
2022-12-27 14:17:00 +08:00
}
button.cuIcon.lg {
2022-12-28 18:33:50 +08:00
width: 80upx;
height: 80upx;
2022-12-27 14:17:00 +08:00
}
.cu-btn.shadow-blur::before {
2022-12-28 18:33:50 +08:00
top: 4upx;
left: 4upx;
filter: blur(6upx);
opacity: 0.6;
2022-12-27 14:17:00 +08:00
}
.cu-btn.button-hover {
2022-12-28 18:33:50 +08:00
transform: translate(1upx, 1upx);
2022-12-27 14:17:00 +08:00
}
.block {
2022-12-28 18:33:50 +08:00
display: block;
2022-12-27 14:17:00 +08:00
}
.cu-btn.block {
2022-12-28 18:33:50 +08:00
display: flex;
2022-12-27 14:17:00 +08:00
}
.cu-btn[disabled] {
2022-12-28 18:33:50 +08:00
opacity: 0.6;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.cu-tag {
2022-12-28 18:33:50 +08:00
vertical-align: middle;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
2023-04-11 15:17:15 +08:00
padding: 0upx 16rpx;
height: 70rpx;
2022-12-28 18:33:50 +08:00
width: 150rpx;
font-family: Helvetica Neue, Helvetica, sans-serif;
white-space: nowrap;
2022-12-27 14:17:00 +08:00
}
.cu-tag:not([class*="bg"]):not([class*="line"]) {
2022-12-28 18:33:50 +08:00
background-color: #f1f1f1;
2022-12-27 14:17:00 +08:00
}
.cu-tag[class*="line-"]::after {
2022-12-28 18:33:50 +08:00
content: " ";
width: 200%;
height: 200%;
position: absolute;
top: 0;
left: 0;
border: 1upx solid currentColor;
transform: scale(0.5);
transform-origin: 0 0;
box-sizing: border-box;
border-radius: inherit;
z-index: 1;
pointer-events: none;
2022-12-27 14:17:00 +08:00
}
.cu-tag.radius[class*="line"]::after {
2022-12-28 18:33:50 +08:00
border-radius: 12upx;
2022-12-27 14:17:00 +08:00
}
.cu-tag.round[class*="line"]::after {
2022-12-28 18:33:50 +08:00
border-radius: 1000upx;
2022-12-27 14:17:00 +08:00
}
.cu-tag[class*="line-"]::after {
2022-12-28 18:33:50 +08:00
border-radius: 0;
2022-12-27 14:17:00 +08:00
}
.cu-tag+.cu-tag {
2022-12-28 18:33:50 +08:00
margin-left: 10upx;
2022-12-27 14:17:00 +08:00
}
.cu-tag.sm {
2022-12-28 18:33:50 +08:00
font-size: 20upx;
padding: 0upx 12upx;
height: 32upx;
2022-12-27 14:17:00 +08:00
}
.cu-capsule {
2022-12-28 18:33:50 +08:00
display: inline-flex;
vertical-align: middle;
2022-12-27 14:17:00 +08:00
}
.cu-capsule+.cu-capsule {
2022-12-28 18:33:50 +08:00
margin-left: 10upx;
2022-12-27 14:17:00 +08:00
}
.cu-capsule .cu-tag {
2022-12-28 18:33:50 +08:00
margin: 0;
2022-12-27 14:17:00 +08:00
}
.cu-capsule .cu-tag[class*="line-"]:last-child::after {
2022-12-28 18:33:50 +08:00
border-left: 0upx solid transparent;
2022-12-27 14:17:00 +08:00
}
.cu-capsule .cu-tag[class*="line-"]:first-child::after {
2022-12-28 18:33:50 +08:00
border-right: 0upx solid transparent;
2022-12-27 14:17:00 +08:00
}
.cu-capsule.radius .cu-tag:first-child {
2022-12-28 18:33:50 +08:00
border-top-left-radius: 6upx;
border-bottom-left-radius: 6upx;
2022-12-27 14:17:00 +08:00
}
.cu-capsule.radius .cu-tag:last-child::after,
.cu-capsule.radius .cu-tag[class*="line-"] {
2022-12-28 18:33:50 +08:00
border-top-right-radius: 12upx;
border-bottom-right-radius: 12upx;
2022-12-27 14:17:00 +08:00
}
.cu-capsule.round .cu-tag:first-child {
2022-12-28 18:33:50 +08:00
border-top-left-radius: 200upx;
border-bottom-left-radius: 200upx;
text-indent: 4upx;
2022-12-27 14:17:00 +08:00
}
.cu-capsule.round .cu-tag:last-child::after,
.cu-capsule.round .cu-tag:last-child {
2022-12-28 18:33:50 +08:00
border-top-right-radius: 200upx;
border-bottom-right-radius: 200upx;
text-indent: -4upx;
2022-12-27 14:17:00 +08:00
}
.cu-tag.badge {
2022-12-28 18:33:50 +08:00
border-radius: 200upx;
position: absolute;
top: -10upx;
right: -10upx;
font-size: 20upx;
padding: 0upx 10upx;
height: 28upx;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.cu-tag.badge:not([class*="bg-"]) {
2022-12-28 18:33:50 +08:00
background-color: #dd514c;
2022-12-27 14:17:00 +08:00
}
.cu-tag:empty:not([class*="cuIcon-"]) {
2022-12-28 18:33:50 +08:00
padding: 0upx;
width: 16upx;
height: 16upx;
top: -4upx;
right: -4upx;
2022-12-27 14:17:00 +08:00
}
.cu-tag[class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
width: 32upx;
height: 32upx;
top: -4upx;
right: -4upx;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.cu-avatar {
2022-12-28 18:33:50 +08:00
font-variant: small-caps;
margin: 0;
padding: 0;
display: inline-flex;
text-align: center;
justify-content: center;
align-items: center;
background-color: #ccc;
color: #ffffff;
white-space: nowrap;
position: relative;
width: 64upx;
height: 64upx;
background-size: cover;
background-position: center;
vertical-align: middle;
font-size: 1.5em;
2022-12-27 14:17:00 +08:00
}
.cu-avatar.sm {
2022-12-28 18:33:50 +08:00
width: 48upx;
height: 48upx;
font-size: 1em;
2022-12-27 14:17:00 +08:00
}
.cu-avatar.lg {
2022-12-28 18:33:50 +08:00
width: 96upx;
height: 96upx;
font-size: 2em;
2022-12-27 14:17:00 +08:00
}
.cu-avatar.xl {
2022-12-28 18:33:50 +08:00
width: 128upx;
height: 128upx;
font-size: 2.5em;
2022-12-27 14:17:00 +08:00
}
.cu-avatar .avatar-text {
2022-12-28 18:33:50 +08:00
font-size: 0.4em;
2022-12-27 14:17:00 +08:00
}
.cu-avatar-group {
2022-12-28 18:33:50 +08:00
direction: rtl;
unicode-bidi: bidi-override;
padding: 0 10upx 0 40upx;
display: inline-block;
2022-12-27 14:17:00 +08:00
}
.cu-avatar-group .cu-avatar {
2022-12-28 18:33:50 +08:00
margin-left: -30upx;
border: 4upx solid #f1f1f1;
vertical-align: middle;
2022-12-27 14:17:00 +08:00
}
.cu-avatar-group .cu-avatar.sm {
2022-12-28 18:33:50 +08:00
margin-left: -20upx;
border: 1upx solid #f1f1f1;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.cu-progress {
2022-12-28 18:33:50 +08:00
overflow: hidden;
height: 28upx;
background-color: #ebeef5;
display: inline-flex;
align-items: center;
width: 100%;
2022-12-27 14:17:00 +08:00
}
.cu-progress+view,
.cu-progress+text {
2022-12-28 18:33:50 +08:00
line-height: 1;
2022-12-27 14:17:00 +08:00
}
.cu-progress.xs {
2022-12-28 18:33:50 +08:00
height: 10upx;
2022-12-27 14:17:00 +08:00
}
.cu-progress.sm {
2022-12-28 18:33:50 +08:00
height: 20upx;
2022-12-27 14:17:00 +08:00
}
.cu-progress view {
2022-12-28 18:33:50 +08:00
width: 0;
height: 100%;
align-items: center;
display: flex;
justify-items: flex-end;
justify-content: space-around;
font-size: 20upx;
color: #ffffff;
transition: width 0.6s ease;
2022-12-27 14:17:00 +08:00
}
.cu-progress text {
2022-12-28 18:33:50 +08:00
align-items: center;
display: flex;
font-size: 20upx;
color: #333333;
text-indent: 10upx;
2022-12-27 14:17:00 +08:00
}
.cu-progress.text-progress {
2022-12-28 18:33:50 +08:00
padding-right: 60upx;
2022-12-27 14:17:00 +08:00
}
.cu-progress.striped view {
2022-12-28 18:33:50 +08:00
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 72upx 72upx;
2022-12-27 14:17:00 +08:00
}
.cu-progress.active view {
2022-12-28 18:33:50 +08:00
animation: progress-stripes 2s linear infinite;
2022-12-27 14:17:00 +08:00
}
@keyframes progress-stripes {
2022-12-28 18:33:50 +08:00
from {
background-position: 72upx 0;
}
2022-12-27 14:17:00 +08:00
2022-12-28 18:33:50 +08:00
to {
background-position: 0 0;
}
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.cu-load {
2022-12-28 18:33:50 +08:00
display: block;
line-height: 3em;
text-align: center;
2022-12-27 14:17:00 +08:00
}
.cu-load::before {
2022-12-28 18:33:50 +08:00
font-family: "cuIcon";
display: inline-block;
margin-right: 6upx;
2022-12-27 14:17:00 +08:00
}
.cu-load.loading::before {
2022-12-28 18:33:50 +08:00
content: "\e67a";
animation: cuIcon-spin 2s infinite linear;
2022-12-27 14:17:00 +08:00
}
.cu-load.loading::after {
2022-12-28 18:33:50 +08:00
content: "加载中...";
2022-12-27 14:17:00 +08:00
}
.cu-load.over::before {
2022-12-28 18:33:50 +08:00
content: "\e64a";
2022-12-27 14:17:00 +08:00
}
.cu-load.over::after {
2022-12-28 18:33:50 +08:00
content: "没有更多了";
2022-12-27 14:17:00 +08:00
}
.cu-load.erro::before {
2022-12-28 18:33:50 +08:00
content: "\e658";
2022-12-27 14:17:00 +08:00
}
.cu-load.erro::after {
2022-12-28 18:33:50 +08:00
content: "加载失败";
2022-12-27 14:17:00 +08:00
}
.cu-load.load-cuIcon::before {
2022-12-28 18:33:50 +08:00
font-size: 32upx;
2022-12-27 14:17:00 +08:00
}
.cu-load.load-cuIcon::after {
2022-12-28 18:33:50 +08:00
display: none;
2022-12-27 14:17:00 +08:00
}
.cu-load.load-cuIcon.over {
2022-12-28 18:33:50 +08:00
display: none;
2022-12-27 14:17:00 +08:00
}
.cu-load.load-modal {
2022-12-28 18:33:50 +08:00
position: fixed;
top: 0;
right: 0;
bottom: 140upx;
left: 0;
margin: auto;
width: 260upx;
height: 260upx;
background-color: #ffffff;
border-radius: 10upx;
box-shadow: 0 0 0upx 2000upx rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
font-size: 28upx;
z-index: 9999;
line-height: 2.4em;
2022-12-27 14:17:00 +08:00
}
.cu-load.load-modal [class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
font-size: 60upx;
2022-12-27 14:17:00 +08:00
}
.cu-load.load-modal image {
2022-12-28 18:33:50 +08:00
width: 70upx;
height: 70upx;
2022-12-27 14:17:00 +08:00
}
.cu-load.load-modal::after {
2022-12-28 18:33:50 +08:00
content: "";
position: absolute;
background-color: #ffffff;
border-radius: 50%;
width: 200upx;
height: 200upx;
font-size: 10px;
border-top: 6upx solid rgba(0, 0, 0, 0.05);
border-right: 6upx solid rgba(0, 0, 0, 0.05);
border-bottom: 6upx solid rgba(0, 0, 0, 0.05);
border-left: 6upx solid #f37b1d;
animation: cuIcon-spin 1s infinite linear;
z-index: -1;
2022-12-27 14:17:00 +08:00
}
.load-progress {
2022-12-28 18:33:50 +08:00
pointer-events: none;
top: 0;
position: fixed;
width: 100%;
left: 0;
z-index: 2000;
2022-12-27 14:17:00 +08:00
}
.load-progress.hide {
2022-12-28 18:33:50 +08:00
display: none;
2022-12-27 14:17:00 +08:00
}
.load-progress .load-progress-bar {
2022-12-28 18:33:50 +08:00
position: relative;
width: 100%;
height: 4upx;
overflow: hidden;
transition: all 200ms ease 0s;
2022-12-27 14:17:00 +08:00
}
.load-progress .load-progress-spinner {
2022-12-28 18:33:50 +08:00
position: absolute;
top: 10upx;
right: 10upx;
z-index: 2000;
display: block;
2022-12-27 14:17:00 +08:00
}
.load-progress .load-progress-spinner::after {
2022-12-28 18:33:50 +08:00
content: "";
display: block;
width: 24upx;
height: 24upx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: solid 4upx transparent;
border-top-color: inherit;
border-left-color: inherit;
border-radius: 50%;
-webkit-animation: load-progress-spinner 0.4s linear infinite;
animation: load-progress-spinner 0.4s linear infinite;
2022-12-27 14:17:00 +08:00
}
@-webkit-keyframes load-progress-spinner {
2022-12-28 18:33:50 +08:00
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
2022-12-27 14:17:00 +08:00
2022-12-28 18:33:50 +08:00
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
2022-12-27 14:17:00 +08:00
}
@keyframes load-progress-spinner {
2022-12-28 18:33:50 +08:00
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
2022-12-27 14:17:00 +08:00
2022-12-28 18:33:50 +08:00
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.grayscale {
2022-12-28 18:33:50 +08:00
filter: grayscale(1);
2022-12-27 14:17:00 +08:00
}
.cu-list+.cu-list {
2022-12-28 18:33:50 +08:00
margin-top: 30upx
2022-12-27 14:17:00 +08:00
}
.cu-list>.cu-item {
2022-12-28 18:33:50 +08:00
transition: all .6s ease-in-out 0s;
transform: translateX(0upx)
2022-12-27 14:17:00 +08:00
}
.cu-list>.cu-item.move-cur {
2022-12-28 18:33:50 +08:00
transform: translateX(-260upx)
2022-12-27 14:17:00 +08:00
}
.cu-list>.cu-item .move {
2022-12-28 18:33:50 +08:00
position: absolute;
right: 0;
display: flex;
width: 260upx;
height: 100%;
transform: translateX(100%)
2022-12-27 14:17:00 +08:00
}
.cu-list>.cu-item .move view {
2022-12-28 18:33:50 +08:00
display: flex;
flex: 1;
justify-content: center;
align-items: center
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar {
2022-12-28 18:33:50 +08:00
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar>.cu-item {
2022-12-28 18:33:50 +08:00
position: relative;
display: flex;
padding-right: 10upx;
height: 140upx;
background-color: #ffffff;
justify-content: flex-end;
align-items: center
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar>.cu-item>.cu-avatar {
2022-12-28 18:33:50 +08:00
position: absolute;
left: 30upx
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar>.cu-item .flex .text-cut {
2022-12-28 18:33:50 +08:00
max-width: 510upx
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar>.cu-item .content {
2022-12-28 18:33:50 +08:00
position: absolute;
left: 146upx;
width: calc(100% - 96upx - 60upx - 120upx - 20upx);
line-height: 1.6em;
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar>.cu-item .content.flex-sub {
2022-12-28 18:33:50 +08:00
width: calc(100% - 96upx - 60upx - 20upx);
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar>.cu-item .content>view:first-child {
2022-12-28 18:33:50 +08:00
font-size: 30upx;
display: flex;
align-items: center
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar>.cu-item .content .cu-tag.sm {
2022-12-28 18:33:50 +08:00
display: inline-block;
margin-left: 10upx;
height: 28upx;
font-size: 16upx;
line-height: 32upx
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar>.cu-item .action {
2022-12-28 18:33:50 +08:00
width: 100upx;
text-align: center
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar>.cu-item .action view+view {
2022-12-28 18:33:50 +08:00
margin-top: 10upx
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar.comment>.cu-item .content {
2022-12-28 18:33:50 +08:00
position: relative;
left: 0;
width: auto;
flex: 1;
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar.comment>.cu-item {
2022-12-28 18:33:50 +08:00
padding: 30upx 30upx 30upx 120upx;
height: auto
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar.comment .cu-avatar {
2022-12-28 18:33:50 +08:00
align-self: flex-start
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item {
2022-12-28 18:33:50 +08:00
position: relative;
display: flex;
padding: 0 30upx;
min-height: 100upx;
background-color: #ffffff;
justify-content: space-between;
align-items: center
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item:last-child:after {
2022-12-28 18:33:50 +08:00
border: none
2022-12-27 14:17:00 +08:00
}
.cu-list.menu-avatar>.cu-item:after,
.cu-list.menu>.cu-item:after {
2022-12-28 18:33:50 +08:00
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
width: 200%;
height: 200%;
border-bottom: 1upx solid #ddd;
border-radius: inherit;
content: " ";
transform: scale(.5);
transform-origin: 0 0;
pointer-events: none
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item.grayscale {
2022-12-28 18:33:50 +08:00
background-color: #f5f5f5
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item.cur {
2022-12-28 18:33:50 +08:00
background-color: #fcf7e9
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item.arrow {
2022-12-28 18:33:50 +08:00
padding-right: 90upx
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item.arrow:before {
2022-12-28 18:33:50 +08:00
position: absolute;
top: 0;
right: 30upx;
bottom: 0;
display: block;
margin: auto;
width: 30upx;
height: 30upx;
color: #8799a3;
content: "\e6a3";
text-align: center;
font-size: 34upx;
font-family: cuIcon;
line-height: 30upx
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item button.content {
2022-12-28 18:33:50 +08:00
padding: 0;
background-color: transparent;
justify-content: flex-start
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item button.content:after {
2022-12-28 18:33:50 +08:00
display: none
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item .cu-avatar-group .cu-avatar {
2022-12-28 18:33:50 +08:00
border-color: #ffffff
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item .content>view:first-child {
2022-12-28 18:33:50 +08:00
display: flex;
align-items: center
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item .content>text[class*=cuIcon] {
2022-12-28 18:33:50 +08:00
display: inline-block;
margin-right: 10upx;
width: 1.6em;
text-align: center
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item .content>image {
2022-12-28 18:33:50 +08:00
display: inline-block;
margin-right: 10upx;
width: 1.6em;
height: 1.6em;
vertical-align: middle
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item .content {
2022-12-28 18:33:50 +08:00
font-size: 30upx;
line-height: 1.6em;
flex: 1
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item .content .cu-tag.sm {
2022-12-28 18:33:50 +08:00
display: inline-block;
margin-left: 10upx;
height: 28upx;
font-size: 16upx;
line-height: 32upx
2022-12-27 14:17:00 +08:00
}
.cu-list.menu>.cu-item .action .cu-tag:empty {
2022-12-28 18:33:50 +08:00
right: 10upx
2022-12-27 14:17:00 +08:00
}
.cu-list.menu {
2022-12-28 18:33:50 +08:00
display: block;
overflow: hidden
2022-12-27 14:17:00 +08:00
}
.cu-list.menu.sm-border>.cu-item:after {
2022-12-28 18:33:50 +08:00
left: 30upx;
width: calc(200% - 120upx)
2022-12-27 14:17:00 +08:00
}
.cu-list.grid>.cu-item {
2022-12-28 18:33:50 +08:00
position: relative;
display: flex;
padding: 20upx 0 30upx;
transition-duration: 0s;
flex-direction: column
2022-12-27 14:17:00 +08:00
}
.cu-list.grid>.cu-item:after {
2022-12-28 18:33:50 +08:00
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
width: 200%;
height: 200%;
border-right: 1px solid rgba(0, 0, 0, .1);
border-bottom: 1px solid rgba(0, 0, 0, .1);
border-radius: inherit;
content: " ";
transform: scale(.5);
transform-origin: 0 0;
pointer-events: none
2022-12-27 14:17:00 +08:00
}
.cu-list.grid>.cu-item text {
2022-12-28 18:33:50 +08:00
display: block;
margin-top: 10upx;
color: #888;
font-size: 26upx;
line-height: 40upx
2022-12-27 14:17:00 +08:00
}
.cu-list.grid>.cu-item [class*=cuIcon] {
2022-12-28 18:33:50 +08:00
position: relative;
display: block;
margin-top: 20upx;
width: 100%;
font-size: 48upx
2022-12-27 14:17:00 +08:00
}
.cu-list.grid>.cu-item .cu-tag {
2022-12-28 18:33:50 +08:00
right: auto;
left: 50%;
margin-left: 20upx
2022-12-27 14:17:00 +08:00
}
.cu-list.grid {
2022-12-28 18:33:50 +08:00
background-color: #ffffff;
text-align: center
2022-12-27 14:17:00 +08:00
}
.cu-list.grid.no-border>.cu-item {
2022-12-28 18:33:50 +08:00
padding-top: 10upx;
padding-bottom: 20upx
2022-12-27 14:17:00 +08:00
}
.cu-list.grid.no-border>.cu-item:after {
2022-12-28 18:33:50 +08:00
border: none
2022-12-27 14:17:00 +08:00
}
.cu-list.grid.no-border {
2022-12-28 18:33:50 +08:00
padding: 20upx 10upx
2022-12-27 14:17:00 +08:00
}
.cu-list.grid.col-3>.cu-item:nth-child(3n):after,
.cu-list.grid.col-4>.cu-item:nth-child(4n):after,
.cu-list.grid.col-5>.cu-item:nth-child(5n):after {
2022-12-28 18:33:50 +08:00
border-right-width: 0
2022-12-27 14:17:00 +08:00
}
.cu-list.card-menu {
2022-12-28 18:33:50 +08:00
overflow: hidden;
margin-right: 30upx;
margin-left: 30upx;
border-radius: 20upx
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.cu-bar {
2022-12-28 18:33:50 +08:00
display: flex;
position: relative;
align-items: center;
min-height: 100upx;
justify-content: space-between;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action {
2022-12-28 18:33:50 +08:00
display: flex;
align-items: center;
height: 100%;
justify-content: center;
max-width: 100%;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action.border-title {
2022-12-28 18:33:50 +08:00
position: relative;
top: -10upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action.border-title text[class*="bg-"]:last-child {
2022-12-28 18:33:50 +08:00
position: absolute;
bottom: -0.5rem;
min-width: 2rem;
height: 6upx;
left: 0;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action.sub-title {
2022-12-28 18:33:50 +08:00
position: relative;
top: -0.2rem;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action.sub-title text {
2022-12-28 18:33:50 +08:00
position: relative;
z-index: 1;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action.sub-title text[class*="bg-"]:last-child {
2022-12-28 18:33:50 +08:00
position: absolute;
display: inline-block;
bottom: -0.2rem;
border-radius: 6upx;
width: 100%;
height: 0.6rem;
left: 0.6rem;
opacity: 0.3;
z-index: 0;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action.sub-title text[class*="text-"]:last-child {
2022-12-28 18:33:50 +08:00
position: absolute;
display: inline-block;
bottom: -0.7rem;
left: 0.5rem;
opacity: 0.2;
z-index: 0;
text-align: right;
font-weight: 900;
font-size: 36upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar.justify-center .action.border-title text:last-child,
.cu-bar.justify-center .action.sub-title text:last-child {
2022-12-28 18:33:50 +08:00
left: 0;
right: 0;
margin: auto;
text-align: center;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action:first-child {
2022-12-28 18:33:50 +08:00
margin-left: 30upx;
font-size: 30upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action text.text-cut {
2022-12-28 18:33:50 +08:00
text-align: left;
width: 100%;
2022-12-27 14:17:00 +08:00
}
.cu-bar .cu-avatar:first-child {
2022-12-28 18:33:50 +08:00
margin-left: 20upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action:first-child>text[class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
margin-left: -0.3em;
margin-right: 0.3em;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action:last-child {
2022-12-28 18:33:50 +08:00
margin-right: 30upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action>text[class*="cuIcon-"],
.cu-bar .action>view[class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
font-size: 36upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar .action>text[class*="cuIcon-"]+text[class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
margin-left: 0.5em;
2022-12-27 14:17:00 +08:00
}
.cu-bar .content {
2022-12-28 18:33:50 +08:00
position: absolute;
text-align: center;
width: calc(100% - 340upx);
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
height: 60upx;
font-size: 32upx;
line-height: 60upx;
cursor: none;
pointer-events: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
.cu-bar.ios .content {
2022-12-28 18:33:50 +08:00
bottom: 7px;
height: 30px;
font-size: 32upx;
line-height: 30px;
2022-12-27 14:17:00 +08:00
}
.cu-bar.btn-group {
2022-12-28 18:33:50 +08:00
justify-content: space-around;
2022-12-27 14:17:00 +08:00
}
.cu-bar.btn-group button {
2022-12-28 18:33:50 +08:00
padding: 20upx 32upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar.btn-group button {
2022-12-28 18:33:50 +08:00
flex: 1;
margin: 0 20upx;
max-width: 50%;
2022-12-27 14:17:00 +08:00
}
.cu-bar .search-form {
2022-12-28 18:33:50 +08:00
background-color: #f5f5f5;
line-height: 64upx;
height: 64upx;
font-size: 24upx;
color: #333333;
flex: 1;
display: flex;
align-items: center;
margin: 0 30upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar .search-form+.action {
2022-12-28 18:33:50 +08:00
margin-right: 30upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar .search-form input {
2022-12-28 18:33:50 +08:00
flex: 1;
padding-right: 30upx;
height: 64upx;
line-height: 64upx;
font-size: 26upx;
background-color: transparent;
2022-12-27 14:17:00 +08:00
}
.cu-bar .search-form [class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
margin: 0 0.5em 0 0.8em;
2022-12-27 14:17:00 +08:00
}
.cu-bar .search-form [class*="cuIcon-"]::before {
2022-12-28 18:33:50 +08:00
top: 0upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar.fixed,
.nav.fixed {
2022-12-28 18:33:50 +08:00
position: fixed;
width: 100%;
top: 0;
z-index: 1024;
box-shadow: 0 1upx 6upx rgba(0, 0, 0, 0.1);
2022-12-27 14:17:00 +08:00
}
.cu-bar.foot {
2022-12-28 18:33:50 +08:00
position: fixed;
width: 100%;
bottom: 0;
z-index: 1024;
box-shadow: 0 -1upx 6upx rgba(0, 0, 0, 0.1);
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar {
2022-12-28 18:33:50 +08:00
padding: 0;
height: calc(100upx + env(safe-area-inset-bottom) / 2);
padding-bottom: calc(env(safe-area-inset-bottom) / 2);
2022-12-27 14:17:00 +08:00
}
.cu-tabbar-height {
2022-12-28 18:33:50 +08:00
min-height: 100upx;
height: calc(100upx + env(safe-area-inset-bottom) / 2);
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar.shadow {
2022-12-28 18:33:50 +08:00
box-shadow: 0 -1upx 6upx rgba(0, 0, 0, 0.1);
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar .action {
2022-12-28 18:33:50 +08:00
font-size: 22upx;
position: relative;
flex: 1;
text-align: center;
padding: 0;
display: block;
height: auto;
line-height: 1;
margin: 0;
background-color: inherit;
overflow: initial;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar.shop .action {
2022-12-28 18:33:50 +08:00
width: 140upx;
flex: initial;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar .action.add-action {
2022-12-28 18:33:50 +08:00
position: relative;
z-index: 2;
padding-top: 50upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar .action.add-action [class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
position: absolute;
width: 70upx;
z-index: 2;
height: 70upx;
border-radius: 50%;
line-height: 70upx;
font-size: 50upx;
top: -35upx;
left: 0;
right: 0;
margin: auto;
padding: 0;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar .action.add-action::after {
2022-12-28 18:33:50 +08:00
content: "";
position: absolute;
width: 100upx;
height: 100upx;
top: -50upx;
left: 0;
right: 0;
margin: auto;
box-shadow: 0 -3upx 8upx rgba(0, 0, 0, 0.08);
border-radius: 50upx;
background-color: inherit;
z-index: 0;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar .action.add-action::before {
2022-12-28 18:33:50 +08:00
content: "";
position: absolute;
width: 100upx;
height: 30upx;
bottom: 30upx;
left: 0;
right: 0;
margin: auto;
background-color: inherit;
z-index: 1;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar .btn-group {
2022-12-28 18:33:50 +08:00
flex: 1;
display: flex;
justify-content: space-around;
align-items: center;
padding: 0 10upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar button.action::after {
2022-12-28 18:33:50 +08:00
border: 0;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar .action [class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
width: 100upx;
position: relative;
display: block;
height: auto;
margin: 0 auto 10upx;
text-align: center;
font-size: 40upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar .action .cuIcon-cu-image {
2022-12-28 18:33:50 +08:00
margin: 0 auto;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar .action .cuIcon-cu-image image {
2022-12-28 18:33:50 +08:00
width: 50upx;
height: 50upx;
display: inline-block;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar .submit {
2022-12-28 18:33:50 +08:00
align-items: center;
display: flex;
justify-content: center;
text-align: center;
position: relative;
flex: 2;
align-self: stretch;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar .submit:last-child {
2022-12-28 18:33:50 +08:00
flex: 2.6;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar .submit+.submit {
2022-12-28 18:33:50 +08:00
flex: 2;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar.border .action::before {
2022-12-28 18:33:50 +08:00
content: " ";
width: 200%;
height: 200%;
position: absolute;
top: 0;
left: 0;
transform: scale(0.5);
transform-origin: 0 0;
border-right: 1upx solid rgba(0, 0, 0, 0.1);
z-index: 3;
2022-12-27 14:17:00 +08:00
}
.cu-bar.tabbar.border .action:last-child:before {
2022-12-28 18:33:50 +08:00
display: none;
2022-12-27 14:17:00 +08:00
}
.cu-bar.input {
2022-12-28 18:33:50 +08:00
padding-right: 20upx;
background-color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.cu-bar.input input {
2022-12-28 18:33:50 +08:00
overflow: initial;
line-height: 64upx;
height: 64upx;
min-height: 64upx;
flex: 1;
font-size: 30upx;
margin: 0 20upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar.input .action {
2022-12-28 18:33:50 +08:00
margin-left: 20upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar.input .action [class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
font-size: 48upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar.input input+.action {
2022-12-28 18:33:50 +08:00
margin-right: 20upx;
margin-left: 0upx;
2022-12-27 14:17:00 +08:00
}
.cu-bar.input .action:first-child [class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
margin-left: 0upx;
2022-12-27 14:17:00 +08:00
}
.cu-custom {
2022-12-28 18:33:50 +08:00
display: block;
position: relative;
2022-12-27 14:17:00 +08:00
}
.cu-custom .cu-bar .content {
2022-12-28 18:33:50 +08:00
width: calc(100% - 440upx);
2022-12-27 14:17:00 +08:00
}
/* #ifdef MP-ALIPAY */
.cu-custom .cu-bar .action .cuIcon-back {
2022-12-28 18:33:50 +08:00
opacity: 0;
2022-12-27 14:17:00 +08:00
}
/* #endif */
.cu-custom .cu-bar .content image {
2022-12-28 18:33:50 +08:00
height: 60upx;
width: 240upx;
2022-12-27 14:17:00 +08:00
}
.cu-custom .cu-bar {
2022-12-28 18:33:50 +08:00
min-height: 0px;
/* #ifdef MP-WEIXIN */
padding-right: 220upx;
/* #endif */
/* #ifdef MP-ALIPAY */
padding-right: 150upx;
/* #endif */
box-shadow: 0upx 0upx 0upx;
z-index: 9999;
2022-12-27 14:17:00 +08:00
}
.cu-custom .cu-bar .border-custom {
2022-12-28 18:33:50 +08:00
position: relative;
background: rgba(0, 0, 0, 0.15);
border-radius: 1000upx;
height: 30px;
2022-12-27 14:17:00 +08:00
}
.cu-custom .cu-bar .border-custom::after {
2022-12-28 18:33:50 +08:00
content: " ";
width: 200%;
height: 200%;
position: absolute;
top: 0;
left: 0;
border-radius: inherit;
transform: scale(0.5);
transform-origin: 0 0;
pointer-events: none;
box-sizing: border-box;
border: 1upx solid #ffffff;
opacity: 0.5;
2022-12-27 14:17:00 +08:00
}
.cu-custom .cu-bar .border-custom::before {
2022-12-28 18:33:50 +08:00
content: " ";
width: 1upx;
height: 110%;
position: absolute;
top: 22.5%;
left: 0;
right: 0;
margin: auto;
transform: scale(0.5);
transform-origin: 0 0;
pointer-events: none;
box-sizing: border-box;
opacity: 0.6;
background-color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.cu-custom .cu-bar .border-custom text {
2022-12-28 18:33:50 +08:00
display: block;
flex: 1;
margin: auto !important;
text-align: center;
font-size: 34upx;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.nav {
2022-12-28 18:33:50 +08:00
white-space: nowrap;
2022-12-27 14:17:00 +08:00
}
::-webkit-scrollbar {
2022-12-28 18:33:50 +08:00
display: none;
2022-12-27 14:17:00 +08:00
}
.nav .cu-item {
2022-12-28 18:33:50 +08:00
height: 90upx;
display: inline-block;
line-height: 90upx;
margin: 0 10upx;
padding: 0 20upx;
2022-12-27 14:17:00 +08:00
}
.nav .cu-item.cur {
2022-12-28 18:33:50 +08:00
border-bottom: 4upx solid;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.cu-timeline {
2022-12-28 18:33:50 +08:00
display: block;
background-color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.cu-timeline .cu-time {
2022-12-28 18:33:50 +08:00
width: 120upx;
text-align: center;
padding: 20upx 0;
font-size: 26upx;
color: #888;
display: block;
2022-12-27 14:17:00 +08:00
}
.cu-timeline>.cu-item {
2022-12-28 18:33:50 +08:00
padding: 30upx 30upx 30upx 120upx;
position: relative;
display: block;
z-index: 0;
2022-12-27 14:17:00 +08:00
}
.cu-timeline>.cu-item:not([class*="text-"]) {
2022-12-28 18:33:50 +08:00
color: #ccc;
2022-12-27 14:17:00 +08:00
}
.cu-timeline>.cu-item::after {
2022-12-28 18:33:50 +08:00
content: "";
display: block;
position: absolute;
width: 1upx;
background-color: #ddd;
left: 60upx;
height: 100%;
top: 0;
z-index: 8;
2022-12-27 14:17:00 +08:00
}
.cu-timeline>.cu-item::before {
2022-12-28 18:33:50 +08:00
font-family: "cuIcon";
display: block;
position: absolute;
top: 36upx;
z-index: 9;
background-color: #ffffff;
width: 50upx;
height: 50upx;
text-align: center;
border: none;
line-height: 50upx;
left: 36upx;
2022-12-27 14:17:00 +08:00
}
.cu-timeline>.cu-item:not([class*="cuIcon-"])::before {
2022-12-28 18:33:50 +08:00
content: "\e763";
2022-12-27 14:17:00 +08:00
}
.cu-timeline>.cu-item[class*="cuIcon-"]::before {
2022-12-28 18:33:50 +08:00
background-color: #ffffff;
width: 50upx;
height: 50upx;
text-align: center;
border: none;
line-height: 50upx;
left: 36upx;
2022-12-27 14:17:00 +08:00
}
.cu-timeline>.cu-item>.content {
2022-12-28 18:33:50 +08:00
padding: 30upx;
border-radius: 6upx;
display: block;
line-height: 1.6;
2022-12-27 14:17:00 +08:00
}
.cu-timeline>.cu-item>.content:not([class*="bg-"]) {
2022-12-28 18:33:50 +08:00
background-color: #f1f1f1;
color: #333333;
2022-12-27 14:17:00 +08:00
}
.cu-timeline>.cu-item>.content+.content {
2022-12-28 18:33:50 +08:00
margin-top: 20upx;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.cu-chat {
2022-12-28 18:33:50 +08:00
display: flex;
flex-direction: column;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item {
2022-12-28 18:33:50 +08:00
display: flex;
padding: 30upx 30upx 70upx;
position: relative;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item>.cu-avatar {
2022-12-28 18:33:50 +08:00
width: 80upx;
height: 80upx;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item>.main {
2022-12-28 18:33:50 +08:00
max-width: calc(100% - 260upx);
margin: 0 40upx;
display: flex;
align-items: center;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item>image {
2022-12-28 18:33:50 +08:00
height: 320upx;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item>.main .content {
2022-12-28 18:33:50 +08:00
padding: 20upx;
border-radius: 6upx;
display: inline-flex;
max-width: 100%;
align-items: center;
font-size: 30upx;
position: relative;
min-height: 80upx;
line-height: 40upx;
text-align: left;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item>.main .content:not([class*="bg-"]) {
2022-12-28 18:33:50 +08:00
background-color: #ffffff;
color: #333333;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item .date {
2022-12-28 18:33:50 +08:00
position: absolute;
font-size: 24upx;
color: #8799a3;
width: calc(100% - 320upx);
bottom: 20upx;
left: 160upx;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item .action {
2022-12-28 18:33:50 +08:00
padding: 0 30upx;
display: flex;
align-items: center;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item>.main .content::after {
2022-12-28 18:33:50 +08:00
content: "";
top: 27upx;
transform: rotate(45deg);
position: absolute;
z-index: 100;
display: inline-block;
overflow: hidden;
width: 24upx;
height: 24upx;
left: -12upx;
right: initial;
background-color: inherit;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item.self>.main .content::after {
2022-12-28 18:33:50 +08:00
left: auto;
right: -12upx;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item>.main .content::before {
2022-12-28 18:33:50 +08:00
content: "";
top: 30upx;
transform: rotate(45deg);
position: absolute;
z-index: -1;
display: inline-block;
overflow: hidden;
width: 24upx;
height: 24upx;
left: -12upx;
right: initial;
background-color: inherit;
filter: blur(5upx);
opacity: 0.3;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item>.main .content:not([class*="bg-"])::before {
2022-12-28 18:33:50 +08:00
background-color: #333333;
opacity: 0.1;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item.self>.main .content::before {
2022-12-28 18:33:50 +08:00
left: auto;
right: -12upx;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-item.self {
2022-12-28 18:33:50 +08:00
justify-content: flex-end;
text-align: right;
2022-12-27 14:17:00 +08:00
}
.cu-chat .cu-info {
2022-12-28 18:33:50 +08:00
display: inline-block;
margin: 20upx auto;
font-size: 24upx;
padding: 8upx 12upx;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 6upx;
color: #ffffff;
max-width: 400upx;
line-height: 1.4;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.cu-card {
2022-12-28 18:33:50 +08:00
display: block;
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
.cu-card>.cu-item {
2022-12-28 18:33:50 +08:00
display: block;
background-color: #ffffff;
overflow: hidden;
border-radius: 10upx;
margin: 30upx;
2022-12-27 14:17:00 +08:00
}
.cu-card>.cu-item.shadow-blur {
2022-12-28 18:33:50 +08:00
overflow: initial;
2022-12-27 14:17:00 +08:00
}
.cu-card.no-card>.cu-item {
2022-12-28 18:33:50 +08:00
margin: 0upx;
border-radius: 0upx;
2022-12-27 14:17:00 +08:00
}
.cu-card .grid.grid-square {
2022-12-28 18:33:50 +08:00
margin-bottom: -20upx;
2022-12-27 14:17:00 +08:00
}
.cu-card.case .image {
2022-12-28 18:33:50 +08:00
position: relative;
2022-12-27 14:17:00 +08:00
}
.cu-card.case .image image {
2022-12-28 18:33:50 +08:00
width: 100%;
2022-12-27 14:17:00 +08:00
}
.cu-card.case .image .cu-tag {
2022-12-28 18:33:50 +08:00
position: absolute;
right: 0;
top: 0;
2022-12-27 14:17:00 +08:00
}
.cu-card.case .image .cu-bar {
2022-12-28 18:33:50 +08:00
position: absolute;
bottom: 0;
width: 100%;
background-color: transparent;
padding: 0upx 30upx;
2022-12-27 14:17:00 +08:00
}
.cu-card.case.no-card .image {
2022-12-28 18:33:50 +08:00
margin: 30upx 30upx 0;
overflow: hidden;
border-radius: 10upx;
2022-12-27 14:17:00 +08:00
}
.cu-card.dynamic {
2022-12-28 18:33:50 +08:00
display: block;
2022-12-27 14:17:00 +08:00
}
.cu-card.dynamic>.cu-item {
2022-12-28 18:33:50 +08:00
display: block;
background-color: #ffffff;
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
.cu-card.dynamic>.cu-item>.text-content {
2022-12-28 18:33:50 +08:00
padding: 0 30upx 0;
max-height: 6.4em;
overflow: hidden;
font-size: 30upx;
margin-bottom: 20upx;
2022-12-27 14:17:00 +08:00
}
.cu-card.dynamic>.cu-item .square-img {
2022-12-28 18:33:50 +08:00
width: 100%;
height: 200upx;
border-radius: 6upx;
2022-12-27 14:17:00 +08:00
}
.cu-card.dynamic>.cu-item .only-img {
2022-12-28 18:33:50 +08:00
width: 100%;
height: 320upx;
border-radius: 6upx;
2022-12-27 14:17:00 +08:00
}
/* card.dynamic>.cu-item .comment {
padding: 20upx;
background-color: #f1f1f1;
margin: 0 30upx 30upx;
border-radius: 6upx;
} */
.cu-card.article {
2022-12-28 18:33:50 +08:00
display: block;
2022-12-27 14:17:00 +08:00
}
.cu-card.article>.cu-item {
2022-12-28 18:33:50 +08:00
padding-bottom: 30upx;
2022-12-27 14:17:00 +08:00
}
.cu-card.article>.cu-item .title {
2022-12-28 18:33:50 +08:00
font-size: 30upx;
font-weight: 900;
color: #333333;
line-height: 100upx;
padding: 0 30upx;
2022-12-27 14:17:00 +08:00
}
.cu-card.article>.cu-item .content {
2022-12-28 18:33:50 +08:00
display: flex;
padding: 0 30upx;
2022-12-27 14:17:00 +08:00
}
.cu-card.article>.cu-item .content>image {
2022-12-28 18:33:50 +08:00
width: 240upx;
height: 6.4em;
margin-right: 20upx;
border-radius: 6upx;
2022-12-27 14:17:00 +08:00
}
.cu-card.article>.cu-item .content .desc {
2022-12-28 18:33:50 +08:00
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
2022-12-27 14:17:00 +08:00
}
.cu-card.article>.cu-item .content .text-content {
2022-12-28 18:33:50 +08:00
font-size: 28upx;
color: #888;
height: 4.8em;
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.cu-form-group {
2022-12-28 18:33:50 +08:00
background-color: #ffffff;
padding: 1upx 30upx;
display: flex;
align-items: center;
min-height: 100upx;
justify-content: space-between;
2022-12-27 14:17:00 +08:00
}
.cu-form-group+.cu-form-group {
2022-12-28 18:33:50 +08:00
border-top: 1upx solid #eee;
2022-12-27 14:17:00 +08:00
}
.cu-form-group .title {
2022-12-28 18:33:50 +08:00
text-align: justify;
padding-right: 30upx;
font-size: 30upx;
position: relative;
height: 60upx;
line-height: 60upx;
2022-12-27 14:17:00 +08:00
}
.cu-form-group input {
2022-12-28 18:33:50 +08:00
flex: 1;
font-size: 30upx;
color: #555;
padding-right: 20upx;
2022-12-27 14:17:00 +08:00
}
.cu-form-group>text[class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
font-size: 36upx;
padding: 0;
box-sizing: border-box;
2022-12-27 14:17:00 +08:00
}
.cu-form-group textarea {
2022-12-28 18:33:50 +08:00
margin: 32upx 0 30upx;
height: 4.6em;
width: 100%;
line-height: 1.2em;
flex: 1;
font-size: 28upx;
padding: 0;
2022-12-27 14:17:00 +08:00
}
.cu-form-group.align-start .title {
2022-12-28 18:33:50 +08:00
height: 1em;
margin-top: 32upx;
line-height: 1em;
2022-12-27 14:17:00 +08:00
}
.cu-form-group picker {
2022-12-28 18:33:50 +08:00
flex: 1;
padding-right: 40upx;
overflow: hidden;
position: relative;
2022-12-27 14:17:00 +08:00
}
.cu-form-group picker .picker {
2022-12-28 18:33:50 +08:00
line-height: 100upx;
font-size: 28upx;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 100%;
text-align: right;
2022-12-27 14:17:00 +08:00
}
.cu-form-group picker::after {
2022-12-28 18:33:50 +08:00
font-family: cuIcon;
display: block;
content: "\e6a3";
position: absolute;
font-size: 34upx;
color: #8799a3;
line-height: 100upx;
width: 60upx;
text-align: center;
top: 0;
bottom: 0;
right: -20upx;
margin: auto;
2022-12-27 14:17:00 +08:00
}
.cu-form-group textarea[disabled],
.cu-form-group textarea[disabled] .placeholder {
2022-12-28 18:33:50 +08:00
color: transparent;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.cu-modal {
2022-12-28 18:33:50 +08:00
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1110;
opacity: 0;
outline: 0;
text-align: center;
-ms-transform: scale(1.185);
transform: scale(1.185);
backface-visibility: hidden;
perspective: 2000upx;
background: rgba(0, 0, 0, 0.6);
transition: all 0.3s ease-in-out 0s;
pointer-events: none;
2022-12-27 14:17:00 +08:00
}
.cu-modal::before {
2022-12-28 18:33:50 +08:00
content: "\200B";
display: inline-block;
height: 100%;
vertical-align: middle;
2022-12-27 14:17:00 +08:00
}
.cu-modal.show {
2022-12-28 18:33:50 +08:00
opacity: 1;
transition-duration: 0.3s;
-ms-transform: scale(1);
transform: scale(1);
overflow-x: hidden;
overflow-y: auto;
pointer-events: auto;
2022-12-27 14:17:00 +08:00
}
.cu-dialog {
2022-12-28 18:33:50 +08:00
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: auto;
margin-right: auto;
width: 680upx;
max-width: 100%;
background-color: #f8f8f8;
border-radius: 10upx;
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
.cu-modal.bottom-modal::before {
2022-12-28 18:33:50 +08:00
vertical-align: bottom;
2022-12-27 14:17:00 +08:00
}
.cu-modal.bottom-modal .cu-dialog {
2022-12-28 18:33:50 +08:00
width: 100%;
border-radius: 0;
2022-12-27 14:17:00 +08:00
}
.cu-modal.bottom-modal {
2022-12-28 18:33:50 +08:00
margin-bottom: -1000upx;
2022-12-27 14:17:00 +08:00
}
.cu-modal.bottom-modal.show {
2022-12-28 18:33:50 +08:00
margin-bottom: 0;
2022-12-27 14:17:00 +08:00
}
.cu-modal.drawer-modal {
2022-12-28 18:33:50 +08:00
transform: scale(1);
display: flex;
2022-12-27 14:17:00 +08:00
}
.cu-modal.drawer-modal .cu-dialog {
2022-12-28 18:33:50 +08:00
height: 100%;
min-width: 200upx;
border-radius: 0;
margin: initial;
transition-duration: 0.3s;
2022-12-27 14:17:00 +08:00
}
.cu-modal.drawer-modal.justify-start .cu-dialog {
2022-12-28 18:33:50 +08:00
transform: translateX(-100%);
2022-12-27 14:17:00 +08:00
}
.cu-modal.drawer-modal.justify-end .cu-dialog {
2022-12-28 18:33:50 +08:00
transform: translateX(100%);
2022-12-27 14:17:00 +08:00
}
.cu-modal.drawer-modal.show .cu-dialog {
2022-12-28 18:33:50 +08:00
transform: translateX(0%);
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
.cu-modal .cu-dialog>.cu-bar:first-child .action {
2022-12-27 14:17:00 +08:00
min-width: 100rpx;
margin-right: 0;
min-height: 100rpx;
}
2022-12-28 18:33:50 +08:00
2022-12-27 14:17:00 +08:00
/* ==================
==================== */
swiper .a-swiper-dot {
2022-12-28 18:33:50 +08:00
display: inline-block;
width: 16upx;
height: 16upx;
background: rgba(0, 0, 0, .3);
border-radius: 50%;
vertical-align: middle;
2022-12-27 14:17:00 +08:00
}
swiper[class*="-dot"] .wx-swiper-dots,
swiper[class*="-dot"] .a-swiper-dots,
swiper[class*="-dot"] .uni-swiper-dots {
2022-12-28 18:33:50 +08:00
display: flex;
align-items: center;
width: 100%;
justify-content: center;
2022-12-27 14:17:00 +08:00
}
swiper.square-dot .wx-swiper-dot,
swiper.square-dot .a-swiper-dot,
swiper.square-dot .uni-swiper-dot {
2022-12-28 18:33:50 +08:00
background-color: #ffffff;
opacity: 0.4;
width: 10upx;
height: 10upx;
border-radius: 20upx;
margin: 0 8upx !important;
2022-12-27 14:17:00 +08:00
}
swiper.square-dot .wx-swiper-dot.wx-swiper-dot-active,
swiper.square-dot .a-swiper-dot.a-swiper-dot-active,
swiper.square-dot .uni-swiper-dot.uni-swiper-dot-active {
2022-12-28 18:33:50 +08:00
opacity: 1;
width: 30upx;
2022-12-27 14:17:00 +08:00
}
swiper.round-dot .wx-swiper-dot,
swiper.round-dot .a-swiper-dot,
swiper.round-dot .uni-swiper-dot {
2022-12-28 18:33:50 +08:00
width: 10upx;
height: 10upx;
position: relative;
margin: 4upx 8upx !important;
2022-12-27 14:17:00 +08:00
}
swiper.round-dot .wx-swiper-dot.wx-swiper-dot-active::after,
swiper.round-dot .a-swiper-dot.a-swiper-dot-active::after,
swiper.round-dot .uni-swiper-dot.uni-swiper-dot-active::after {
2022-12-28 18:33:50 +08:00
content: "";
position: absolute;
width: 10upx;
height: 10upx;
top: 0upx;
left: 0upx;
right: 0;
bottom: 0;
margin: auto;
background-color: #ffffff;
border-radius: 20upx;
2022-12-27 14:17:00 +08:00
}
swiper.round-dot .wx-swiper-dot.wx-swiper-dot-active,
swiper.round-dot .a-swiper-dot.a-swiper-dot-active,
swiper.round-dot .uni-swiper-dot.uni-swiper-dot-active {
2022-12-28 18:33:50 +08:00
width: 18upx;
height: 18upx;
2022-12-27 14:17:00 +08:00
}
.screen-swiper {
2022-12-28 18:33:50 +08:00
/* min-height: 375upx; */
2022-12-27 14:17:00 +08:00
}
.screen-swiper image,
.screen-swiper video,
.swiper-item image,
.swiper-item video {
2022-12-28 18:33:50 +08:00
width: 100%;
display: block;
height: 100%;
margin: 0;
pointer-events: none;
2022-12-27 14:17:00 +08:00
}
.card-swiper {
2022-12-28 18:33:50 +08:00
height: 420upx !important;
2022-12-27 14:17:00 +08:00
}
.card-swiper swiper-item {
2022-12-28 18:33:50 +08:00
width: 610upx !important;
left: 70upx;
box-sizing: border-box;
padding: 40upx 0upx 70upx;
overflow: initial;
2022-12-27 14:17:00 +08:00
}
.card-swiper swiper-item .swiper-item {
2022-12-28 18:33:50 +08:00
width: 100%;
display: block;
height: 100%;
border-radius: 10upx;
transform: scale(0.9);
transition: all 0.2s ease-in 0s;
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
.card-swiper swiper-item.cur .swiper-item {
2022-12-28 18:33:50 +08:00
transform: none;
transition: all 0.2s ease-in 0s;
2022-12-27 14:17:00 +08:00
}
.tower-swiper {
2022-12-28 18:33:50 +08:00
height: 420upx;
position: relative;
max-width: 750upx;
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
.tower-swiper .tower-item {
2022-12-28 18:33:50 +08:00
position: absolute;
width: 300upx;
height: 380upx;
top: 0;
bottom: 0;
left: 50%;
margin: auto;
transition: all 0.2s ease-in 0s;
opacity: 1;
2022-12-27 14:17:00 +08:00
}
.tower-swiper .tower-item.none {
2022-12-28 18:33:50 +08:00
opacity: 0;
2022-12-27 14:17:00 +08:00
}
.tower-swiper .tower-item .swiper-item {
2022-12-28 18:33:50 +08:00
width: 100%;
height: 100%;
border-radius: 6upx;
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.cu-steps {
2022-12-28 18:33:50 +08:00
display: flex;
2022-12-27 14:17:00 +08:00
}
scroll-view.cu-steps {
2022-12-28 18:33:50 +08:00
display: block;
white-space: nowrap;
2022-12-27 14:17:00 +08:00
}
scroll-view.cu-steps .cu-item {
2022-12-28 18:33:50 +08:00
display: inline-block;
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item {
2022-12-28 18:33:50 +08:00
flex: 1;
text-align: center;
position: relative;
min-width: 100upx;
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item:not([class*="text-"]) {
2022-12-28 18:33:50 +08:00
color: #8799a3;
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item [class*="cuIcon-"],
.cu-steps .cu-item .num {
2022-12-28 18:33:50 +08:00
display: block;
font-size: 40upx;
line-height: 80upx;
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item::before,
.cu-steps .cu-item::after,
.cu-steps.steps-arrow .cu-item::before,
.cu-steps.steps-arrow .cu-item::after {
2022-12-28 18:33:50 +08:00
content: "";
display: block;
position: absolute;
height: 0px;
width: calc(100% - 80upx);
border-bottom: 1px solid #ccc;
left: calc(0px - (100% - 80upx) / 2);
top: 40upx;
z-index: 0;
2022-12-27 14:17:00 +08:00
}
.cu-steps.steps-arrow .cu-item::before,
.cu-steps.steps-arrow .cu-item::after {
2022-12-28 18:33:50 +08:00
content: "\e6a3";
font-family: 'cuIcon';
height: 30upx;
border-bottom-width: 0px;
line-height: 30upx;
top: 0;
bottom: 0;
margin: auto;
color: #ccc;
2022-12-27 14:17:00 +08:00
}
.cu-steps.steps-bottom .cu-item::before,
.cu-steps.steps-bottom .cu-item::after {
2022-12-28 18:33:50 +08:00
bottom: 40upx;
top: initial;
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item::after {
2022-12-28 18:33:50 +08:00
border-bottom: 1px solid currentColor;
width: 0px;
transition: all 0.3s ease-in-out 0s;
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item[class*="text-"]::after {
2022-12-28 18:33:50 +08:00
width: calc(100% - 80upx);
color: currentColor;
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item:first-child::before,
.cu-steps .cu-item:first-child::after {
2022-12-28 18:33:50 +08:00
display: none;
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item .num {
2022-12-28 18:33:50 +08:00
width: 40upx;
height: 40upx;
border-radius: 50%;
line-height: 40upx;
margin: 20upx auto;
font-size: 24upx;
border: 1px solid currentColor;
position: relative;
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item[class*="text-"] .num {
2022-12-28 18:33:50 +08:00
background-color: currentColor;
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item .num::before,
.cu-steps .cu-item .num::after {
2022-12-28 18:33:50 +08:00
content: attr(data-index);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
transition: all 0.3s ease-in-out 0s;
transform: translateY(0upx);
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item[class*="text-"] .num::before {
2022-12-28 18:33:50 +08:00
transform: translateY(-40upx);
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item .num::after {
2022-12-28 18:33:50 +08:00
transform: translateY(40upx);
color: #ffffff;
transition: all 0.3s ease-in-out 0s;
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item[class*="text-"] .num::after {
2022-12-28 18:33:50 +08:00
content: "\e645";
font-family: 'cuIcon';
color: #ffffff;
transform: translateY(0upx);
2022-12-27 14:17:00 +08:00
}
.cu-steps .cu-item[class*="text-"] .num.err::after {
2022-12-28 18:33:50 +08:00
content: "\e646";
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
/* -- flex弹性布局 -- */
.flex {
2022-12-28 18:33:50 +08:00
display: flex;
2022-12-27 14:17:00 +08:00
}
.basis-xs {
2022-12-28 18:33:50 +08:00
flex-basis: 20%;
2022-12-27 14:17:00 +08:00
}
.basis-sm {
2022-12-28 18:33:50 +08:00
flex-basis: 40%;
2022-12-27 14:17:00 +08:00
}
.basis-df {
2022-12-28 18:33:50 +08:00
flex-basis: 50%;
2022-12-27 14:17:00 +08:00
}
.basis-lg {
2022-12-28 18:33:50 +08:00
flex-basis: 60%;
2022-12-27 14:17:00 +08:00
}
.basis-xl {
2022-12-28 18:33:50 +08:00
flex-basis: 80%;
2022-12-27 14:17:00 +08:00
}
.flex-sub {
2022-12-28 18:33:50 +08:00
flex: 1;
2022-12-27 14:17:00 +08:00
}
.flex-twice {
2022-12-28 18:33:50 +08:00
flex: 2;
2022-12-27 14:17:00 +08:00
}
.flex-treble {
2022-12-28 18:33:50 +08:00
flex: 3;
2022-12-27 14:17:00 +08:00
}
.flex-direction {
2022-12-28 18:33:50 +08:00
flex-direction: column;
2022-12-27 14:17:00 +08:00
}
.flex-wrap {
2022-12-28 18:33:50 +08:00
flex-wrap: wrap;
2022-12-27 14:17:00 +08:00
}
.align-start {
2022-12-28 18:33:50 +08:00
align-items: flex-start;
2022-12-27 14:17:00 +08:00
}
.align-end {
2022-12-28 18:33:50 +08:00
align-items: flex-end;
2022-12-27 14:17:00 +08:00
}
.align-center {
2022-12-28 18:33:50 +08:00
align-items: center;
2022-12-27 14:17:00 +08:00
}
.align-stretch {
2022-12-28 18:33:50 +08:00
align-items: stretch;
2022-12-27 14:17:00 +08:00
}
.self-start {
2022-12-28 18:33:50 +08:00
align-self: flex-start;
2022-12-27 14:17:00 +08:00
}
.self-center {
2022-12-28 18:33:50 +08:00
align-self: flex-center;
2022-12-27 14:17:00 +08:00
}
.self-end {
2022-12-28 18:33:50 +08:00
align-self: flex-end;
2022-12-27 14:17:00 +08:00
}
.self-stretch {
2022-12-28 18:33:50 +08:00
align-self: stretch;
2022-12-27 14:17:00 +08:00
}
.align-stretch {
2022-12-28 18:33:50 +08:00
align-items: stretch;
2022-12-27 14:17:00 +08:00
}
.justify-start {
2022-12-28 18:33:50 +08:00
justify-content: flex-start;
2022-12-27 14:17:00 +08:00
}
.justify-end {
2022-12-28 18:33:50 +08:00
justify-content: flex-end;
2022-12-27 14:17:00 +08:00
}
.justify-center {
2022-12-28 18:33:50 +08:00
justify-content: center;
2022-12-27 14:17:00 +08:00
}
.justify-between {
2022-12-28 18:33:50 +08:00
justify-content: space-between;
2022-12-27 14:17:00 +08:00
}
.justify-around {
2022-12-28 18:33:50 +08:00
justify-content: space-around;
2022-12-27 14:17:00 +08:00
}
/* grid布局 */
.grid {
2022-12-28 18:33:50 +08:00
display: flex;
flex-wrap: wrap;
2022-12-27 14:17:00 +08:00
}
.grid.grid-square {
2022-12-28 18:33:50 +08:00
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
.grid.grid-square .cu-tag {
2022-12-28 18:33:50 +08:00
position: absolute;
right: 0;
top: 0;
border-bottom-left-radius: 6upx;
padding: 6upx 12upx;
height: auto;
background-color: rgba(0, 0, 0, 0.5);
2022-12-27 14:17:00 +08:00
}
.grid.grid-square>view>text[class*="cuIcon-"] {
2022-12-28 18:33:50 +08:00
font-size: 52upx;
position: absolute;
color: #8799a3;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
2022-12-27 14:17:00 +08:00
}
.grid.grid-square>view {
2022-12-28 18:33:50 +08:00
margin-right: 20upx;
margin-bottom: 20upx;
border-radius: 6upx;
position: relative;
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
2022-12-27 14:17:00 +08:00
.grid.grid-square>view.bg-img image {
2022-12-28 18:33:50 +08:00
width: 100%;
height: 100%;
position: absolute;
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
2022-12-27 14:17:00 +08:00
.grid.col-1.grid-square>view {
2022-12-28 18:33:50 +08:00
padding-bottom: 100%;
height: 0;
margin-right: 0;
2022-12-27 14:17:00 +08:00
}
.grid.col-2.grid-square>view {
2022-12-28 18:33:50 +08:00
padding-bottom: calc((100% - 20upx)/2);
height: 0;
width: calc((100% - 20upx)/2);
2022-12-27 14:17:00 +08:00
}
.grid.col-3.grid-square>view {
2022-12-28 18:33:50 +08:00
padding-bottom: calc((100% - 40upx)/3);
height: 0;
width: calc((100% - 40upx)/3);
2022-12-27 14:17:00 +08:00
}
.grid.col-4.grid-square>view {
2022-12-28 18:33:50 +08:00
padding-bottom: calc((100% - 60upx)/4);
height: 0;
width: calc((100% - 60upx)/4);
2022-12-27 14:17:00 +08:00
}
.grid.col-5.grid-square>view {
2022-12-28 18:33:50 +08:00
padding-bottom: calc((100% - 80upx)/5);
height: 0;
width: calc((100% - 80upx)/5);
2022-12-27 14:17:00 +08:00
}
.grid.col-2.grid-square>view:nth-child(2n),
.grid.col-3.grid-square>view:nth-child(3n),
.grid.col-4.grid-square>view:nth-child(4n),
.grid.col-5.grid-square>view:nth-child(5n) {
2022-12-28 18:33:50 +08:00
margin-right: 0;
2022-12-27 14:17:00 +08:00
}
.grid.col-1>view {
2022-12-28 18:33:50 +08:00
width: 100%;
2022-12-27 14:17:00 +08:00
}
.grid.col-2>view {
2022-12-28 18:33:50 +08:00
width: 50%;
2022-12-27 14:17:00 +08:00
}
.grid.col-3>view {
2022-12-28 18:33:50 +08:00
width: 33.33%;
2022-12-27 14:17:00 +08:00
}
.grid.col-4>view {
2022-12-28 18:33:50 +08:00
width: 25%;
2022-12-27 14:17:00 +08:00
}
.grid.col-5>view {
2022-12-28 18:33:50 +08:00
width: 20%;
2022-12-27 14:17:00 +08:00
}
/* -- 内外边距 -- */
.margin-0 {
2022-12-28 18:33:50 +08:00
margin: 0;
2022-12-27 14:17:00 +08:00
}
.margin-xs {
2022-12-28 18:33:50 +08:00
margin: 10upx;
2022-12-27 14:17:00 +08:00
}
.margin-sm {
2022-12-28 18:33:50 +08:00
margin: 20upx;
2022-12-27 14:17:00 +08:00
}
.margin {
2022-12-28 18:33:50 +08:00
margin: 30upx;
2022-12-27 14:17:00 +08:00
}
.margin-lg {
2022-12-28 18:33:50 +08:00
margin: 40upx;
2022-12-27 14:17:00 +08:00
}
.margin-xl {
2022-12-28 18:33:50 +08:00
margin: 50upx;
2022-12-27 14:17:00 +08:00
}
.margin-top-xs {
2022-12-28 18:33:50 +08:00
margin-top: 10upx;
2022-12-27 14:17:00 +08:00
}
.margin-top-sm {
2022-12-28 18:33:50 +08:00
margin-top: 20upx;
2022-12-27 14:17:00 +08:00
}
.margin-top {
2022-12-28 18:33:50 +08:00
margin-top: 30upx;
2022-12-27 14:17:00 +08:00
}
.margin-top-lg {
2022-12-28 18:33:50 +08:00
margin-top: 40upx;
2022-12-27 14:17:00 +08:00
}
.margin-top-xl {
2022-12-28 18:33:50 +08:00
margin-top: 50upx;
2022-12-27 14:17:00 +08:00
}
.margin-right-xs {
2022-12-28 18:33:50 +08:00
margin-right: 10upx;
2022-12-27 14:17:00 +08:00
}
.margin-right-sm {
2022-12-28 18:33:50 +08:00
margin-right: 20upx;
2022-12-27 14:17:00 +08:00
}
.margin-right {
2022-12-28 18:33:50 +08:00
margin-right: 30upx;
2022-12-27 14:17:00 +08:00
}
.margin-right-lg {
2022-12-28 18:33:50 +08:00
margin-right: 40upx;
2022-12-27 14:17:00 +08:00
}
.margin-right-xl {
2022-12-28 18:33:50 +08:00
margin-right: 50upx;
2022-12-27 14:17:00 +08:00
}
.margin-bottom-xs {
2022-12-28 18:33:50 +08:00
margin-bottom: 10upx;
2022-12-27 14:17:00 +08:00
}
.margin-bottom-sm {
2022-12-28 18:33:50 +08:00
margin-bottom: 20upx;
2022-12-27 14:17:00 +08:00
}
.margin-bottom {
2022-12-28 18:33:50 +08:00
margin-bottom: 30upx;
2022-12-27 14:17:00 +08:00
}
.margin-bottom-lg {
2022-12-28 18:33:50 +08:00
margin-bottom: 40upx;
2022-12-27 14:17:00 +08:00
}
.margin-bottom-xl {
2022-12-28 18:33:50 +08:00
margin-bottom: 50upx;
2022-12-27 14:17:00 +08:00
}
.margin-left-xs {
2022-12-28 18:33:50 +08:00
margin-left: 10upx;
2022-12-27 14:17:00 +08:00
}
.margin-left-sm {
2022-12-28 18:33:50 +08:00
margin-left: 20upx;
2022-12-27 14:17:00 +08:00
}
.margin-left {
2022-12-28 18:33:50 +08:00
margin-left: 30upx;
2022-12-27 14:17:00 +08:00
}
.margin-left-lg {
2022-12-28 18:33:50 +08:00
margin-left: 40upx;
2022-12-27 14:17:00 +08:00
}
.margin-left-xl {
2022-12-28 18:33:50 +08:00
margin-left: 50upx;
2022-12-27 14:17:00 +08:00
}
.margin-lr-xs {
2022-12-28 18:33:50 +08:00
margin-left: 10upx;
margin-right: 10upx;
2022-12-27 14:17:00 +08:00
}
.margin-lr-sm {
2022-12-28 18:33:50 +08:00
margin-left: 20upx;
margin-right: 20upx;
2022-12-27 14:17:00 +08:00
}
.margin-lr {
2022-12-28 18:33:50 +08:00
margin-left: 30upx;
margin-right: 30upx;
2022-12-27 14:17:00 +08:00
}
.margin-lr-lg {
2022-12-28 18:33:50 +08:00
margin-left: 40upx;
margin-right: 40upx;
2022-12-27 14:17:00 +08:00
}
.margin-lr-xl {
2022-12-28 18:33:50 +08:00
margin-left: 50upx;
margin-right: 50upx;
2022-12-27 14:17:00 +08:00
}
.margin-tb-xs {
2022-12-28 18:33:50 +08:00
margin-top: 10upx;
margin-bottom: 10upx;
2022-12-27 14:17:00 +08:00
}
.margin-tb-sm {
2022-12-28 18:33:50 +08:00
margin-top: 20upx;
margin-bottom: 20upx;
2022-12-27 14:17:00 +08:00
}
.margin-tb {
2022-12-28 18:33:50 +08:00
margin-top: 30upx;
margin-bottom: 30upx;
2022-12-27 14:17:00 +08:00
}
.margin-tb-lg {
2022-12-28 18:33:50 +08:00
margin-top: 40upx;
margin-bottom: 40upx;
2022-12-27 14:17:00 +08:00
}
.margin-tb-xl {
2022-12-28 18:33:50 +08:00
margin-top: 50upx;
margin-bottom: 50upx;
2022-12-27 14:17:00 +08:00
}
.padding-0 {
2022-12-28 18:33:50 +08:00
padding: 0;
2022-12-27 14:17:00 +08:00
}
.padding-xs {
2022-12-28 18:33:50 +08:00
padding: 10upx;
2022-12-27 14:17:00 +08:00
}
.padding-sm {
2022-12-28 18:33:50 +08:00
padding: 20upx;
2022-12-27 14:17:00 +08:00
}
.padding {
2022-12-28 18:33:50 +08:00
padding: 30upx;
2022-12-27 14:17:00 +08:00
}
.padding-lg {
2022-12-28 18:33:50 +08:00
padding: 40upx;
2022-12-27 14:17:00 +08:00
}
.padding-xl {
2022-12-28 18:33:50 +08:00
padding: 50upx;
2022-12-27 14:17:00 +08:00
}
.padding-top-xs {
2022-12-28 18:33:50 +08:00
padding-top: 10upx;
2022-12-27 14:17:00 +08:00
}
.padding-top-sm {
2022-12-28 18:33:50 +08:00
padding-top: 20upx;
2022-12-27 14:17:00 +08:00
}
.padding-top {
2022-12-28 18:33:50 +08:00
padding-top: 30upx;
2022-12-27 14:17:00 +08:00
}
.padding-top-lg {
2022-12-28 18:33:50 +08:00
padding-top: 40upx;
2022-12-27 14:17:00 +08:00
}
.padding-top-xl {
2022-12-28 18:33:50 +08:00
padding-top: 50upx;
2022-12-27 14:17:00 +08:00
}
.padding-right-xs {
2022-12-28 18:33:50 +08:00
padding-right: 10upx;
2022-12-27 14:17:00 +08:00
}
.padding-right-sm {
2022-12-28 18:33:50 +08:00
padding-right: 20upx;
2022-12-27 14:17:00 +08:00
}
.padding-right {
2022-12-28 18:33:50 +08:00
padding-right: 30upx;
2022-12-27 14:17:00 +08:00
}
.padding-right-lg {
2022-12-28 18:33:50 +08:00
padding-right: 40upx;
2022-12-27 14:17:00 +08:00
}
.padding-right-xl {
2022-12-28 18:33:50 +08:00
padding-right: 50upx;
2022-12-27 14:17:00 +08:00
}
.padding-bottom-xs {
2022-12-28 18:33:50 +08:00
padding-bottom: 10upx;
2022-12-27 14:17:00 +08:00
}
.padding-bottom-sm {
2022-12-28 18:33:50 +08:00
padding-bottom: 20upx;
2022-12-27 14:17:00 +08:00
}
.padding-bottom {
2022-12-28 18:33:50 +08:00
padding-bottom: 30upx;
2022-12-27 14:17:00 +08:00
}
.padding-bottom-lg {
2022-12-28 18:33:50 +08:00
padding-bottom: 40upx;
2022-12-27 14:17:00 +08:00
}
.padding-bottom-xl {
2022-12-28 18:33:50 +08:00
padding-bottom: 50upx;
2022-12-27 14:17:00 +08:00
}
.padding-left-xs {
2022-12-28 18:33:50 +08:00
padding-left: 10upx;
2022-12-27 14:17:00 +08:00
}
.padding-left-sm {
2022-12-28 18:33:50 +08:00
padding-left: 20upx;
2022-12-27 14:17:00 +08:00
}
.padding-left {
2022-12-28 18:33:50 +08:00
padding-left: 30upx;
2022-12-27 14:17:00 +08:00
}
.padding-left-lg {
2022-12-28 18:33:50 +08:00
padding-left: 40upx;
2022-12-27 14:17:00 +08:00
}
.padding-left-xl {
2022-12-28 18:33:50 +08:00
padding-left: 50upx;
2022-12-27 14:17:00 +08:00
}
.padding-lr-xs {
2022-12-28 18:33:50 +08:00
padding-left: 10upx;
padding-right: 10upx;
2022-12-27 14:17:00 +08:00
}
.padding-lr-sm {
2022-12-28 18:33:50 +08:00
padding-left: 20upx;
padding-right: 20upx;
2022-12-27 14:17:00 +08:00
}
.padding-lr {
2022-12-28 18:33:50 +08:00
padding-left: 30upx;
padding-right: 30upx;
2022-12-27 14:17:00 +08:00
}
.padding-lr-lg {
2022-12-28 18:33:50 +08:00
padding-left: 40upx;
padding-right: 40upx;
2022-12-27 14:17:00 +08:00
}
.padding-lr-xl {
2022-12-28 18:33:50 +08:00
padding-left: 50upx;
padding-right: 50upx;
2022-12-27 14:17:00 +08:00
}
.padding-tb-xs {
2022-12-28 18:33:50 +08:00
padding-top: 10upx;
padding-bottom: 10upx;
2022-12-27 14:17:00 +08:00
}
.padding-tb-sm {
2022-12-28 18:33:50 +08:00
padding-top: 20upx;
padding-bottom: 20upx;
2022-12-27 14:17:00 +08:00
}
.padding-tb {
2022-12-28 18:33:50 +08:00
padding-top: 30upx;
padding-bottom: 30upx;
2022-12-27 14:17:00 +08:00
}
.padding-tb-lg {
2022-12-28 18:33:50 +08:00
padding-top: 40upx;
padding-bottom: 40upx;
2022-12-27 14:17:00 +08:00
}
.padding-tb-xl {
2022-12-28 18:33:50 +08:00
padding-top: 50upx;
padding-bottom: 50upx;
2022-12-27 14:17:00 +08:00
}
/* -- 浮动 -- */
.cf::after,
.cf::before {
2022-12-28 18:33:50 +08:00
content: " ";
display: table;
2022-12-27 14:17:00 +08:00
}
.cf::after {
2022-12-28 18:33:50 +08:00
clear: both;
2022-12-27 14:17:00 +08:00
}
.fl {
2022-12-28 18:33:50 +08:00
float: left;
2022-12-27 14:17:00 +08:00
}
.fr {
2022-12-28 18:33:50 +08:00
float: right;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.line-red::after,
.lines-red::after {
2022-12-28 18:33:50 +08:00
border-color: #e54d42;
2022-12-27 14:17:00 +08:00
}
.line-orange::after,
.lines-orange::after {
2022-12-28 18:33:50 +08:00
border-color: #f37b1d;
2022-12-27 14:17:00 +08:00
}
.line-yellow::after,
.lines-yellow::after {
2022-12-28 18:33:50 +08:00
border-color: #fbbd08;
2022-12-27 14:17:00 +08:00
}
.line-olive::after,
.lines-olive::after {
2022-12-28 18:33:50 +08:00
border-color: #8dc63f;
2022-12-27 14:17:00 +08:00
}
.line-green::after,
.lines-green::after {
2022-12-28 18:33:50 +08:00
border-color: #39b54a;
2022-12-27 14:17:00 +08:00
}
.line-cyan::after,
.lines-cyan::after {
2022-12-28 18:33:50 +08:00
border-color: #1cbbb4;
2022-12-27 14:17:00 +08:00
}
.line-blue::after,
.lines-blue::after {
2022-12-28 18:33:50 +08:00
border-color: #0081ff;
2022-12-27 14:17:00 +08:00
}
.line-purple::after,
.lines-purple::after {
2022-12-28 18:33:50 +08:00
border-color: #6739b6;
2022-12-27 14:17:00 +08:00
}
.line-mauve::after,
.lines-mauve::after {
2022-12-28 18:33:50 +08:00
border-color: #9c26b0;
2022-12-27 14:17:00 +08:00
}
.line-pink::after,
.lines-pink::after {
2022-12-28 18:33:50 +08:00
border-color: #e03997;
2022-12-27 14:17:00 +08:00
}
.line-brown::after,
.lines-brown::after {
2022-12-28 18:33:50 +08:00
border-color: #a5673f;
2022-12-27 14:17:00 +08:00
}
.line-grey::after,
.lines-grey::after {
2022-12-28 18:33:50 +08:00
border-color: #8799a3;
2022-12-27 14:17:00 +08:00
}
.line-gray::after,
.lines-gray::after {
2022-12-28 18:33:50 +08:00
border-color: #aaaaaa;
2022-12-27 14:17:00 +08:00
}
.line-black::after,
.lines-black::after {
2022-12-28 18:33:50 +08:00
border-color: #333333;
2022-12-27 14:17:00 +08:00
}
.line-white::after,
.lines-white::after {
2022-12-28 18:33:50 +08:00
border-color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-red {
2022-12-28 18:33:50 +08:00
background-color: #e54d42;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-orange {
2022-12-28 18:33:50 +08:00
background-color: #f37b1d;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
.bg-user-orang {
2023-02-17 18:12:22 +08:00
background-color:rgba($main-color,0.1);
2022-12-28 18:33:50 +08:00
color: black;
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
.bg-to-color {
background-color: #F5F5F5;
color: black;
2022-12-27 14:17:00 +08:00
}
.bg-yellow {
2022-12-28 18:33:50 +08:00
background-color: #fbbd08;
color: #333333;
2022-12-27 14:17:00 +08:00
}
.bg-olive {
2022-12-28 18:33:50 +08:00
background-color: #8dc63f;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-green {
2022-12-28 18:33:50 +08:00
background-color: #39b54a;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
2023-02-17 18:12:22 +08:00
.bg-main-color {
background-color: $main-color;
2022-12-28 18:33:50 +08:00
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-blue {
2022-12-28 18:33:50 +08:00
background-color: #0081ff;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-purple {
2022-12-28 18:33:50 +08:00
background-color: #6739b6;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-mauve {
2022-12-28 18:33:50 +08:00
background-color: #9c26b0;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-pink {
2022-12-28 18:33:50 +08:00
background-color: #e03997;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-brown {
2022-12-28 18:33:50 +08:00
background-color: #a5673f;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-grey {
2022-12-28 18:33:50 +08:00
background-color: #8799a3;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-gray {
2022-12-28 18:33:50 +08:00
background-color: #f0f0f0;
color: #333333;
2022-12-27 14:17:00 +08:00
}
.bg-black {
2022-12-28 18:33:50 +08:00
background-color: #333333;
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-white {
2022-12-28 18:33:50 +08:00
background-color: #ffffff;
color: #666666;
2022-12-27 14:17:00 +08:00
}
.bg-shadeTop {
2022-12-28 18:33:50 +08:00
background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-shadeBottom {
2022-12-28 18:33:50 +08:00
background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 1));
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-red.light {
2022-12-28 18:33:50 +08:00
color: #e54d42;
background-color: #fadbd9;
2022-12-27 14:17:00 +08:00
}
.bg-orange.light {
2022-12-28 18:33:50 +08:00
color: #f37b1d;
background-color: #fde6d2;
2022-12-27 14:17:00 +08:00
}
.bg-yellow.light {
2022-12-28 18:33:50 +08:00
color: #fbbd08;
background-color: #fef2ced2;
2022-12-27 14:17:00 +08:00
}
.bg-olive.light {
2022-12-28 18:33:50 +08:00
color: #8dc63f;
background-color: #e8f4d9;
2022-12-27 14:17:00 +08:00
}
.bg-green.light {
2022-12-28 18:33:50 +08:00
color: #39b54a;
background-color: #d7f0dbff;
2022-12-27 14:17:00 +08:00
}
2023-02-17 18:12:22 +08:00
.bg-main-color.light {
2022-12-28 18:33:50 +08:00
color: #1cbbb4;
background-color: #d2f1f0;
2022-12-27 14:17:00 +08:00
}
.bg-blue.light {
2022-12-28 18:33:50 +08:00
color: #0081ff;
background-color: #cce6ff;
2022-12-27 14:17:00 +08:00
}
.bg-purple.light {
2022-12-28 18:33:50 +08:00
color: #6739b6;
background-color: #e1d7f0;
2022-12-27 14:17:00 +08:00
}
.bg-mauve.light {
2022-12-28 18:33:50 +08:00
color: #9c26b0;
background-color: #ebd4ef;
2022-12-27 14:17:00 +08:00
}
.bg-pink.light {
2022-12-28 18:33:50 +08:00
color: #e03997;
background-color: #f9d7ea;
2022-12-27 14:17:00 +08:00
}
.bg-brown.light {
2022-12-28 18:33:50 +08:00
color: #a5673f;
background-color: #ede1d9;
2022-12-27 14:17:00 +08:00
}
.bg-grey.light {
2022-12-28 18:33:50 +08:00
color: #8799a3;
background-color: #e7ebed;
2022-12-27 14:17:00 +08:00
}
.bg-gradual-red {
2022-12-28 18:33:50 +08:00
background-image: linear-gradient(45deg, #f43f3b, #ec008c);
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-gradual-orange-sm {
2022-12-28 18:33:50 +08:00
background-image: linear-gradient(45deg, #ff7903, #ed9e00);
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-gradual-orange {
2022-12-28 18:33:50 +08:00
background-image: linear-gradient(45deg, #ff9700, #ed1c24);
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-gradual-green {
2022-12-28 18:33:50 +08:00
background-image: linear-gradient(45deg, #39b54a, #8dc63f);
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-gradual-index-row {
2022-12-28 18:33:50 +08:00
background-image: linear-gradient(60deg, #23cb8e, #1ea875);
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-gradual-purple {
2022-12-28 18:33:50 +08:00
background-image: linear-gradient(45deg, #9000ff, #5e00ff);
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-gradual-pink {
2022-12-28 18:33:50 +08:00
background-image: linear-gradient(45deg, #ec008c, #6739b6);
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-gradual-blue {
2022-12-28 18:33:50 +08:00
background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.bg-gradual-blue-sm {
2022-12-28 18:33:50 +08:00
background-image: linear-gradient(45deg, #1bcaa7, #5ddfa2);
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-red"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(204, 69, 59, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-orange"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(217, 109, 26, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-yellow"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(224, 170, 7, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-olive"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(124, 173, 55, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-green"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(48, 156, 63, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-cyan"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(28, 187, 180, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-blue"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(0, 102, 204, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-purple"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(88, 48, 156, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-mauve"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(133, 33, 150, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-pink"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(199, 50, 134, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-brown"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(140, 88, 53, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-grey"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(114, 130, 138, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-gray"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(114, 130, 138, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-black"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(26, 26, 26, 0.2);
2022-12-27 14:17:00 +08:00
}
.shadow[class*="-white"] {
2022-12-28 18:33:50 +08:00
box-shadow: 6upx 6upx 8upx rgba(26, 26, 26, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-red"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(204, 69, 59, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-orange"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(217, 109, 26, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-yellow"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(224, 170, 7, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-olive"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(124, 173, 55, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-green"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(48, 156, 63, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-cyan"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(28, 187, 180, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-blue"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(0, 102, 204, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-purple"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(88, 48, 156, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-mauve"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(133, 33, 150, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-pink"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(199, 50, 134, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-brown"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(140, 88, 53, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-grey"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(114, 130, 138, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-gray"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(114, 130, 138, 0.2);
2022-12-27 14:17:00 +08:00
}
.text-shadow[class*="-black"] {
2022-12-28 18:33:50 +08:00
text-shadow: 6upx 6upx 8upx rgba(26, 26, 26, 0.2);
2022-12-27 14:17:00 +08:00
}
.bg-img {
2022-12-28 18:33:50 +08:00
background-size: cover;
background-position: center;
background-repeat: no-repeat;
2022-12-27 14:17:00 +08:00
}
.bg-mask {
2022-12-28 18:33:50 +08:00
background-color: #333333;
position: relative;
2022-12-27 14:17:00 +08:00
}
.bg-mask::after {
2022-12-28 18:33:50 +08:00
content: "";
border-radius: inherit;
width: 100%;
height: 100%;
display: block;
background-color: rgba(0, 0, 0, 0.4);
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
2022-12-27 14:17:00 +08:00
}
.bg-mask view,
.bg-mask cover-view {
2022-12-28 18:33:50 +08:00
z-index: 5;
position: relative;
2022-12-27 14:17:00 +08:00
}
.bg-video {
2022-12-28 18:33:50 +08:00
position: relative;
2022-12-27 14:17:00 +08:00
}
.bg-video video {
2022-12-28 18:33:50 +08:00
display: block;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0;
z-index: 0;
pointer-events: none;
2022-12-27 14:17:00 +08:00
}
/* ==================
==================== */
.text-xs {
2022-12-28 18:33:50 +08:00
font-size: 20upx;
2022-12-27 14:17:00 +08:00
}
.text-sm {
2022-12-28 18:33:50 +08:00
font-size: 24upx;
2022-12-27 14:17:00 +08:00
}
.text-df {
2022-12-28 18:33:50 +08:00
font-size: 28upx;
2022-12-27 14:17:00 +08:00
}
.text-lg {
2022-12-28 18:33:50 +08:00
font-size: 32upx;
2022-12-27 14:17:00 +08:00
}
.text-xl {
2022-12-28 18:33:50 +08:00
font-size: 36upx;
2022-12-27 14:17:00 +08:00
}
.text-xxl {
2022-12-28 18:33:50 +08:00
font-size: 44upx;
2022-12-27 14:17:00 +08:00
}
.text-sl {
2022-12-28 18:33:50 +08:00
font-size: 80upx;
2022-12-27 14:17:00 +08:00
}
.text-xsl {
2022-12-28 18:33:50 +08:00
font-size: 120upx;
2022-12-27 14:17:00 +08:00
}
.text-Abc {
2022-12-28 18:33:50 +08:00
text-transform: Capitalize;
2022-12-27 14:17:00 +08:00
}
.text-ABC {
2022-12-28 18:33:50 +08:00
text-transform: Uppercase;
2022-12-27 14:17:00 +08:00
}
.text-abc {
2022-12-28 18:33:50 +08:00
text-transform: Lowercase;
2022-12-27 14:17:00 +08:00
}
.text-price::before {
2022-12-28 18:33:50 +08:00
content: "¥";
font-size: 80%;
margin-right: 4upx;
2022-12-27 14:17:00 +08:00
}
.text-cut {
2022-12-28 18:33:50 +08:00
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
2022-12-27 14:17:00 +08:00
}
.text-bold {
2022-12-28 18:33:50 +08:00
font-weight: bold;
2022-12-27 14:17:00 +08:00
}
.text-center {
2022-12-28 18:33:50 +08:00
text-align: center;
2022-12-27 14:17:00 +08:00
}
.text-content {
2022-12-28 18:33:50 +08:00
line-height: 1.6;
2022-12-27 14:17:00 +08:00
}
.text-left {
2022-12-28 18:33:50 +08:00
text-align: left;
2022-12-27 14:17:00 +08:00
}
.text-right {
2022-12-28 18:33:50 +08:00
text-align: right;
2022-12-27 14:17:00 +08:00
}
.text-red,
.line-red,
.lines-red {
2022-12-28 18:33:50 +08:00
color: #e54d42;
2022-12-27 14:17:00 +08:00
}
.text-orange,
.line-orange,
.lines-orange {
2022-12-28 18:33:50 +08:00
color: #f37b1d;
2022-12-27 14:17:00 +08:00
}
.text-yellow,
.line-yellow,
.lines-yellow {
2022-12-28 18:33:50 +08:00
color: #fbbd08;
2022-12-27 14:17:00 +08:00
}
.text-olive,
.line-olive,
.lines-olive {
2022-12-28 18:33:50 +08:00
color: #8dc63f;
2022-12-27 14:17:00 +08:00
}
.text-green,
.line-green,
.lines-green {
2022-12-28 18:33:50 +08:00
color: #39b54a;
2022-12-27 14:17:00 +08:00
}
.text-cyan,
.line-cyan,
.lines-cyan {
2022-12-28 18:33:50 +08:00
color: #1cbbb4;
2022-12-27 14:17:00 +08:00
}
.text-blue,
.line-blue,
.lines-blue {
2022-12-28 18:33:50 +08:00
color: #0081ff;
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
.text-hui {
color: #787878;
2022-12-27 14:17:00 +08:00
}
.text-purple,
.line-purple,
.lines-purple {
2022-12-28 18:33:50 +08:00
color: #6739b6;
2022-12-27 14:17:00 +08:00
}
.text-mauve,
.line-mauve,
.lines-mauve {
2022-12-28 18:33:50 +08:00
color: #9c26b0;
2022-12-27 14:17:00 +08:00
}
.text-pink,
.line-pink,
.lines-pink {
2022-12-28 18:33:50 +08:00
color: #e03997;
2022-12-27 14:17:00 +08:00
}
.text-brown,
.line-brown,
.lines-brown {
2022-12-28 18:33:50 +08:00
color: #a5673f;
2022-12-27 14:17:00 +08:00
}
.text-grey,
.line-grey,
.lines-grey {
2022-12-28 18:33:50 +08:00
color: #8799a3;
2022-12-27 14:17:00 +08:00
}
.text-gray,
.line-gray,
.lines-gray {
2022-12-28 18:33:50 +08:00
color: #aaaaaa;
2022-12-27 14:17:00 +08:00
}
.text-black,
.line-black,
.lines-black {
2022-12-28 18:33:50 +08:00
color: #333333;
2022-12-27 14:17:00 +08:00
}
.text-white,
.line-white,
.lines-white {
2022-12-28 18:33:50 +08:00
color: #ffffff;
2022-12-27 14:17:00 +08:00
}
//animation
/*
Animation
ColorUI by 201932619:52:28
*/
/* css 滤镜 控制黑白底色gif的 */
2022-12-28 18:33:50 +08:00
.gif-black {
mix-blend-mode: screen;
}
.gif-white {
mix-blend-mode: multiply;
}
/* Animation css */
[class*=animation-] {
animation-duration: .5s;
animation-timing-function: ease-out;
animation-fill-mode: both
}
.animation-fade {
animation-name: fade;
animation-duration: .8s;
animation-timing-function: linear
}
.animation-scale-up {
animation-name: scale-up
}
.animation-scale-down {
animation-name: scale-down
}
.animation-slide-top {
animation-name: slide-top
}
.animation-slide-bottom {
animation-name: slide-bottom
}
.animation-slide-left {
animation-name: slide-left
}
.animation-slide-right {
animation-name: slide-right
}
.animation-shake {
animation-name: shake
}
.animation-reverse {
animation-direction: reverse
}
@keyframes fade {
0% {
opacity: 0
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
100% {
opacity: 1
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
}
@keyframes scale-up {
0% {
opacity: 0;
transform: scale(.2)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
100% {
opacity: 1;
transform: scale(1)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
}
@keyframes scale-down {
0% {
opacity: 0;
transform: scale(1.8)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
100% {
opacity: 1;
transform: scale(1)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
}
@keyframes slide-top {
0% {
opacity: 0;
transform: translateY(-100%)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
100% {
opacity: 1;
transform: translateY(0)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
}
@keyframes slide-bottom {
0% {
opacity: 0;
transform: translateY(100%)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
100% {
opacity: 1;
transform: translateY(0)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
}
@keyframes shake {
0%,
100% {
transform: translateX(0)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
10% {
transform: translateX(-9px)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
20% {
transform: translateX(8px)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
30% {
transform: translateX(-7px)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
40% {
transform: translateX(6px)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
50% {
transform: translateX(-5px)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
60% {
transform: translateX(4px)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
70% {
transform: translateX(-3px)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
80% {
transform: translateX(2px)
2022-12-27 14:17:00 +08:00
}
2022-12-28 18:33:50 +08:00
90% {
transform: translateX(-1px)
}
}
@keyframes slide-left {
0% {
opacity: 0;
transform: translateX(-100%)
}
100% {
opacity: 1;
transform: translateX(0)
}
}
@keyframes slide-right {
0% {
opacity: 0;
transform: translateX(100%)
}
100% {
opacity: 1;
transform: translateX(0)
}
}