123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- .main {
- position: relative;
- width: 100%;
- background-color: #f0f0f0;
- }
- .top {
- padding: 0 0 10px 0;
- margin: 0 0 20px 0;
- background-color: #ffffff;
- height: 200px;
- }
- .zero {
- border-bottom: 1px solid #dddddd;
- padding: 20px 0 0 0;
- margin: 0 20px;
- height: 50px;
- }
- .one {
- border-bottom: 1px solid #dddddd;
- margin: 0 20px;
- height: 40px;
- }
- .text {
- position: relative;
- top: 10px;
- width: 40%;
- font-size: 14px;
- }
- .tou {
- width: 50px;
- height: 50px;
- position: relative;
- left: 280px;
- top: -30px;
- }
- .back {
- width: 30rpx;
- height: 30rpx;
- transform-origin: 50% 50%;
- transform: rotate(-90deg);
- }
- .input {
- position: relative;
- text-align: right;
- left: 130px;
- top: -10px;
- width: 60%;
- font-size: 16px;
- }
- .bottom {
- background-color: #ffffff;
- }
- .two_title {
- font-size: 16px;
- padding: 20px 0 0 20px;
- }
- .two_1 {
- padding: 10px 8px;
- width: 20%;
- float: left;
- text-align: center;
- }
- .team_1 {
- margin: 7px;
- width: 60px;
- height: 60px;
- background-color: #f8f8f8;
- border-radius: 60px;
- }
- .tianjia{
- padding: 17px 0 0 0;
- }
- .two_logo1 {
- margin: 4px 2px;
- width: 45px;
- height: 50px;
- }
- .two_jian {
- position: relative;
- top: -15px;
- left: 20px;
- width: 20px;
- height: 20px;
- }
- .team_text {
- font-size: 12px;
- color: #555;
- }
- .btn-area{
- width: 100%;
- position: absolute;
- bottom: 0px;
- background-color: #fff;
- height: 60px;
- }
- .button {
- position: relative;
- top: 10px;
- width: 300px !important;
- background-image: linear-gradient(to right, #fd3c1e, #c74df0);
- border-radius: 30px;
- color: #ffffff;
- text-align: center;
- font-size: small;
- }
|