123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .main {
- position: relative;
- width: 100%;
- background-color: #eeeeee;
- padding: 10px 0 0 0;
- }
- .one {
- margin: 0 12px 10px 12px;
- background-color: #fff;
- }
- .logo {
- height: 50px;
- width: 50px;
- padding: 12px;
- }
- .text1 {
- position: relative;
- left: 10px;
- top: -45px;
- }
- .text2 {
- position: relative;
- left: -70px;
- top: -10px;
- font-size: 14px;
- color: #666;
- }
- .btn1 {
- position: relative;
- left: 50px;
- top: -4px;
- width: 80px !important;
- height: 30px !important;
- background-color: rgba(136, 136, 136, 0.4);
- border-radius: 30px;
- color: #5e5e5e;
- font-size: 14px;
- margin: 4px 0 4px 0;
- }
- .btn2 {
- position: relative;
- top: -4px;
- left: 140px;
- width: 80px !important;
- height: 30px !important;
- background-image: linear-gradient(to right, #f43f3f, #ce4bd2);
- border-radius: 30px;
- color: #ffffff;
- text-align: center;
- font-size: 14px;
- margin: 4px 0 4px 0;
- }
|