| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- page{
- background: white;
- }
- .box {
- padding: 0 50rpx;
- }
- .title {
- font-size: 38rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- color: #333333;
- margin-top: 103rpx;
- }
- .item {
- display: flex;
- align-items: center;
- width: 650rpx;
- height: 112rpx;
- border-bottom: 1px solid #E6E6E6;
- box-sizing: border-box;
- }
- .name {
- font-size: 28rpx;
- color: #333333;
- width: 150rpx;
- }
- .left {
- display: flex;
- /* margin-left: 20rpx; */
- justify-content: space-between;
- align-items: center;
- }
- .put-box {
- width: 300rpx;
- flex-shrink: 0;
- }
- .input {
- width: 300rpx;
- height: 112rpx;
- }
- .btn-box {
- width: 200rpx;
- height: 70rpx;
- font-size: 28rpx;
- text-align: center;
- line-height: 70rpx;
- position: relative;
- background: #ffffff;
- border: 1px solid #b3b3b3;
- border-radius: 4rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #1a1a1a;
- }
- .btn {
- opacity: 0;
- width: 200rpx;
- height: 70rpx;
- position: absolute;
- top: 0;
- left: 0;
- }
- .img-code {
- width: 200rpx;
- height: 70rpx;
- }
- .tip-box {
- text-align: center;
- margin-top: 93rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .tip-box .my {
- font-size: 24rpx;
- color: #999999;
- }
- .tip-box .yin {
- font-size: 24rpx;
- color: #00A5FB;
- }
- .btnwrap {
- background: #FFDC2F !important;
- font-size:32rpx;
- box-shadow: 0px 0px 8rpx 0px rgba(6,6,6,0.14);
- display: flex;
- justify-content: center;
- align-items: center;
- color:#1A1A1A!important;
- border: 1px solid #FFDC2F !important;
- margin-top: 22rpx;
- width: 630rpx;
- height: 91rpx;
- border-radius: 46rpx;
- margin-left: 10rpx;
- }
|