| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- .imgBox {
- display: flex;
- justify-content: center;
- align-items: flex-end;
- width: 100%;
- height: 300rpx;
- }
- .imgBox .logo {
- width: 179rpx;
- height: 165rpx;
- }
- .list {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- height: 48rpx;
- padding-top: 134rpx;
- padding-left: 140rpx;
- padding-right: 140rpx;
- }
- .phone {
- width: 32rpx;
- height: 47rpx;
- }
- .add {
- width: 90%;
- height: 100%;
- border-bottom: 2rpx solid rgba(30, 98, 167, 1);
- }
- .addp {
- width: 48%;
- height: 32rpx;
- text-align: left;
- padding-left: 55rpx;
- font-size: 30rpx;
- font-family: ArialMT;
- font-weight: 400;
- color: rgba(204,204,204,1);
- }
- .list1 {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- height: 48rpx;
- padding-top: 65rpx;
- padding-left: 140rpx;
- padding-right: 140rpx;
- }
- .code {
- width: 46rpx;
- height: 35rpx;
- }
- .add1 {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- width: 90%;
- height: 100%;
- border-bottom: 2rpx solid rgba(30, 98, 167, 1);
- }
- .add1 view {
- font-size: 26rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(30, 97, 167, 1);
- margin-right: 26rpx;
- }
- .list2 {
- display: flex;
- flex-direction: row;
- justify-content:flex-start;
- align-items: center;
- height: 48rpx;
- padding-top: 39rpx;
- margin-right: 147rpx;
- margin-left: 147rpx;
- }
- .add2 {
- display: flex;
- flex-direction: row;
- padding-left: 48rpx;
- }
- .add2 .readtip {
- font-size: 24rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: #999;
- }
- .add2 .readfull {
- font-size: 24rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: #1e61a7;
- }
- /* btn */
- .fixed-footer {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- }
- .btn-group {
- background: #fff;
- padding: 20rpx;
- box-sizing: border-box;
- }
- .selfBtn {
- display: flex;
- height: 88rpx;
- line-height: 88rpx;
- align-items: center;
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
- background: linear-gradient(90deg, rgba(59, 120, 207, 1), rgba(80, 166, 195, 1));
- border-radius: 44rpx;
- justify-content: center;
- font-size: 38rpx;
- font-family: SourceHanSansCN-Normal;
- font-weight: 400;
- color: rgba(255, 254, 254, 1);
- }
|