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.
|
|
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://192.168.1.20:81/zhili/image/20230814/625b0f15924541cda70b4616f032d194.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; }
|