1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .main {
- position: relative;
- width: 100%;
- background-color: #eeeeee;
- padding: 10px 0 0 0;
- }
- .one {
- margin: 0 12px 10px 12px;
- background-color: #fff;
- height: 96px;
- }
- .two {
- background-color: #fff;
- }
- .two_l {
- width: 70%;
- float: left;
- margin: 10px 0 0 12px;
- }
- .two_r {
- width: 20%;
- float: left;
- padding: 13px 0 0 0;
- }
- .icon {
- height: 50px;
- width: 50px;
- padding: 12px;
- }
- .text1 {
- margin: 10px 0 10px 0;
- }
- .text2 {
- margin: 0 0 8px 0;
- font-size: 14px;
- color: #666;
- }
- .btn1 {
- width: 70px !important;
- height: 30px !important;
- background-color: rgba(136, 136, 136, 0.4);
- border-radius: 30px;
- color: #5e5e5e;
- }
- .btn2 {
- width: 70px !important;
- height: 30px !important;
- background-image: linear-gradient(to right, #f43f3f, #ce4bd2);
- border-radius: 30px;
- color: #ffffff;
- text-align: center;
- margin: 10px 0 0 0;
- }
- .text3 {
- font-size: 12px;
- margin: 0 0 0 20px;
- color: #f18080;
- }
|