123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- /**app.wxss**/
- page {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #000000;
- background: #fff;
- }
- view {
- word-break: break-all;
- }
- .container {
- position: relative;
- }
- .wrapper {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- font-weight: bold;
- }
- .input-placeholder {
- color: #8489A3;
- font-size: 30rpx;
- }
- .container-distance{
- margin-top: 88rpx;
- }
- .li-footer{
- margin-top: 140rpx;
- }
- .showModel{
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background: #000;
- opacity: 0.5;
- overflow: hidden;
- z-index: 100000;
- color: #fff;
-
- }
- .model{
- z-index: 1000000;
- position: fixed;
- top: 233rpx;
- margin: 0 60rpx;
- background: #fff;
- border-radius:30rpx;
- text-align: center;
- width: 84%;
- }
- .li-txt{
- font-size:34rpx;
- color:rgba(57,57,57,1);
- line-height:40rpx;
- margin: 110rpx 0;
- text-align: center;
- }
- .li-btn{
- display: flex;
- justify-content: space-around;
- align-content: center;
- text-align: center;
- margin-bottom: 45rpx;
- }
- .li-btn-sure{
- padding: 28rpx 70rpx;
- border-radius: 20rpx;
- display: inline-block;
- background: #E45C58;
- color: #fff;
- }
- .li-btn-url{
- padding: 28rpx 70rpx;
- border-radius: 20rpx;
- display: inline-block;
- background: #46C390;
- color: #fff;
- }
- .tag-words{
- width: 100%;
- height:52rpx;
- line-height: 52rpx;
- text-align: center;
- background:rgba(0,0,0,0.8);
- color: #FFFFFF;
- font-size: 20rpx;
- position: absolute;
- bottom: 0;
- border-radius: 0 0 20rpx 20rpx;
- }
- .scroll-view-item{
- position: relative;
- margin-right: 19rpx;
- }
- button,
- button::after {
- border: none;
- border-radius: 0;
- padding: 0;
- margin: 0;
- transition: all .3s;
- }
- .login{
- text-align: center;
- color: #373737;
- font-size: 26rpx;
- margin-top: 38%;
- }
- .login-img{
- width: 305rpx;
- height: 331rpx;
- /* margin-bottom: 109rpx; */
- }
- .login-text{
- margin: 109rpx;
- line-height: 30rpx;
- }
- .login-btn{
- width:346rpx;
- height:96rpx;
- line-height: 96rpx;
- background:rgba(255,100,101,1);
- border-radius:48rpx;
- cursor: pointer;
- margin: auto;
- color: #FFFFFF;
- font-size: 30rpx;
- text-align: center;
- }
- .li-date-time-items{
- font-size: 24rpx;
- margin: 20rpx 0;
- display: flex;
- justify-content: space-between;
- border-radius:4rpx;
- padding:20rpx 0;
- position: relative;
- z-index: 1000;
- }
- .li-date-time-items-img{
- width: 34rpx;
- height: 29rpx;
- margin-right: 9rpx;
- position: relative;
- top: 5rpx;
- }
- .li-date-time-items-tips{
- width:100rpx;
- height:34rpx;
- line-height: 34rpx;
- text-align: center;
- background:rgba(255,241,185,1);
- border-radius:6rpx;
- color: #895F26;
- font-size: 20rpx;
- display: inline-block;
- }
|