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