123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- page {
- height: 100%;
- }
- #size {
- margin: 30px;
- background-color: #00BFFF;
- }
- .border {
- /* width: 100%; */
- position: relative;
- /* min-height:100vh; */
- 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%);
- }
- /* #shareImage{
- height: 100vh;
- width: 100%;
- } */
- .down {
- position: fixed;
- bottom: 0;
- height: 100rpx;
- line-height: 100rpx;
- width: 100%;
- text-align: center;
- z-index: 9999999999999;
- }
- .right_arrow {
- display: inline-block;
- vertical-align: center;
- height: 42rpx;
- width: 100rpx;
- margin: 0 10rpx;
- }
- .down view {
- width: 40%;
- margin-left: 30%;
- text-align: center;
- font-size: 30rpx;
- height: 80rpx;
- line-height: 80rpx;
- color: #FFFFFF;
- border-radius: 12rpx;
- background-color: rgba(238, 82, 32, 0.8);
- }
- .content {
- padding: 60rpx 34rpx;
- background-color: #FFFFFF;
- border-radius: 12px;
- margin-bottom: 140px;
- }
- .btimg {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 408rpx;
- }
- .icon {
- position: absolute;
- top: 46rpx;
- right: 30rpx;
- height: 80px;
- width: 80px;
- }
- .title_1 {
- text-align: center;
- font-size: 52rpx;
- font-weight: bold;
- height: 112rpx;
- margin-top: 10rpx;
- line-height: 112rpx;
- color: #23459D;
- opacity: 1;
- }
- .title_2 {
- text-align: center;
- font-size: 20px;
- font-weight: bold;
- line-height: 34px;
- color: #333333;
- opacity: 1;
- margin-top: 30rpx;
- margin-bottom: 20px;
- }
- .text_1 {
- font-size: 28rpx;
- font-weight: 400;
- line-height: 21px;
- color: #333333;
- opacity: 1;
- }
- .tip_share {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- margin-top: 10rpx;
- }
- .left_share {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 80rpx;
- flex: 0 0 80rpx;
- margin-left: 5%;
- }
- .left_share image {
- height: 80px;
- width: 80px;
- /* margin-left: 10%; */
- /* right: 17px; */
- }
- .right_share {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- text-align: right;
- margin-top: 8px;
- font-size: 14px;
- font-weight: 400;
- line-height: 21px;
- color: #333333;
- opacity: 1;
- }
|