12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- page {
- height:100% ;
- margin: 0;
- padding: 0;
- }
- #size{
- margin: 30px;
- background-color: #00BFFF;
- }
- .border {
- /* width: 100%; */
- position: relative;
- /* height:100%; */
- padding: 0 15px;
- padding-top: 50px;
- padding-bottom: 40px;
- /* height: 600px; */
- background: -webkit-linear-gradient(top, #1E37EB 0%, #0FC6A1 100%);
- background: linear-gradient(180deg, #1E37EB 0%, #0FC6A1 100%);
- }
- .content {
- padding: 45px 17px;
- background-color: #FFFFFF;
- border-radius: 12px;
- margin-bottom: 170px;
- }
- .btimg {
- position: absolute;
- left: 0;
- bottom: 0;
- }
- .icon {
- position: absolute;
- top: 23px;
- right: 15px;
- height: 80px;
- width: 80px;
- }
- .title_1 {
- text-align: center;
- font-size: 26px;
- font-weight: bold;
- line-height: 88px;
- color: #23459D;
- opacity: 1;
- }
- .title_2 {
- text-align: center;
- font-size: 20px;
- font-weight: bold;
- line-height: 34px;
- color: #333333;
- opacity: 1;
- margin-top: 10px;
- margin-bottom: 20px;
- }
- .text_1 {
- font-size: 14px;
- font-weight: 400;
- line-height: 21px;
- color: #333333;
- opacity: 1;
- }
- .tip_share {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- margin-top: 32px;
- }
- .left_share {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- .left_share image {
- height: 60px;
- width: 60px;
- margin-left: 30px;
- /* right: 17px; */
- }
- .right_share {
- text-align: right;
- margin-top: 8px;
- font-size: 14px;
- font-weight: 400;
- line-height: 21px;
- color: #333333;
- opacity: 1;
- }
|