123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- .usable-integrate {
- width: 100%;
- padding: 20rpx 60rpx;
- min-height: 238rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- background-color: #f5f5f5;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- .usable-title {
- font-size: 28rpx;
- color: #666666;
- }
- .usable-nums {
- font-size: 50rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- color: #FA6138;
- }
- }
- .box {
- width: 100%;
- padding: 52rpx 60rpx 0;
- .usable-hint {
- color: #333333;
- font-size: 32rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- }
- .usable-input {
- width: 100%;
- height: 120rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: 1rpx solid #dbdbdb;
- .usable-hint-icon{
- font-size: 50rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- color: #000000;
- margin-right: 10px;
- }
- .usable-input-icon{
- font-size: 45rpx;
- color: #000;
- margin-right: 10px;
- }
- }
- .usable-hint-info {
- padding-top: 50rpx;
- .usable-hint-item {
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- font-size: 28rpx;
- padding-bottom: 11rpx;
- .usable-hint-title {
- color: #333333;
- }
- .usable-hint-val {
- color: #808080;
- }
- }
- .usable-hint-error{
- font-size: 26rpx;
- color: #f63737;
- }
- .usable-btn{
- width: 100%;
- height: 90rpx;
- background: #3d93fc;
- border-radius: 45rpx;
- font-size: 32rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #ffffff;
- text-align: center;
- line-height: 90rpx;
- margin-top: 158rpx;
- }
- }
- }
-
- .form-box{
- /deep/.u-form-item--left__content__label{
-
- font-size: 28rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #333333;
- }
- /deep/.u-form-item__body{
- width: 100%;
- .uni-input-placeholder{
- font-size: 28rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #cccccc;
- }
- }
- }
|