| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- .container {
- background-color: #DFC7A4;
- justify-content: flex-start;
- color: #1E1E1E;
- font-weight: 500;
- }
- .panel1{
- width: 100%;
- height:163rpx;
- background-color: #F5E2BE;
- }
- .panel4{
- width: 100%;
- height:263rpx;
- position: absolute;
- top:0;
- }
- .image06002{
- width:310rpx;
- height:263rpx;
- }
- .text1{
- font-size:36rpx;
- margin-top:160rpx;
- font-weight: 600;
- }
- .line{
- width: 252rpx;
- height:12rpx;
- background-color: #1E1E1E;
- margin-top:16rpx;
- }
- .panel2{
- width: 100%;
- margin-top:16rpx;
- justify-content: flex-start;
- }
- .text2{
- font-size:28rpx;
- margin-top:0rpx;
- }
- .panel3{
- width: 600rpx;
- height:132rpx;
- margin-top:40rpx;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .text3{
- font-size:24rpx;
- margin-left:20rpx;
- font-weight: 400;
- }
- .input1{
- background-color: #fff;
- border-radius: 14rpx;
- width: 600rpx;
- height:90rpx;
- margin-top: 10rpx;
- }
- .input1_1{
- font-size:36rpx;
- font-weight: 400;
- width: 540rpx;
- height:90rpx;
- line-height: 90rpx;
- }
- .text4{
- font-size:24rpx;
- color:#A20602;
- margin-top:88rpx;
- }
- .btn {
- width: 600rpx;
- height: 104rpx;
- background-color: #035834;
- border-radius: 14rpx;
- margin-top: 20rpx;
- }
- .btn1 {
- width: 100%;
- height: 90rpx;
- background-color: #03AF69;
- border-radius: 14rpx;
- position:relative;
- top:0;
- font-size: 36rpx;
- text-align: center;
- line-height: 90rpx;
- color:#fff;
- }
- .text5{
- font-size:24rpx;
- margin-top:20rpx;
- font-weight: 400;
- }
- .input2{
- background-color: #CDB797;
- border-radius: 14rpx;
- font-size:36rpx;
- width: 600rpx;
- height:90rpx;
- line-height: 90rpx;
- margin-top: 10rpx;
- text-align: center;
- }
- .input3{
- font-size:30rpx;
- }
- .red{
- color:#A20602;
- }
- .text6{
- font-size:20rpx;
- margin-top:10rpx;
- margin-left: 230rpx;
- }
- .text8{
- font-size:28rpx;
- margin-top:70rpx;
- color:#A20602;
- }
- .line2{
- width: 600rpx;
- height:3rpx;
- background-color: #593613;
- margin-top:30rpx;
- }
- .text7{
- font-size:24rpx;
- margin-top:40rpx;
- font-weight: 400;
- width: 560rpx;
- }
|