You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
* {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
outline: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
view {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'iconfont';
|
|
|
|
/* project id 1988252 */
|
|
|
|
src: url('https://at.alicdn.com/t/font_1988252_zoswujxrhq9.eot');
|
|
|
|
src: url('https://at.alicdn.com/t/font_1988252_zoswujxrhq9.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('https://at.alicdn.com/t/font_1988252_zoswujxrhq9.woff2') format('woff2'),
|
|
|
|
url('https://at.alicdn.com/t/font_1988252_zoswujxrhq9.woff') format('woff'),
|
|
|
|
url('https://at.alicdn.com/t/font_1988252_zoswujxrhq9.ttf') format('truetype'),
|
|
|
|
url('https://at.alicdn.com/t/font_1988252_zoswujxrhq9.svg#iconfont') format('svg');
|
|
|
|
}
|
|
|
|
|
|
|
|
.iconfont {
|
|
|
|
font-family: "iconfont" !important;
|
|
|
|
font-size: 16px;
|
|
|
|
font-style: normal;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-webkit-text-stroke-width: 0.2px;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-between {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-center {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-around {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-around;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-start {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-column {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*单行隐藏*/
|
|
|
|
.text-overflow {
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: inherit;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 两行隐藏 */
|
|
|
|
.text-overflowRows {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
word-break: break-all;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
.finished-text {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 24upx;
|
|
|
|
padding: 50upx 0;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.before::before{
|
|
|
|
content: '¥';
|
|
|
|
color: #FC5109;
|
|
|
|
font-size: 20rpx;
|
|
|
|
}
|
|
|
|
.after::after{
|
|
|
|
content: '起';
|
|
|
|
color: #6C7A94;
|
|
|
|
font-size: 24rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.returnTop{
|
|
|
|
position: fixed;
|
|
|
|
right: 27rpx;
|
|
|
|
bottom: 26rpx;
|
|
|
|
width: 67rpx;
|
|
|
|
height: 67rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex{
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.flex-shrink-0{
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
.flex-1{
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.flex-wrap{
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
.w-full{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.w-1rpx{
|
|
|
|
width: 1rpx;
|
|
|
|
}
|
|
|
|
.h-1rpx{
|
|
|
|
height: 1rpx;
|
|
|
|
}
|
|
|
|
.relative{
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.absolute{
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
.flex-items-center{
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.no-scrollbar::-webkit-scrollbar{
|
|
|
|
display: none;
|
|
|
|
}
|