123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- .container {
- width: 680rpx;
- margin-left: 35rpx;
- margin-top: 20rpx;
- }
- .circle {
- width: 16rpx;
- height: 16rpx;
- margin-top: 16rpx;
- }
- .p1 {
- display: flex;
- }
- .t1 {
- font-size: 30rpx;
- font-weight: 900;
- color: #000;
- margin-left: 20rpx;
- }
- .t2 {
- color: red;
- }
- .weui-input {
- margin-left: 30rpx;
- width: 650rpx;
- height: 80rpx;
- border-bottom: 1px solid #d8d8d8;
- margin-bottom: 50rpx;
- }
- .weui-input input {
- height: 80rpx;
- }
- .submit_btn {
- border-radius: 0;
- height: 85rpx;
- font-size: 30rpx;
- line-height: 55rpx;
- font-weight: 600;
- color: #fff;
- background: -webkit-linear-gradient(left, #569dff, #3a65ff);
- text-align: center;
- position: fixed;
- bottom: 0;
- }
- .sure_btn{
- border-radius: 20rpx;
- height: 55rpx;
- font-size: 30rpx;
- line-height: 25rpx;
- font-weight: 600;
- color: #fff;
- background: -webkit-linear-gradient(left, #569dff, #3a65ff);
- text-align: center;
- margin-top: 50rpx;
- /* position: fixed;
- bottom: 0; */
- }
- .blackbj {
- width: 750rpx;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.5);
- position: fixed;
- top: 0;
- z-index: 10;
- }
- .box {
- width: 600rpx;
- height: 800rpx;
- border-radius: 20rpx;
- background-color: #fff;
- position: absolute;
- top: 170rpx;
- left: 75rpx;
- text-align: center;
- }
- .logo {
- width: 305rpx;
- height: 350rpx;
- z-index: 20;
- position: absolute;
- top: 60rpx;
- left: 200rpx;
- }
- .t3 {
- margin-top: 200rpx;
- }
- .t4 {
- width: 80%;
- margin-left: 10%;
- line-height: 55rpx;
- font-weight: 900;
- }
- .blue{
- color: #559bff;
- }
|