123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- .home {
- padding: 30rpx;
- }
- .home-content {
- height: 1020rpx;
- border-radius: 20rpx;
- margin-bottom: 30rpx;
- padding: 30rpx 20rpx;
- background-color: #fff;
- /* filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.10)); */
- }
- .home-content-title {
- font-size: 34rpx;
- font-weight: 700;
- line-height: 50rpx;
- margin-bottom: 20rpx;
- }
- .home-content-text {
- font-size: 27rpx;
- font-weight: 400;
- line-height: 40rpx;
- color: #808393;
- }
- .home-info {
- padding: 50rpx 35rpx;
- }
- .home-info-item {
- height: 138rpx;
- text-align: left;
- border-bottom: 1px solid #f4f4f4;
- margin-bottom: 20rpx;
- position: relative;
- padding: 0;
- }
- .home-info-item1 {
- height: 280rpx !important;
- }
- .home-info-item-tit {
- margin-bottom: 10rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #333;
- }
- input {
- width: 500rpx;
- height: 80rpx;
- background-color: #fff;
- padding: 0rpx;
- }
- .home-btn-area {
- margin-top: 40rpx;
- }
- .home-btn-area1 {
- margin-top: -5rpx !important;
- }
- .home-btn-area button {
- color: #fff;
- height: 96rpx;
- line-height: 96rpx;
- background-color: #4065FB;
- border-radius: 10rpx;
- }
- .home-content-text1 {
- margin-top: 40rpx;
- }
- .home-info-img {
- width: 150rpx;
- height: 150rpx;
- /* text-align: right; */
- display: inline-block;
- }
- .have-photo>image {
- width: 150rpx;
- height: 150rpx;
- }
- .default-photo {
- line-height: 160rpx;
- text-align: center;
- background: #F7F8FC;
- }
|