123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- /**index.wxss**/
- page {
- /* background-color: #f1f0f0f0; */
- background-color:#ffffff;
- }
- .imghead {
- width: 100%;
- }
- .halfran {
- position:absolute;
- z-index: 1;
- width: 120%;
- margin-left: -10%;
- height: 200rpx;
- margin-top: -36rpx;
- background-color: #ffffff;
- border-radius: 80% / 40%;
- }
- .info {
- position:absolute;
- top: 720rpx;
- z-index: 2;
- margin-left: 12%;
- margin-right: 12%;
- width: 578rpx;
- height: 299rpx;
- display: flex;
- flex-direction: column ;
- background:#ffffff;
- box-shadow:0rpx 14rpx 44rpx 2rpx rgba(161,161,161,0.5);
- border-radius:30rpx;
- }
- .name {
- display: flex;
- margin-top: 38rpx;
- margin-bottom: 22rpx;
- align-items:center;
- height: 56rpx;
- }
- .iconflex {
- /* flex: 70; */
- text-align: center;
- }
- .infoflex {
- flex: 183;
- text-align: left;
- }
- .otherflex {
- flex: 54;
- }
- .nameicon {
- width: 54rpx;
- height: 54rpx;
- margin-left: 80rpx;
- margin-right: 10rpx;
- }
- .nameinput {
- margin-left: 14rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #C0C0C0;
- }
- .dateinput {
- margin-left: 10rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #C0C0C0;
- }
- .phcolor {
- color: #C0C0C0;
- font-size: 32rpx;
- font-weight: 500;
- }
- .line {
- width:100%;
- background-color:#F2F2F2;
- height:1rpx;
- margin-top:0rpx;
- margin-bottom: 0rpx;
- }
- .phone {
- display: flex;
- margin-top: 24rpx;
- margin-bottom: 20rpx;
- align-items:center;
- height: 56rpx;
- }
- .submit {
- width: 40%;
- height: 80rpx;
- position:absolute;
- top: 388rpx;
- z-index: 3;
- background-color: #4AC3B2;
- margin-left: 30%;
- margin-right: 30%;
- margin-top:520rpx;
- text-align: center;
- line-height: 80rpx;
- color: #ffffff;
- border-radius: 46rpx;
- font-size: 36rpx;
- font-weight: 500;
- }
- .tips {
- padding-top: 240rpx;
- text-align: center;
- color: #BBBBBB;
- font-size: 24rpx;
- font-weight: Regular;
- }
- .pay {
- height: 182rpx;
- width: 100%;
- position: fixed;
- left:0;
- bottom:0rpx;
- background:#ffffff;
- z-index: 10;
- display: flex;
- }
- .create {
- margin-top: 40rpx;
- height: 82rpx;
- width: 612rpx;
- margin-bottom: 60rpx;
- margin-left: 70rpx;
- margin-right: 68rpx;
- text-align: center;
- font-weight: 500;
- font-size: 36rpx;
- line-height: 82rpx;
- color: #FFFFFF;
- background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
- box-shadow:0rpx 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
- border-radius: 42rpx;
- }
|