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.
145 lines
2.9 KiB
145 lines
2.9 KiB
page {
|
|
background-color: #fff;
|
|
font-size: 32rpx;
|
|
font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
|
|
}
|
|
view {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.oneRowText {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.towRowText {
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
white-space: normal;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical
|
|
}
|
|
.bgLinear {
|
|
background: linear-gradient(180deg, #3593FB 0%, #53D3E5 100%);
|
|
}
|
|
.flex-b {
|
|
justify-content: space-between;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.pageBg {
|
|
background: #F6F6F6;
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
min-height: 100vh;
|
|
}
|
|
.pageBgImg {
|
|
font-size: 28rpx;;
|
|
color: #333;
|
|
background: url('http://jxtemp.oss-cn-hangzhou.aliyuncs.com/defaultImages/app/bigImg/topbg.png') #F6F6F6 no-repeat;
|
|
background-size: 100% 362rpx;
|
|
min-height: 100vh;
|
|
}
|
|
.pad {
|
|
padding: 0 28rpx;
|
|
}
|
|
.card {
|
|
width: 100%;
|
|
background: #fff;
|
|
border-radius: 16rpx;
|
|
}
|
|
.status_bar {
|
|
height: var(--status-bar-height);
|
|
width: 100%;
|
|
}
|
|
image {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.placeholderClassFFF {
|
|
color: #fff !important;
|
|
}
|
|
.starBox {
|
|
display: flex;
|
|
.num {
|
|
color: $themC;
|
|
font-size: 24rpx;
|
|
}
|
|
}
|
|
|
|
.my .u-input {
|
|
height: 100%;
|
|
}
|
|
|
|
.h1 {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
font-weight: 500;
|
|
position: relative;
|
|
padding: 0 0 0 32rpx;
|
|
&::before {
|
|
position: absolute;
|
|
content: '';
|
|
width: 8rpx;
|
|
height: 32rpx;
|
|
background: #1F6EFA;
|
|
border-radius: 4rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
.btnBg {
|
|
height: 72rpx;
|
|
background: #1989FA;
|
|
border-radius: 8rpx;
|
|
line-height: 72rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.btnBorder {
|
|
height: 72rpx;
|
|
background: #DFEAF5;
|
|
border-radius: 8rpx;
|
|
line-height: 72rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color:$themC;
|
|
border: 2rpx solid #1989FA;
|
|
}
|
|
|
|
/* 通用 */
|
|
::-webkit-input-placeholder { color:#ADADAD; }
|
|
::-moz-placeholder { color:#ADADAD; } /* firefox 19+ */
|
|
:-ms-input-placeholder { color:#ADADAD; } /* ie */
|
|
input:-moz-placeholder { color:#ADADAD; }
|
|
|
|
input::-webkit-input-placeholder {
|
|
color: #CDCDCD !important;
|
|
}
|
|
input::-moz-input-placeholder {
|
|
color: #CDCDCD !important;
|
|
}
|
|
input::-ms-input-placeholder {
|
|
color: #CDCDCD !important;
|
|
}
|
|
|
|
// /* webkit专用 */
|
|
.input1::-webkit-input-placeholder { color:#00f; }
|
|
// #input2::-webkit-input-placeholder { color:#090; background:lightgreen; text-transform:uppercase; }
|
|
// #input3::-webkit-input-placeholder { font-style:italic; text-decoration:overline; color:#999; }
|
|
|
|
// /* mozilla专用 */
|
|
// #input1::-moz-placeholder { color:#00f; }
|
|
// #input2::-moz-placeholder { color:#090; background:lightgreen; text-transform:uppercase; }
|
|
// #input3::-moz-placeholder { font-style:italic; text-decoration:overline; color:#999; }
|