|
- page{
- background: #F6F6F6;
- }
- .signInDetail image{
- width: 100rpx;
- height: 100rpx;
- border-radius:50%;
- }
- .signInDetail {
- width: 100%;
- height: 100%;
- background:#f5f5f5;
- }
- .signInDetail view {
- width: 92%;
- height: 88rpx;
- padding: 0 4%;
- display: flex;
- justify-content: space-between;
- background: #fff;
- line-height: 88rpx;
- }
- .signInDetail view text{
- font-size: 30rpx;
- }
- .signInDetail view text:nth-child(2){
- color: #B8B8B8;
- }
- @import '../../iconfont.wxss';
- .danwei{
- line-height:160rpx;
- width:142rpx;
- text-align:center;
- font-size:30rpx;
- }
- .solution {
- flex-direction: column;
- overflow: hidden;
- margin: 40rpx auto 0;
- width:690rpx;
- height:94rpx;
- background:rgba(82,160,253,1);
- box-shadow:0px 10rpx 22rpx 2rpx rgba(82,160,253,0.51);
- border-radius:10rpx;
- color: #fff;
- }
-
- .solution>view {
- width: 100%;
- height: 60rpx;
- line-height: 60rpx;
- display: flex;
- justify-content: space-between;
- background: #fff;
- /* border-top: 1rpx solid #f5f5f5; */
- }
-
- .solution>view:nth-of-type(1) {
- font-weight: bold;
- height: 100rpx;
- line-height: 100rpx;
- /* padding-top: 16rpx; */
- }
-
- .pay{
- display: block;
- text-align: right;
- font-size:30rpx;
- font-family:PingFang-SC-Medium;
- font-weight:500;
- color:rgba(255,106,106,1);
- margin-right: 32rpx;
- }
- .solution view text {
- padding: 0 4%;
- font-size: 26rpx;
- }
-
- .solution view text:nth-of-type(2) {
- padding: 0 4%;
- font-size: 26rpx;
- color: #000;
- letter-spacing: 1.16rpx;
- text-align: right;
- }
-
- .solution button {
- width: 100%;
- height: 100%;
- background: #52A0FD;
- line-height: 100rpx;
- font-size: 36rpx;
- color: #fff;
- }
-
- .solution view input {
- width: 400rpx;
- height: 100rpx;
- border: 1rpx solid #000;
- }
-
- .subList {
- width: 100%;
- height: 150rpx !important;
- background: #fff !important;
- line-height: 150rpx !important;
- display: flex !important;
- align-items: center;
- padding-bottom: 60rpx;
- }
-
- .write0ff {
- width: 100%;
- }
-
- .write0ff>view {
- width: 710rpx;
- margin: 0 auto;
- height: 160rpx;
- display: flex;
- line-height: 88rpx;
- position: relative;
- background: #fff;
- margin-top: 35rpx;
- box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
- border-radius: 15rpx;
- }
-
- .write0ff>view>text:nth-child(1) {
- width: 77rpx;
- color: #333;
- font-size: 30rpx;
- margin-left: 4%;
- margin-right: 2.2%;
- line-height: 160rpx;
- }
-
- .line {
- width: 3rpx;
- height: 40rpx;
- background: #999;
- display: inline-block;
- margin-top: 8.2%;
- }
-
- .iconfont {
- width: 110rpx;
- line-height: 110rpx;
- height: 110rpx;
- color: #fff;
- background: #52a0fd;
- font-size: 64rpx;
- border-radius: 100rpx;
- margin-right: 20rpx;
- margin-top: 27rpx;
- box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
- }
-
- .search {
- width: 400rpx;
- overflow: hidden;
- margin-left: 4%;
- font-size: 30rpx;
- color: #bfbfbf;
- letter-spacing: 0;
- line-height: 160rpx;
- height: 160rpx;
- }
-
- .write0ff>view>text:nth-child(4) {
- width: 40%;
- background: #52a0fd;
- color: #fff;
- text-align: center;
- line-height: 160rpx;
- font-size: 59rpx;
- border-radius: 16rpx;
- }
-
- .actives {
- opacity: 0.6 !important;
- }
-
- .softkey {
- width: 100% !important;
- height: 100rpx !important;
- display: flex !important;
- border: 1px solid red;
- }
-
- .softkey view:nth-child(1) {
- height: 401rpx;
- width: 82%;
- background: #fff;
- position: fixed;
- bottom: 0;
- left: 0;
- display: flex;
- flex-wrap: wrap;
- text-align: center;
- }
-
- .softkey view:nth-child(1) text {
- width: 30.3%;
- border-top: 1rpx solid #ccc;
- border-left: 1rpx solid #ccc;
- }
-
- .softkey view:nth-child(2) {
- height: 399rpx;
- border-top: 1rpx solid #ccc;
- width: 25%;
- background: #fff;
- position: fixed;
- bottom: 0;
- right: 0;
- display: flex;
- flex-direction: column;
- text-align: center;
- line-height: 198rpx;
- }
-
- .softkey view:nth-child(2) text {
- width: 100%;
- height: 50%;
- border-left: 1rpx solid #ccc;
- }
-
- .softkey view:nth-child(2) text:nth-child(1) {
- font-size: 48rpx;
- }
-
- .sure {
- width: 100%;
- padding: 0 5rpx;
- display: block;
- background: #52a0fd;
- color: #fff;
- font-size: 42rpx;
- }
-
- .hideKey {
- font-size: 48rpx;
- }
|