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: #F6F7FA; color: #333; font-size: 28rpx; min-height: 100vh; } .pageBgImg { font-size: 28rpx;; color: #333; // background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-03-18/1710759177684-0') #F6F7FA no-repeat; // background-size: 100% 278rpx; min-height: 100vh; } .starBox { width: 58rpx; height: 32rpx; line-height: 32rpx; background: $tagC; font-size: 24rpx; text-align: center; color: #fff; border-radius: 16px 0px 16px 16rpx; } .pad { padding: 0 28rpx; } .card { width: 100%; background: #fff; border-radius: 20rpx; } .status_bar { height: var(--status-bar-height); width: 100%; } image { display: block; width: 100%; height: 100%; } .placeholderClassFFF { color: #fff !important; } .pozPhone { opacity: 0.7; } .my .u-input { height: 100%; } .h1 { font-size: 32rpx; font-weight: 700; padding-bottom: 10rpx; text { position: relative; color: #999; &.active { color: #333; &::before { position: absolute; content: ''; width: 54rpx; height: 12rpx; background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706510133553-0') #F6F7FA no-repeat; background-size: 100% 100%; left: 50%; transform: translateX(-50%); bottom: -20rpx; } } } } .btnBg { height: 100%; background: #1989FA; border-radius: 20rpx; line-height: 88rpx; text-align: center; font-size: 28rpx; color: #fff; } .btnBorder { height: 88rpx; background: #DFEAF5; border-radius: 20rpx; line-height: 88rpx; text-align: center; font-size: 28rpx; color:$themC; border: 2rpx solid #1989FA; } .footerBtn { position: fixed; left: 0; width: 100%; bottom: 30rpx; padding: 0 28rpx ; .btnBg { width: 100%; text-align: center; } } /* 通用 */ ::-webkit-input-placeholder { color:#BBBBBB; } ::-moz-placeholder { color:#BBBBBB; } /* firefox 19+ */ :-ms-input-placeholder { color:#BBBBBB; } /* ie */ input:-moz-placeholder { color:#BBBBBB; } input::-webkit-input-placeholder { color: #BBBBBB !important; } input::-moz-input-placeholder { color: #BBBBBB !important; } input::-ms-input-placeholder { color: #BBBBBB !important; } // .uni-input-placeholder { // color: #BBBBBB !important; // }