123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- page {
- background-color: #f4f4f4 !important;
- }
- .wrapper .list {
- width: 702rpx;
- margin: 30rpx auto;
- padding:10rpx 40rpx;
- box-sizing: border-box;
- background: #ffffff;
- }
- .wrapper .list .item {
- border-bottom: 1rpx solid #eee;
- /* height: 107rpx; */
- font-size: 30rpx;
- padding: 38rpx 0 30rpx 0;
- color: #333;
- }
- .wrapper .list .item .name {
- width: 130rpx;
- font-size: 32rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- text-align: left;
- color: #1d1d1d;
- }
- .wrapper .list .item .input {
- width: 490rpx;
- font-size: 26rpx;
- }
- .wrapper .list .item .input .placeholder {
- color: #bbb;
- }
- .bonus .name{
- margin-top: 0rpx;
- }
- .bonus .input{
- position: relative;
- margin-top: 30rpx;
- }
- .bonus_icon{
- position: absolute;
- top: 0;
- left: 0;
- font-size: 60rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- text-align: left;
- color: #1d1d1d;
- }
- .alltip{
- font-size: 26rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: left;
- color: #046fe9;
- margin-left: 20rpx;
- }
- .bonus .input input{
- padding-left: 78rpx;
- height: 65rpx;
- box-sizing: border-box;
- padding-top: 20rpx;
- }
- .wrapper .list .tip {
- font-size: 26rpx;
- color: #999;
- margin-top: 25rpx;
- }
- .wrapper .list .bnt {
- font-size: 32rpx;
- color: #fff;
- width: 582rpx;
- height: 88rpx;
- background: #fd5400;
- border-radius: 44px;
- text-align: center;
- border-radius: 50rpx;
- line-height: 88rpx;
- margin: 84rpx auto 20rpx auto;
- }
- .record{
- display: block;
- margin: 0 auto;
- text-align: center;
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #046fe9;
- }
- .record_p{
- text-align: center;
- font-size: 26rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: center;
- color: #1d1d1d;
- margin-top: 60rpx;
- }
- .record_a{
- margin: 70rpx auto;
- margin-bottom: 30rpx;
- }
- .record_p1{
- text-align: left;
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: left;
- color: #1d1d1d;
- line-height: 55rpx;
- }
- .record_p2{
- font-size: 26rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: left;
- color: #1d1d1d;
- line-height: 45rpx;
- }
- .wrapper .list .tip2 {
- font-size: 26rpx;
- color: #999;
- text-align: center;
- margin: 44rpx 0 20rpx 0;
- }
- .wrapper .list .value {
- height: 135rpx;
- line-height: 135rpx;
- border-bottom: 1rpx solid #eee;
- width: 690rpx;
- margin: 0 auto;
- }
- .wrapper .list .value input {
- font-size: 80rpx;
- color: #282828;
- height: 135rpx;
- text-align: center;
- }
- .wrapper .list .value .placeholder2 {
- color: #bbb;
- }
|